[SciPy-user] symbolic math & scipy (& maxima)...

David Joyner wdj at usna.edu
Mon Aug 7 09:55:20 EDT 2006


Have you looked into SAGE (sage.scipy.org)? SAGE is written
in Python but includes maxima and has some special functions
(wrapped from maxima and pari). I'm not excatly sure what your
question is, but SAGE might help do what you want.

+++++++++++++++++++++++++++++++++++++

fredantispam at free.fr wrote:
> Hi,
>
> I need to find out the (first) derivative of associated Legendre polynomials
> defined in lpmn(m,n,x).
>
> The problem is that I want to derive vs theta where x=cos(theta).
>
> For instance, for m=1 & n=0,
> P_0^1(cos(theta)) = cos(theta) -> P_0^1'(cos(theta)) = -sin(theta)
>
> I know that scipy has not symbolic math module (and pythonica seems
> to be quite old & unmaintained).
>
> But I use maxima.
>
> So I wonder if it would be possible to run maxima, derive
> assoc_legendre_p(n,m,cos(theta)) vs. theta and "send" the result to python.
>
>
> How could I do that ?
>
> Cheers,
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-user
>   




More information about the SciPy-User mailing list