help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Roots of Bessel first kind function


From: Adrian Spiridon
Subject: Roots of Bessel first kind function
Date: Sat, 23 May 2009 05:58:08 -0700 (PDT)

Hello,
 
        I want to find the firs "s" roots of the function J(alpha, z) - Bessel's first kind function. Suppose alpha=0 , the first 3
roots are: z1=2.4048, z2=5.5201, z3= 8.6537.
        I  have defined  f=@(x)besselj(0,x) and I've tried to use the function fzero but this isn't a viable solution
because fzero needs an interval in wich to search for the root, and at the ends of the interval f must have different signes.   
        Because I don't know how fast the roots may succed,or what the sign of the function is,  I am unable to use fzero
function.   
        Is there any built-in function that can find the zeros of  Bessels's first kind function ? If not (I guess not), how can I
find the roots ? 
      
 
Thanks,
 
Spiridon Adrian 
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]