| Author |
Comment/Response |
John
|
10/03/05 5:00pm
I am using Mathematica 5.2 and attempting to do some LogPlots. This is what happens:
<< Graphics`Graphics`
LogPlot[{1/{{x+1}^2},E^-x},{x,0,10}]
ParametricPlot::pptr...
ParametricPlot::pptr...
ParametricPlot::pptr...
General::stop: Further output of ParametricPlot::pptr will be suppressed \
during this calculation.
followed by a plot of only the e^-x function; no matter how I try I can't get {x+1}^-2 to plot. I've spent hours on this. Can anyone suggest what I'm doing wrong, and why LogPlot is being evaluated as ParametricPlot? I've tried to correct the format of my formula according to the error message that Mathematica generates for 'ParametricPlot', but that just results in plots that have nothing to do with my formula.
Thanks very much, John
URL: , |
|