MathGroup Archive 2002

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

Search the Archive

Re: visualization with Mathematica

  • To: mathgroup at smc.vnet.net
  • Subject: [mg37979] Re: visualization with Mathematica
  • From: "Steve Luttrell" <luttrell at _removemefirst_westmal.demon.co.uk>
  • Date: Sat, 23 Nov 2002 19:15:00 -0500 (EST)
  • References: <arksj2$5fd$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

You typed a bracket in the wrong place. It should be

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}]

Steve Luttrell
"Paulo Moraes Ferreira" <paulom at compos.com.br> wrote in message
news:arksj2$5fd$1 at smc.vnet.net...
> 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?
>
> _________________________________________
> Paulo Ferreira
> ICQ#: 132191789
> More ways to contact me: http://wwp.icq.com/132191789
> _________________________________________
>
>




  • Prev by Date: Re: visualization with Mathematica
  • Next by Date: RE: visualization with Mathematica
  • Previous by thread: Re: visualization with Mathematica
  • Next by thread: RE: visualization with Mathematica