Re: Polygons
- To: mathgroup at smc.vnet.net
- Subject: [mg64395] Re: Polygons
- From: Jon Harrop <usenet at jdh30.plus.com>
- Date: Wed, 15 Feb 2006 03:32:15 -0500 (EST)
- References: <dsrubs$5ei$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Anton Frühstück wrote: > I would like to ask if anyone could tell me how a three dimensional > surface created by Mathematica can be transformed into a sum of > Polynomexpressions I think you want to apply Graphics3D to the SurfaceGraphics, e.g.: Plot3D[1/(1 + x^2 + y^2), {x, -3, 3}, {y, -3, 3}] Graphics3D[%] // InputForm -- Dr Jon D Harrop, Flying Frog Consultancy Ltd. http://www.ffconsultancy.com/products/ocaml_for_scientists/chapter1.html