| Author |
Comment/Response |
Johnny T
|
10/14/03 6:24pm
Just trying to plot the function f(x)=3^x
I tried Plot[3^x,{x,-10,10}] and also
f[x_]:=3^x
Plot[f[x],{x,-10,10}]
This plots the function to the right of where it should be. Thanks for your help. JT
URL: , |
|