ODE No. 117

\[ x y'(x)+x \left (-e^{\frac {y(x)}{x}}\right )-y(x)-x=0 \] Mathematica : cpu = 0.180097 (sec), leaf count = 21

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

\[\left \{\left \{y(x)\to -x \log \left (-1+\frac {e^{-c_1}}{x}\right )\right \}\right \}\] Maple : cpu = 0.106 (sec), leaf count = 20

dsolve(x*diff(y(x),x)-x*exp(y(x)/x)-y(x)-x = 0,y(x))
 

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