home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / prolog / 2443 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  825 b 

  1. Path: sparky!uunet!mcsun!sun4nl!cwi.nl!kwakkel
  2. From: kwakkel@cwi.nl (Fred Kwakkel)
  3. Newsgroups: comp.lang.prolog
  4. Subject: WANTED: Prolog program to find and simplify deratives
  5. Message-ID: <8729@charon.cwi.nl>
  6. Date: 25 Jan 93 14:11:33 GMT
  7. Sender: news@cwi.nl
  8. Organization: CWI, Amsterdam
  9. Lines: 21
  10.  
  11. Hello Netters,
  12.  
  13. I'm looking for a program to find and simplifies deratives of a
  14. function. For example:
  15.  
  16. ! % derive(+Function,+DerVariable,+Derative)
  17. ! %
  18. !
  19. ! ?- derive(a*x + b*x^2, x, Answer).
  20. !
  21. ! Answer = a + 2*b*x
  22.  
  23. I've looked at the archive, but couldn't find the thing I needed:
  24. src.doc.ic.ac.uk:/computing/programming/languages/prolog/pd-software
  25.  
  26. Thanks for your help!
  27.  
  28. -- Fred
  29.  
  30. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  31. kwakkel@cwi.nl - centre for mathematics and computer science, amsterdam
  32.