File: io.github.gnu_octave.symbolic.metainfo.xml

package info (click to toggle)
octave-symbolic 3.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,324 kB
  • sloc: python: 184; makefile: 134; xml: 36
file content (44 lines) | stat: -rw-r--r-- 1,807 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2016, 2019, 2023-2024 Colin B. Macdonald

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.  This file is offered as-is,
without any warranty.
-->
<component type="addon">
  <id>io.github.gnu_octave.symbolic</id>
  <extends>org.octave.Octave</extends>
  <name>Symbolic</name>
  <summary>Symbolic manipulation, variable precision arithmetic, and other computer algebra features</summary>
  <description>
    <p>Adds symbolic calculation features to GNU Octave.  These
    include common Computer Algebra System tools such as algebraic
    operations, calculus, equation solving, Fourier and Laplace
    transforms, variable precision arithmetic and other features.
    Compatibility with other symbolic toolboxes is intended.</p>
  </description>
  <keywords>
    <keyword>symbolic computing</keyword>
    <keyword>computer algebra system</keyword>
    <keyword>CAS</keyword>
    <keyword>algebraic manipulation</keyword>
    <keyword>algebraic equation</keyword>
    <keyword>calculus</keyword>
    <keyword>transform</keyword>
    <keyword>solve</keyword>
    <keyword>variable precision arithmetic</keyword>
    <keyword>vpa</keyword>
    <keyword>sym</keyword>
    <keyword>Symbolic Math Toolbox</keyword>
  </keywords>
  <url type="homepage">https://octave.sourceforge.io/symbolic</url>
  <url type="bugtracker">https://github.com/gnu-octave/symbolic/issues/new</url>
  <metadata_license>FSFAP</metadata_license>
  <project_license>GPL-3.0-or-later</project_license>
  <developer id="octave.org">
    <name>The Octave Community</name>
  </developer>
  <update_contact>octave-maintainers@gnu.org</update_contact>
</component>