Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
BesselJZeros - Real zeros of Bessel J functions
BesselYZeros - Real zeros of Bessel Y functions
Calling Sequence
BesselJZeros(v, n)
BesselJZeros(v, n1..n2)
BesselYZeros(v, n)
BesselYZeros(v, n1..n2)
Parameters
v
-
algebraic expression (the order of the Bessel function)
n
algebraic expression (the index of a zero)
n1, n2
algebraic expressions (a range n1..n2 of indices for consecutive zeros)
Description
BesselJZeros(v, n) denotes the n-th positive real root of the BesselJ function of order v.
- If v is numeric, then it must be a real constant. If v is a float, then a numerical evaluation is attempted, otherwise a symbolic representation is returned.
- If n is numeric, then it must be a positive integer.
BesselJZeros(v, n1..n2) represents the sequence of consecutive zeros with index from n1 to n2.
BesselYZeros(v, n) and BesselYZeros(v, n1..n2) correspond to the zeros of the BesselY function.
Note that if then BesselJZeros(v, 0) is also defined and is equal to 0.
These functions may use fsolve to find a floating point approximation for the zeros. To solve ill-conditioned problems, it is convenient to assign the name 'fulldigits' to the environment variable_Envfulldigits.
Examples
See Also
Bessel, inifcns
Download Help Document