diff options
author | Dylan Armitage <d.armitage89@gmail.com> | 2010-05-12 23:27:39 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:27:39 +0200 |
commit | 08f85b8aa5a853acd4c5a2d5d387db70e70cd6ad (patch) | |
tree | cf4b980964e9d768065d708c87ec558059a775ac /academic/mathomatic/README | |
parent | 7f0ed111c7dde7444586f60c07a900ed839f3484 (diff) | |
download | slackbuilds-08f85b8aa5a853acd4c5a2d5d387db70e70cd6ad.tar.gz |
academic/mathomatic: Added to 12.2 repository
Diffstat (limited to 'academic/mathomatic/README')
-rw-r--r-- | academic/mathomatic/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/academic/mathomatic/README b/academic/mathomatic/README new file mode 100644 index 0000000000..5cdc8c5baf --- /dev/null +++ b/academic/mathomatic/README @@ -0,0 +1,17 @@ +Mathomatic is designed to be as general and easy to use as possible. +The software implements most of the rules of algebra for addition, +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. |