help-octave
[Top][All Lists]
Advanced

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

zeros of product of bessel functions


From: john
Subject: zeros of product of bessel functions
Date: Wed, 7 Sep 2011 13:25:45 -0700 (PDT)

Hi,

The following program works:

bessy0=@(x)bessely(0,x)
for n=1:5
z(n)=fzero(bessy0,[(n-1) n]*pi) 
z
this gives the first five zeros of Yo(x)

---------------
Now:
cross=@(x) besselj(0,x)*besseli(1,x)+besseli(0,x)*besselj(1,x)
fzero(eval("cross"),4)
gives 3,1962 for the first zero of this product.That's correct.
-----------------------

My question:

Is it possible to write a program like above  (bessely(0,x)) for the product
cross wich gives the first 5
zeros or first 3....??????

Thank you for your help

Kind regards
John

--
View this message in context: 
http://octave.1599824.n4.nabble.com/zeros-of-product-of-bessel-functions-tp3797166p3797166.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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