home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / sci / math / symbolic / 3505 < prev    next >
Encoding:
Text File  |  1993-01-23  |  1.7 KB  |  40 lines

  1. Newsgroups: sci.math.symbolic
  2. Path: sparky!uunet!nntp.telebit.com!phr
  3. From: phr@telebit.com (Paul Rubin)
  4. Subject: Re: gnu symbolic math?
  5. In-Reply-To: smedley@hardy.u.washington.edu's message of 23 Jan 1993 07:35:15 GMT
  6. Message-ID: <PHR.93Jan22235327@napa.telebit.com>
  7. Sender: news@telebit.com
  8. Nntp-Posting-Host: napa
  9. Organization: Telebit Corporation; Sunnyvale, CA, USA
  10. References: <1jqsfjINNjpt@shelley.u.washington.edu>
  11. Date: Sat, 23 Jan 1993 07:53:27 GMT
  12. Lines: 26
  13.  
  14. In article <1jqsfjINNjpt@shelley.u.washington.edu> smedley@hardy.u.washington.edu (William Warner) writes:
  15.  
  16.    I read some time ago about a gnu package billed as "the poor man's
  17.    Mathematica". It was called calc, I think. How much symbolic
  18.    manipulation can this package perform? What's the shortest route
  19.    to the source code?
  20.        Bill Warner
  21.        smedley@u.washington.edu
  22.  
  23. It's calc.el, an Emacs Lisp package.  It is -amazing-.
  24. It can do mostly the same symbolic operations as Mathematica
  25. though it expects you to apply more manual control.
  26. Unlike Mathematica, it can display equations with superscripts,
  27. drawing radical signs etc. out of ascii characters, etc.
  28. It can differentiate, integrate, solve equations, do arithmetic
  29. with bignums, ratnums, complex numbers, matrices,
  30. etc. though the algorithms are not always as sophisiticated
  31. as programs like Mathematica.  On the other hand, it is
  32. mroe convenient to use for simple things once you get used to
  33. it.  It is set up like an calculator: most of the operations
  34. are bound to short keystroke combinations, there is an
  35. operand stack displayed on the screen etc.  
  36.  
  37. You can ftp it from prep.ai.mit.edu:pub/gnu/calc-2.02.tar.Z.
  38. You also need GNU Emacs, which you can get from the same place.
  39.  
  40.