diff options
author | drochner <drochner@pkgsrc.org> | 2005-04-28 19:07:52 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-04-28 19:07:52 +0000 |
commit | 8e9e1e568354cc93c90680a46eb26fd66730635c (patch) | |
tree | 71bd3d5ff3779685ca012b9d57cba1482eee10fa /math/maxima/DESCR | |
parent | 7ae14f13e7adb980a2f549d0466304c54ab8ac77 (diff) | |
download | pkgsrc-8e9e1e568354cc93c90680a46eb26fd66730635c.tar.gz |
import maxima-5.9.1, a computer algebra system
Diffstat (limited to 'math/maxima/DESCR')
-rw-r--r-- | math/maxima/DESCR | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/math/maxima/DESCR b/math/maxima/DESCR new file mode 100644 index 00000000000..a1fcb95d0bf --- /dev/null +++ b/math/maxima/DESCR @@ -0,0 +1,7 @@ +Maxima is a symbolic computation program. It is full featured, +doing symbolic manipulation of polynomials, matrices, rational +functions, integration, Todd-coxeter, graphing, bigfloats. It has a +symbolic debugger source level debugger for maxima code. Maxima is +based on the original Macsyma developed at MIT in the 1970's. It is +quite reliable, and has good garbage collection, and no memory leaks. +It comes with hundreds of self tests. |