Re: Plot3D confusion
- To: mathgroup at smc.vnet.net
- Subject: [mg38628] Re: Plot3D confusion
- From: "Urijah Kaplan" <uak at sas.upenn.edu>
- Date: Wed, 1 Jan 2003 03:40:10 -0500 (EST)
- Organization: University of Pennsylvania
- References: <aur8o5$8ft$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
You forgot to put a space between I and y. It works fine for me once that's fixed. --Urijah Kaplan "Warren Rogers" <wrx at cruzio.com> wrote in message news:aur8o5$8ft$1 at smc.vnet.net... > If I try the following: > f[x_,y_]:=Abs[1+(x+Iy)^3] > Plot3D[f[x,y],{x,-1.25,1.25},{y,-1.25,1.25},PlotPoints->40,Mesh->False,FaceGri ds->All] > Mathematica refuses to plot it at all