diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-02-29 14:27:14 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-02-29 14:27:14 +0000 |
commit | d835928ce5cb2bd31bda265ef164ca0a3ad5e5bd (patch) | |
tree | a08b47ed953598e4600c09c53575e16e7e538f1e /math/yacas/files | |
parent | 1abe3313174c3da8f5a4e1b1819d6fb19acfa5c6 (diff) | |
download | pkgsrc-d835928ce5cb2bd31bda265ef164ca0a3ad5e5bd.tar.gz |
Update to yacas-1.2.29. Changes to the program are:
* added a directory colorcode with code to htmlize the scripts. it also color-highlights
the code. Try it out by typing './colorcode' in that directory, and then
'netscape scriptsmain.html'
* Pattern matching code optimized a little.
* SylvesterMatrix, code supplied by James Gilbertson.
* MatrixRow, MatrixColumn, and GenMatrix supplied by James Gilbertson.
* changed Intersection and Difference, so they handle lists with multiple identical
elements correctly.
* Fixed the D(x)x+y bug reported by Fred Bacon.
* Fixed the Gcd(x,x) bug reported by Scott.
* added Factorize({list}). Factorize(1 .. 4) should now return the same as 4! for instance.
* Added Content and PrimitivePart to the univariate polynomial code. See the manual for an
explanation of these functions.
Diffstat (limited to 'math/yacas/files')
-rw-r--r-- | math/yacas/files/md5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/yacas/files/md5 b/math/yacas/files/md5 index 08e013fe08d..98881430f0d 100644 --- a/math/yacas/files/md5 +++ b/math/yacas/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 2000/02/20 14:40:35 dmcmahill Exp $ +$NetBSD: md5,v 1.2 2000/02/29 14:27:15 dmcmahill Exp $ -MD5 (yacas-1.0.28.tar.gz) = 017589752a58802ae0208ce9ff6796d0 +MD5 (yacas-1.0.29.tar.gz) = b6f189a710aa29ab4a2e2657f6116586 |