summaryrefslogtreecommitdiff
path: root/math/mathomatic/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'math/mathomatic/DESCR')
-rw-r--r--math/mathomatic/DESCR13
1 files changed, 13 insertions, 0 deletions
diff --git a/math/mathomatic/DESCR b/math/mathomatic/DESCR
new file mode 100644
index 00000000000..6cf19ff9af6
--- /dev/null
+++ b/math/mathomatic/DESCR
@@ -0,0 +1,13 @@
+Mathomatic is an automatic algebraic manipulator that is self-testing
+and strictly follows the rules of algebra.
+
+Mathomatic is an interpreter that can:
+ - Solve, simplify, and compare algebraic equations.
+ - Combine simultaneous equations.
+ - Perform basic calculus operations.
+ - Generate the sensitivity formula for one or more variables in an
+ equation.
+ - Act like a double precision floating point programmable calculator.
+ - Perform complex number and polynomial arithmetic.
+ - Compute the Greatest Common Divisor of numbers or polynomials.
+ - Generate "C" code from equations.