MathGroup Archive 2001

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Graphing Functions for an idiot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg27255] Re: Graphing Functions for an idiot
  • From: "Alberto d'Onofrio" <alberto.donofrio at libero.it>
  • Date: Wed, 14 Feb 2001 03:41:23 -0500 (EST)
  • References: <96asca$6f6@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Wow ! A post to which I am able to answer !!
Wonderful :))))

ehm..
you should simply write:

f[x_] := x^3 - 3 x
Plot[f[x], {x, 0, 3}]

I suspect you wrote something like:
g(x) = x^3 - 3 x
Plot[g(x), {x, 0, 3}]

ciao

a.


  • Prev by Date: Re: Re: Plotting Intersecting Planes
  • Next by Date: Removal of functions
  • Previous by thread: Re: Complicated Rotation
  • Next by thread: Re: Graphing Functions for an idiot