MathGroup Archive 2007

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

Search the Archive

Re: 3DPlot in Mathematica 6

  • To: mathgroup at smc.vnet.net
  • Subject: [mg80333] Re: [mg80312] 3DPlot in Mathematica 6
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Sat, 18 Aug 2007 05:29:05 -0400 (EDT)
  • Reply-to: hanlonr at cox.net

You have an extraneous pair of square brackets. Try this.

Plot3D[2 Sin[x + Sin[y]], {x, -10, 10}, {y, -10, 10}]


Bob Hanlon

---- "Dr. Van Nostrandt" <dr.vannostrandt at yahoo.com> wrote: 
> Hi,
> I use Mathematica 6 on a PC (Intel Celeron CPU 2.6 GHz, 256 RAM) under Ubuntu 7.04.
> When I run the command Plot3D[f,options] it doesn't display me the function graph if f has a complicated form. If f it's enough simple, the function is displayed.
> For example the command Plot3D[Sin[x+Sin[y]],{x,-10,10},{y,-10,10}] shows me the graph, but already for 
> Plot3D[2 [Sin[x+Sin[y]]],{x,-10,10},{y,-10,10}] I can't see it, just the 3D box, where should be the graph.
> Does anyone know the reason?
> Thank You in advance!
> 



  • Prev by Date: Re: Graphics output in Mathematica 6 functions ?
  • Next by Date: Re: Mathematica 6
  • Previous by thread: Re: 3DPlot in Mathematica 6
  • Next by thread: Re: 3DPlot in Mathematica 6