Question: ode, dsolve, ics

Dear all;

Thank you very much for helping me to understand this problem.

I need your help for this question, it's seem for correct but when I run the code there is no dispaly of the solution with this command  dsolve({ode,ics}) ;

 

ode:=x*diff(y(x),x)+y(x)=x*exp(-x^2);

ics:=y(0)=1;

dsolve(ode);

dsolve({ode,ics}) ;

Please Wait...