|
[Date Index]
[Thread Index]
[Author Index]
Re: grphing in Mathematica
- To: mathgroup at smc.vnet.net
- Subject: [mg54374] Re: grphing in Mathematica
- From: highegg at centrum.cz (highegg)
- Date: Sat, 19 Feb 2005 02:32:39 -0500 (EST)
- References: <bsire1sg1x3j@legacy>
- Sender: owner-wri-mathgroup at wolfram.com
On 17 Feb 05 12:08:58 -0500 (EST), Nick wrote:
>How do I graph the function x^2+y^2+4z^2=1?
>I am using Mathemetica version 4 and
>using ContourPlot3D doesn't work.
Mathematica plots implicit curves using ImplicitPlot, however, it's a
planar version only and as far as I am aware standard packages of Mathematica
5.1 implement no 3D version. If you are able to parametrize the curve,
use ParametricPlot3D. Otherwise you're left to create a suitable
package yourself.
Jaroslav
Prev by Date:
Re: Leading Zeros?
Next by Date:
Re: 2+ D wave equation
Previous by thread:
Re: Leading Zeros?
Next by thread:
Re: Re: grphing in Mathematica
|