summaryrefslogtreecommitdiff
path: root/math/mathomatic/DESCR
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-03-31 18:14:08 +0000
committerminskim <minskim@pkgsrc.org>2004-03-31 18:14:08 +0000
commit6e9d79dabfdfcf5fe8e7c247238f0aa41368c804 (patch)
tree29e7a3e43d99a0fbfbf8a8ffb2e0e2f550218176 /math/mathomatic/DESCR
parent5ba84451c390743de1f04e4d0de4406c7ceff904 (diff)
downloadpkgsrc-6e9d79dabfdfcf5fe8e7c247238f0aa41368c804.tar.gz
Import mathomatic-10.9b from pkgsrc-wip.
Packaged by Bruce J.A. Nourish, and slightly modified by me. 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.
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.