MathGroup Archive 2002

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

Search the Archive

Re: visualization with Mathematica

  • To: mathgroup at smc.vnet.net
  • Subject: [mg37972] Re: [mg37961] visualization with Mathematica
  • From: "milkcart" <milkcart at m17.alpha-net.ne.jp>
  • Date: Sat, 23 Nov 2002 19:14:43 -0500 (EST)
  • References: <200211220916.EAA05677@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi Ferreira


Two options, that is PlotRange -> {-1, 1}, BoxRatios -> {1, 1, 1}  SHOULD
NOT be
the option of Table, but that of  Plot3D. You can write code as follows.


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

----- Original Message -----

From: "Paulo Moraes Ferreira" <paulom at compos.com.br>
To: mathgroup at smc.vnet.net
Subject: [mg37972] [mg37961] visualization with Mathematica


> 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: Number of cyclic subgroups of order 15 in Z_90 (+) Z_36
  • Previous by thread: Re: visualization with Mathematica
  • Next by thread: Re: visualization with Mathematica