MathGroup Archive 2006

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

Search the Archive

SImple Plot3D issue

  • To: mathgroup at smc.vnet.net
  • Subject: [mg68564] SImple Plot3D issue
  • From: jtolman at gmail.com
  • Date: Wed, 9 Aug 2006 23:57:01 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

I am trying to plot the 3D function e^-(x^2 + y^2) (x^2 + 2y^2)

Plot3D[e^-(x^2 + y^2) (x^2 + 2 y^2), {x, -3, 3}, {y, -3, 3}]

I get not machine-size real number errors.  When I try

f = e^-(x^2 + y^2) (x^2 + 2 y^2)

I get a Syntax::noinfo: insufficient information error, although the
output looks like a valid textbook style equation.

I've tried several variations on input but can't figure out where the
syntax mistake is.


  • Prev by Date: Re: Multiplying Elements of arrays: Inner product
  • Next by Date: Simple Plot3D/Function Syntax issue
  • Previous by thread: Re: [TS 19859]--Re:creating code that writes other code ...
  • Next by thread: Re: SImple Plot3D issue