pattern matching / lookup integration (was Re: integration using z =tan(x/2) sub)



On 11/02/2011 11:14 PM, Barton Willis wrote:
> I sometimes wonder if a purely pattern matching / lookup integration would be superior to what we have; for
> examplehttp://www.apmaths.uwo.ca/~arich/  .
>
> --Barton
Yes.  I think this would be a good project.  I looked at Richard 
Fateman's TILU code.  I did get parts of it working under CLISP but my 
lisp-fu was inadequate.

I was thinking along the lines of:

    * using the TILU integral database (and seeing if there were others
      we could steal^H^H^H^H use).
    * using maxima infrastructure - simplifiers, pattern matchers, etc
    * writing new hash / lookup code using the TILU algorithms

but my lisp-fu was inadequate.

If we could get it working then adding new integrals to the database 
would be quite simple.