Re: Re: Newbie Question -- Plot3d::plnc
- To: mathgroup at smc.vnet.net
- Subject: [mg52779] Re: [mg52714] Re: Newbie Question -- Plot3d::plnc
- From: DrBob <drbob at bigfoot.com>
- Date: Mon, 13 Dec 2004 04:22:27 -0500 (EST)
- References: <200412111021.FAA06360@smc.vnet.net>
- Reply-to: drbob at bigfoot.com
- Sender: owner-wri-mathgroup at wolfram.com
The OP left out a comma in the Plot statement (between x and y): xtimesy[x_, y_] := x*y; Plot3D[xtimesy[x, y], {x, -5, 5}, {y, -5, 5}] Bobby On Sat, 11 Dec 2004 05:21:07 -0500 (EST), Bill Rowe <readnewsciv at earthlink.net> wrote: > On 12/9/04 at 8:23 PM, jujubaby at gmail.com wrote: > >> 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: > > It works fine here. Try this with a fresh session. I am guessing you may have defined something in your session earlier that causes the problem. > -- > To reply via email subtract one hundred and four > > > > -- DrBob at bigfoot.com www.eclecticdreams.net
- References:
- Re: Newbie Question -- Plot3d::plnc
- From: Bill Rowe <readnewsciv@earthlink.net>
- Re: Newbie Question -- Plot3d::plnc