We use the built-in MATLAB function besselj to solve ... disp('Find a root of the Bessel function J0:') J0 = @(x) besselj(0,x); J0prime = @(x) -besselj(1 ...
確定! 回上一頁