home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / sci / math / symbolic / 2074 < prev    next >
Encoding:
Text File  |  1992-07-25  |  988 b   |  32 lines

  1. Newsgroups: sci.math.symbolic
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!mp.cs.niu.edu!uxa.ecn.bgu.edu!mflll
  3. From: mflll@uxa.ecn.bgu.edu (Dr. Laurence Leff)
  4. Subject: Re: simplification
  5. Message-ID: <1992Jul25.195532.24675@uxa.ecn.bgu.edu>
  6. Organization: Educational Computing Network
  7. References: <1992Jul25.115733.27293@wuecl.wustl.edu>
  8. Date: Sat, 25 Jul 1992 19:55:32 GMT
  9. Lines: 21
  10.  
  11. In article <1992Jul25.115733.27293@wuecl.wustl.edu> ppc1@cec1.wustl.edu (Peter Pui Tak Chiu) writes:
  12. >
  13. >hi everyone,
  14. >
  15. >
  16. >        how to do symbolic simplification using scheme, lisp or anything...?
  17.  
  18. %A J. Moses
  19. %T Algebraic Simplification: A Guide for the Perplexed
  20. %J CACM
  21. %V 14
  22. %N 8
  23. %D AUG 1971
  24. %P 527-537
  25. %K SM
  26. %W 06R
  27.  
  28. You will find that it is not always clear what the simplest form of
  29. a given expression is, after some obvious simplifications like
  30. converting something+0 to something and something*1 to something.
  31. The above is the standard reading on these issues.
  32.