Question: zeros of the bessel function?

Hi, I'm trying to find the first few roots of the Bessel function (1st kind) for a few different values of v, but I'm new to Maple and am having some trouble.

This is what I've tried:

------

u:= v->BesselJ(v,x);

solve({u(0)=0},{x});

                            {x=RootOf(BesselJ(0,_Z))}

evalf(%)

                            {x = -2.404825558}

--------

You see it only gives one negative solution, whereas I want the first three postive solutions.

Thankyou in advance for any help!
 

Please Wait...