Basic Hypergeometric Series



On 12/03/2012 3:11 AM, Noud wrote:
> I tried to read the hypergeometric.lisp, but I could not make much of 
> it. Probably the biggest problem here is that I do not have a lot of 
> experience with Lisp, but I do also not really know how Maxima work. 
> Is there more documentation about how to implement new functions in 
> Maxima? Or could you give me some advice on how to proceed?
>
> Best regards,
> Noud
>
Have a look at the implementation of some other special functions.  For 
example.

    * Airy functions
      http://maxima.git.sourceforge.net/git/gitweb.cgi?p=maxima/maxima;a=blob;f=src/airy.lisp
    * Bessel functions
      http://maxima.git.sourceforge.net/git/gitweb.cgi?p=maxima/maxima;a=blob;f=src/bessel.lisp