Menu

#3219 elliptic_pi can't be differentiated contrary to what manual says

None
closed
5
2016-09-21
2016-09-16
No

The manual says about elliptic_pi(n, phi, m):

Only the derivative with respect to phi is known by Maxima.

But this doesn't work:

(%i1) diff(elliptic_pi(n, phi, m), phi);
(%o1) 'diff(elliptic_pi(n,phi,m),phi,1)

It works for none of the three parameters.

Discussion

  • David Billinghurst

    • assigned_to: David Billinghurst
     
  • David Billinghurst

    You are correct. There is no code for the symbolic differentiation or integration of elliptic_pi(). I will update the documentation.

    The derivative wrt the third arg is given in DLMF 19.4.7. Adding this would be a feature request.

     

    Last edit: David Billinghurst 2016-09-18
  • David Billinghurst

    • status: open --> closed
     
  • David Billinghurst

    docs fixed in commit dcc8f9b..172b8fa

     

Log in to post a comment.