From: Richard Fateman Subject: Re: Symbolic integration Date: Fri, 23 Mar 2001 07:41:08 -0800 Newsgroups: sci.math.symbolic Summary: Pointers to background information on symbolic integration I think a more appropriate book to look at for your interests is Peter Norvig's Paradigms of AI PRogramming, which has a 10-page symbolic integration program written out it full detail. Of course it doesn't do everything. RJF Roland Richter wrote: > > Cristian Sava wrote: > > > > Hello! > > > > I have been thinking about writing a program to perform symbolic > > integration. I have already written a program for differentiation, and it > > works fine. The problem is that integration, by not having a definite > > algorithm, is harder than differentiation. > > > > In which programming language do you intend to work? > > I know some guys who also have "symbolic integration" on > their "to do" list, see http://www.ginac.de/ToDo.html > > - Roland