Opened 10 years ago
Last modified 8 years ago
#10636 new enhancement
Make Bessel zeros available symbolically
Reported by: | mhansen | Owned by: | burcin |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | symbolics | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
From http://ask.sagemath.org/question/314/bessel-functions :
(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.
Note that mpmath provides this functionality as documented at http://mpmath.googlecode.com/svn/trunk/doc/build/functions/bessel.html#besseljzero
Change History (3)
comment:1 Changed 10 years ago by
- Summary changed from Make Bessel zeros available symbolicly to Make Bessel zeros available symbolically
comment:2 Changed 10 years ago by
comment:3 Changed 8 years ago by
Note: See
TracTickets for help on using
tickets.
Depends on #9969 for arbitrary-precision computation with mpmath since Bessel function zeros were added in mpmath 0.16.
Note that SciPy also has (faster) double-precision Bessel function zeros.