Newbie Question -- Plot3d::plnc
- To: mathgroup at smc.vnet.net
- Subject: [mg52698] Newbie Question -- Plot3d::plnc
- From: jujubaby at gmail.com
- Date: Thu, 9 Dec 2004 20:23:12 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
X-No-Archive: Yes When I enter the following two statements into Mathematica 5: xtimesy[x_, y_] := x*y; Plot3D[xtimesy[x y], {x, -5, 5}, {y, -5, 5}] I receive a huge cascade of errors, all of this form: Plot3D::plnc: xtimesy[x\y] is neither a machine-size real number at \ {x,y}={-5.,-5.} nor a list of a real number and a valid color directive. What am I doing wrong? Thanks! -Jake