From d835928ce5cb2bd31bda265ef164ca0a3ad5e5bd Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Tue, 29 Feb 2000 14:27:14 +0000 Subject: 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. --- math/yacas/Makefile | 4 ++-- math/yacas/files/md5 | 4 ++-- math/yacas/pkg/MESSAGE | 4 +++- 3 files changed, 7 insertions(+), 5 deletions(-) (limited to 'math') diff --git a/math/yacas/Makefile b/math/yacas/Makefile index 8f710fc5557..5c6549b5190 100644 --- a/math/yacas/Makefile +++ b/math/yacas/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/02/20 14:40:34 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.2 2000/02/29 14:27:14 dmcmahill Exp $ # -DISTNAME= yacas-1.0.28 +DISTNAME= yacas-1.0.29 CATEGORIES= math MASTER_SITES= http://www.xs4all.nl/~apinkus/ 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 diff --git a/math/yacas/pkg/MESSAGE b/math/yacas/pkg/MESSAGE index 611744b12f4..29f2b61e0fd 100644 --- a/math/yacas/pkg/MESSAGE +++ b/math/yacas/pkg/MESSAGE @@ -1,4 +1,6 @@ -Note: For proper operation, your terminal setting must have "-extproc" + $NetBSD: MESSAGE,v 1.2 2000/02/29 14:27:16 dmcmahill Exp $ + + Note: For proper operation, your terminal setting must have "-extproc" set. This can be checked with "stty -a". Alternatively, you can run the script "yacas.sh" instead of directly running the binary program "yacas". -- cgit v1.2.3