MathGroup Archive 2002

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

Search the Archive

Re: visualization with Mathematica

  • To: mathgroup at smc.vnet.net
  • Subject: [mg37974] Re: visualization with Mathematica
  • From: zeno <zeno1234 at mindspring.com>
  • Date: Sat, 23 Nov 2002 19:14:48 -0500 (EST)
  • References: <arksj2$5fd$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com


You have a couple of typos that cause your input to not be the same as
is printed in the mathematica book.

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

(You had an extra "]" right before "Plot range", and did not have a "]"
after the "BoxRatios" parameters as needed.

I tested it with the input stated here per the book and it does work.

In article <arksj2$5fd$1 at smc.vnet.net>, Paulo Moraes Ferreira
<paulom at compos.com.br> wrote:

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


  • Prev by Date: Re: visualization with Mathematica
  • Next by Date: lack of elegance
  • Previous by thread: Re: visualization with Mathematica
  • Next by thread: Re: visualization with Mathematica