2.1205   ODE No. 1205

  1. Problem in Latex
  2. Mathematica input
  3. Maple input

ax2y(x)+f(x)y(x)+x2y(x)=0 Mathematica : cpu = 0.208196 (sec), leaf count = 0 , could not solve

DSolve[f[x]*y[x] + a*x^2*Derivative[1][y][x] + x^2*Derivative[2][y][x] == 0, y[x], x]

Maple : cpu = 0. (sec), leaf count = 0 , result contains DESol

{y(x)=DESol({f(x)_Y(x)x2+addx_Y(x)+d2dx2_Y(x)},{_Y(x)})}