flyingpig
- 2,574
- 1
Homework Statement
I am trying to plot xe^{-x} by using Plot[x*e^(-x), {x, 0, 5}] and it keeps telling me that
Plot::exclul: must be a list of equalities or real-valued functions.
So I tried
Plot[x*e^(-x), {x, 0, 5}, PlotRange -> {-10, 10}]
Still not working