RE: Question on Generating Solids of Revolution
- To: mathgroup at smc.vnet.net
- Subject: [mg40881] RE: [mg40845] Question on Generating Solids of Revolution
- From: "David Park" <djmp at earthlink.net>
- Date: Wed, 23 Apr 2003 01:15:51 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Chee,
Look up the SurfaceOfRevolution package in the Add-ons Standard Packages
Help.
Needs["Graphics`SurfaceOfRevolution`"]
SurfaceOfRevolution[x^2, {x, 0, 2},
PlotPoints -> {15, 31},
ImageSize -> 450];
David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/
From: Chee Lim Cheung [mailto:s0203193 at singnet.com.sg]
To: mathgroup at smc.vnet.net
Hi,
How do I use Mathematica to plot 3D graphs of solids of revolution?
Example:
A curve y=x^2 is revolved about the y-axis. How do I use Mathematica to
generate the solid of revolution?
Chee