home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / scheme / 2831 < prev    next >
Encoding:
Internet Message Format  |  1992-12-26  |  1.9 KB

  1. Path: sparky!uunet!think.com!mintaka.lcs.mit.edu!ai-lab!zurich.ai.mit.edu!jaffer
  2. From: jaffer@zurich.ai.mit.edu (Aubrey Jaffer)
  3. Newsgroups: comp.lang.scheme
  4. Subject: jacal1a0 computer algebra system available
  5. Date: 24 Dec 92 01:50:22
  6. Organization: M.I.T. Artificial Intelligence Lab.
  7. Lines: 36
  8. Message-ID: <JAFFER.92Dec24015022@camelot.ai.mit.edu>
  9. NNTP-Posting-Host: camelot.ai.mit.edu
  10.  
  11. This message announces the availability of JACAL release jacal1a0.
  12. See sci.math.symbolic for future announcements about JACAL.
  13.  
  14. JACAL is a symbolic mathematics system for the simplification and
  15. manipulation of equations and single and multiple valued algebraic
  16. expressions constructed of numbers, variables, radicals, and algebraic
  17. functions, differential, and holonomic functions.  In addition,
  18. vectors and matrices of the above objects are included.
  19.  
  20. JACAL is written in Scheme.  A version of Scheme (IEEE P1178 and R4RS
  21. compliant) written in C is available with JACAL.  SCM runs on Amiga,
  22. Atari-ST, MacOS, MS-DOS, OS/2, NOS/VE, VMS, Unix and similar systems.
  23.  
  24. JACAL source is available via FTP (detailed instructions follow) from:
  25. altdorf.ai.mit.edu:archive/scm/jacal1a0.tar.Z (or later revision).
  26.  
  27. SLIB is a portable scheme library which JACAL requires:
  28. altdorf.ai.mit.edu:archive/scm/slib1c3.tar.Z
  29.  
  30. SCM is a small Scheme implementation under which JACAL will run.
  31. altdorf.ai.mit.edu:archive/scm/scm4a15.tar.Z
  32.  
  33.   ftp altdorf.ai.mit.edu [18.43.0.246] (anonymous)
  34.   bin
  35.   cd archive/scm
  36.   get jacal1a0.tar.Z
  37.   get slib1c3.tar.Z
  38.   get scm4a15.tar.Z
  39.  
  40. `jacal1a0.tar.Z' is a compressed tar file of the JACAL Scheme code.
  41. `slib1c3.tar.Z' is a compressed tar file of a Scheme Library.
  42. `scm4a15.tar.Z' is a compressed tar file of the C code distribution.
  43.  
  44. Remember to use binary mode when transferring the files.
  45. Be sure to get and read the GNU General Public License (COPYING).
  46. It is included in scm4a15.tar.Z and jacal1a0.tar.Z.
  47.