Revision history [back]

click to hide/show revision 1
initial version

posted Jan 16 '11

Mike Witt gravatar image Mike Witt
455 4 11 26

Bessel functions

A couple of questions about Bessel functions:

(1) Shouldn't this return return a symbolic expression, so that it can be used as part of an expression to be evaluated later with a specific r:

sage: var('r')
sage: bessel_J(0,r)

I'm thinking specifically of building up a series that will later be plotted.

(2) There was talk a while back about making the zeros of the Bessel functions available without having to calculate them with find_root() (Not that there's a problem doing that, but it would just be a convenience.)

click to hide/show revision 2
No.2 Revision

updated Jan 16 '11

Mike Witt gravatar image Mike Witt
455 4 11 26

Bessel functions

A couple of questions about Bessel functions:

(1) Shouldn't this return return a symbolic expression, so that it can be used as part of an expression to be evaluated later with a specific r:

sage: var('r')
sage: bessel_J(0,r)

I'm thinking specifically of building up a series that will later be plotted.

(2) There was talk a while back about making the zeros of the Bessel functions available without having to calculate them with find_root() (Not that there's a problem doing that, but it would just be a convenience.)convenience.) I was just wondering if anything came of that.

click to hide/show revision 3
retagged

updated Jun 16 '11

Kelvin Li gravatar image Kelvin Li
423 9 16

Bessel functions

A couple of questions about Bessel functions:

(1) Shouldn't this return return a symbolic expression, so that it can be used as part of an expression to be evaluated later with a specific r:

sage: var('r')
sage: bessel_J(0,r)

I'm thinking specifically of building up a series that will later be plotted.

(2) There was talk a while back about making the zeros of the Bessel functions available without having to calculate them with find_root() (Not that there's a problem doing that, but it would just be a convenience.) I was just wondering if anything came of that.

powered by ASKBOT version 0.7.22
Copyright Sage, 2010. Some rights reserved under creative commons license.