Date: Feb 13, 2013 3:51 AM Author: Christopher Creutzig Subject: Re: ricatti bessel function On 12.02.13 17:07, aman wrote:
> can anybody help me in putting ricatti bessel functions in matlab.
function y=bessels(n,x)
y = sqrt(pi/2*x).*besselj(n+1/2,x);
etc. should just work, no?
Christopher