| Author |
Comment/Response |
Lucas Holland
|
11/29/07 07:58am
Hello,
I'm new to Mathematica. I've defined a function f like this:
f[x_] := x^3-6x
?f confirms that the function exists. When I try to plot it like this:
Plot[f, {x, -5, 5}]
I see the coordinate system but not the graph of f.
Any ideas?
Thanks,
Lucas
URL: , |
|