leakeg

16 Reputation

2 Badges

17 years, 58 days

MaplePrimes Activity


These are questions asked by leakeg

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(%)

Page 1 of 1