MathGroup Archive 1997

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

Search the Archive

Re: How do you plot Exp?????

  • To: mathgroup at smc.vnet.net
  • Subject: [mg5911] Re: [mg5843] How do you plot Exp?????
  • From: Sherman Reed <Sherman.Reed at worldnet.att.net>
  • Date: Tue, 4 Feb 1997 00:03:30 -0500
  • Sender: owner-wri-mathgroup at wolfram.com

At 06:30 AM 2/2/97 +0000, you wrote:
>If any one can tell me how to plot Exp^-.25x^2 without getting "not a machine 
>size real number" please let me know.
>-ray
>
>simpkin6 at pilot.msu.edu
>
I just used the following expression and it worked just fine.


Plot[Exp[-.25*x^2],{x,-10,10},PlotRange->All]

Sherman C. Reed



  • Prev by Date: Re: Changing Plot3D to polygons?
  • Next by Date: Re: Re: Boundary value problems in Mathematica 3.0
  • Previous by thread: Re: Changing Plot3D to polygons?
  • Next by thread: Re: How do you plot Exp?????