Bessel differential equation




On Wed, 12 Aug 2009, esvax wrote:

< Maxima can't solve Bessel differential equation:
< 
< (%i2) ode2(x^2*'diff(y,x,2)+x*'diff(y,x)+(x^2*m^2-k^2)*y[x] = 0, y, x);
< %o2) false
 
There is a typo in your diff. eq.

Try

? odelin
load('contrib_ode);
depends(y,x);
deq : x^2*'diff(y,x,2)+x*'diff(y,x)+(x^2*m^2-k^2)*y = 0$
odelin(deq,y,x);

Leo

-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.