Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't allow differentiation with respect to order in Bessel functions #15019

Closed
eviatarbach opened this issue Aug 7, 2013 · 8 comments
Closed

Comments

@eviatarbach
Copy link
Contributor

This is wrong:

sage: var('nu z')
(nu, z)
sage: bessel_J(nu, z).diff(nu)
-1/2*bessel_J(nu + 1, z) + 1/2*bessel_J(nu - 1, z)
sage: bessel_J(nu, z).diff(z)
-1/2*bessel_J(nu + 1, z) + 1/2*bessel_J(nu - 1, z)

Apply attachment: trac15019.patch​

Component: symbolics

Author: Eviatar Bach

Reviewer: Volker Braun

Merged: sage-5.11.rc1

Issue created by migration from https://trac.sagemath.org/ticket/15019

@eviatarbach eviatarbach added this to the sage-5.11 milestone Aug 7, 2013
@eviatarbach
Copy link
Contributor Author

comment:1

Attachment: trac15019.patch.gz

@vbraun
Copy link
Member

vbraun commented Aug 7, 2013

Reviewer: Volker Braun

@vbraun
Copy link
Member

vbraun commented Aug 7, 2013

Author: Evitar Bach

@vbraun

This comment has been minimized.

@vbraun
Copy link
Member

vbraun commented Aug 7, 2013

comment:2

Looks good to me

@eviatarbach
Copy link
Contributor Author

Changed author from Evitar Bach to Eviatar Bach

@eviatarbach
Copy link
Contributor Author

comment:4

Thanks!

@jdemeyer
Copy link
Contributor

Merged: sage-5.11.rc1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants