- #1
flyingpig
- 2,579
- 1
Homework Statement
I am trying to plot [tex]xe^{-x}[/tex] 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