Re: Help plotting P(x,y,z) = Aexp[r^2]
- To: mathgroup at smc.vnet.net
- Subject: [mg97831] Re: Help plotting P(x,y,z) = Aexp[r^2]
- From: Raffy <raffy at mac.com>
- Date: Mon, 23 Mar 2009 04:02:53 -0500 (EST)
- References: <gq553u$850$1@smc.vnet.net>
On Mar 22, 3:49 am, "dylankrish... at gmail.com"
<dylankrish... at gmail.com> wrote:
> where r^2 = x^2 + y^2 + z^2 and A is a constant.
>
> I thought this would be simple until I realized mathematica doesnt
> like three inputs ( to my knowledge)
>
> I've been trying to plot this for the last few days, but have had no
> luck getting it to work using version 7.
>
> Any help getting started would be greatly appreciated!
Each point in your description is specified by: {x, y, z, f(x, y, z)},
aka 4 dimensions.
So you need to be more specific about what you would like to plot.
When you've figured that out, you can use RegionPlot3D.