Bessel_I problem



-----maxima-bounces at math.utexas.edu wrote: -----

>Also, the Shrodinger's eq for the x^4 potential can be solved in
>Mathematica for the special case where Energy = 0.  Maxima can't do that
>it seems, but I was trying to find a way to work around that and do it in
>Maxima.

(%i18) load(odelin)$
(%i21) -'diff(f,x,2) + mu^2 * x^4 * f = 0;
(%o21) f*mu^2*x^4-'diff(f,x,2)=0
(%i22) odelin(%,f,x);
(%o22)
{bessel_j(-1/6,-(%i*mu*x^3)/3)*sqrt(-x),bessel_y(-1/6,-(%i*mu*x^3)/3)*sqrt(-x)}


For numerical evaluation, you're on your own.

Barton