diff options
Diffstat (limited to 'academic/mathomatic/README')
-rw-r--r-- | academic/mathomatic/README | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/academic/mathomatic/README b/academic/mathomatic/README index 5cdc8c5baf..5468c4ffd4 100644 --- a/academic/mathomatic/README +++ b/academic/mathomatic/README @@ -4,14 +4,11 @@ subtraction, multiplication, division, modulo division, and all forms of exponentiation. All arithmetic is double precision floating point with up to 14 decimal digits accuracy. -Mathomatic can symbolically: -*combine and solve equations containing many variables -*completely simplify and compare expressions and equations -*do simple calculus transformations and series -*perform standard, complex number, and polynomial arithmetic -*generate optimized C, Java, and Python language code from simplified equations -*carry out quick calculations, etc. - -Not implemented in Mathomatic are a GUI with plotting, named mathematical -functions (such as f(x) and log(x)), arbitrary-precision arithmetic, and -matricies. +Mathomatic can symbolically combine and solve equations containing many +variables, completely simplify and compare expressions and equations, do +simple calculus transformations and series, perform standard, complex +number, and polynomial arithmetic, generate optimized C, Java, and Python +language code from simplified equations, carry out quick calculations, and +much more. Plotting with gnuplot is also supported. Not implemented in +Mathomatic are named mathematical functions, arbitrary-precision arithmetic, +and matrices. |