MathGroup Archive 2002

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

Search the Archive

Re: visualization with Mathematica

  • To: mathgroup at smc.vnet.net
  • Subject: [mg37969] Re: visualization with Mathematica
  • From: Alois Steindl <Alois.Steindl at jet2web.cc>
  • Date: Sat, 23 Nov 2002 19:14:37 -0500 (EST)
  • Organization: Inst. f. Mechanics II, TU Vienna
  • References: <arksj2$5fd$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

"Paulo Moraes Ferreira" <paulom at compos.com.br> writes:

> I Type this Table[Plot3D[Sin[2x]Sin[2y]Cos[t], {x, 0, Pi}, {y, 0, Pi}],
>   PlotRange -> {-1, 1}, BoxRatios -> {1, 1, 1}, {t, 0, Pi, Pi/6}]
> 
> from the "visualization with Mathematica" Wolfram's Book. Why didn´t work?
> 
Hello,
did you read the Error message? It's telling you the reason.
Hint: PlotRange appears outside the Plot3D function.

Alois


  • Prev by Date: Avoiding imaginary numbers in DSolve
  • Next by Date: Re: visualization with Mathematica
  • Previous by thread: Re: visualization with Mathematica
  • Next by thread: Re: visualization with Mathematica