Question: Trying to plot an equation in Maple, Plotting Error, empty plot

I am using Maple 15 and every time I try to plot this equation it doesnt seem to want to plot. This is the code I keep trying to input:

plot(3*e^(-x)*x-e^(-x)-1.5*e^(-x)*(x^2)+e^(-x)*(x^2)*log(x),x=0..9,y=-1..0.6);

Every time I get "Plotting Error, empty plot"

The equation came from the original differential equation .5(d^2y/dx^2)+(dy/dx)+.5y(x)=ln(x)e^(-x)

 Also When i try to plot this equation:

-.5*e^(-10*x)*sin(10*x)-.5*e^(-10*x)*cos(10*x)+(3/2)=300

It says unexpected error(in plot)

I need to plot both of these equations for a project in my Differential Equations class. I already did all the work for solving the ODE now the only thing I have ot do is plot it which is the only thing I can't get working. Thank you.

Please Wait...