ODE No. 135

\[ x^2 y'(x)-(x-1) y(x)=0 \] Mathematica : cpu = 0.018228 (sec), leaf count = 14

DSolve[-((-1 + x)*y[x]) + x^2*Derivative[1][y][x] == 0,y[x],x]
 

\[\left \{\left \{y(x)\to c_1 e^{\frac {1}{x}} x\right \}\right \}\] Maple : cpu = 0.008 (sec), leaf count = 11

dsolve(x^2*diff(y(x),x)-(x-1)*y(x) = 0,y(x))
 

\[y \left (x \right ) = c_{1} x \,{\mathrm e}^{\frac {1}{x}}\]