home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!sun4nl!cwi.nl!kwakkel
- From: kwakkel@cwi.nl (Fred Kwakkel)
- Newsgroups: comp.lang.prolog
- Subject: WANTED: Prolog program to find and simplify deratives
- Message-ID: <8729@charon.cwi.nl>
- Date: 25 Jan 93 14:11:33 GMT
- Sender: news@cwi.nl
- Organization: CWI, Amsterdam
- Lines: 21
-
- Hello Netters,
-
- I'm looking for a program to find and simplifies deratives of a
- function. For example:
-
- ! % derive(+Function,+DerVariable,+Derative)
- ! %
- !
- ! ?- derive(a*x + b*x^2, x, Answer).
- !
- ! Answer = a + 2*b*x
-
- I've looked at the archive, but couldn't find the thing I needed:
- src.doc.ic.ac.uk:/computing/programming/languages/prolog/pd-software
-
- Thanks for your help!
-
- -- Fred
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- kwakkel@cwi.nl - centre for mathematics and computer science, amsterdam
-