-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaxima.appdata.xml
More file actions
21 lines (21 loc) · 1.13 KB
/
maxima.appdata.xml
File metadata and controls
21 lines (21 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.dhsdevelopments.maxima-devel</id>
<metadata_license>MIT</metadata_license>
<project_license>MIT</project_license>
<name>maxima</name>
<summary>maxima</summary>
<description>
<p>Maxima is a system for the manipulation of symbolic and numerical expressions, including differentiation, integration, Taylor series, Laplace transforms, ordinary differential equations, systems of linear equations, polynomials, sets, lists, vectors, matrices and tensors. Maxima yields high precision numerical results by using exact fractions, arbitrary-precision integers and variable-precision floating-point numbers. Maxima can plot functions and data in two and three dimensions.</p>
</description>
<launchable type="desktop-id">maxima.desktop</launchable>
<url type="homepage">https://maxima-developers.github.io/maxima/</url>
<screenshots>
<screenshot type="default">
<image>https://maxima-developers.github.io/maxima/images/linux_1.jpg</image>
</screenshot>
</screenshots>
<provides>
<id>maxima.desktop</id>
</provides>
</component>