MathGroup Archive 2002

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

Search the Archive

Re: Art Graphics in Mathematica

  • To: mathgroup at smc.vnet.net
  • Subject: [mg35271] Re: Art Graphics in Mathematica
  • From: "Raf" <r_a_f at yahoo.it>
  • Date: Fri, 5 Jul 2002 02:21:39 -0400 (EDT)
  • References: <afugqn$rs0$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

You must use ParametricPlot3D.
For example:
ParametricPlot3D[{Sin[u]*Cos[v](3 + Sin[8u]), Cos[u]*Cos[v](3 + Sin[8u]),
    Sin[v](3 + Sin[8u])}, {u, 0, Pi}, {v, 0, Pi}]
Because the ranges for u and v are not specified, you must try for example
with 3.14 multiple.

Bye,
Raf.

"Thiery Balser" <strichpunkt2 at gmx.net> ha scritto nel messaggio
news:afugqn$rs0$1 at smc.vnet.net...
> Hi,
>
>
> I've just found an amazing site with really astonishing picutres
apparently
> generated by mathematica..
>
> There are even the formulas on this site (please see below), but I have no
> clue, what sort of Plot this formula requires.
>
> http://silver.szote.u-szeged.hu/math/Gallery/Creatures/crea.html
>
> Any hint is highly appreciated,
>
> Regards,
> Thiery
>
>
>



  • Prev by Date: dynamic optimization
  • Next by Date: Re: Integrate fails without warning?
  • Previous by thread: Re: Art Graphics in Mathematica
  • Next by thread: Re: Art Graphics in Mathematica