|
[Date Index]
[Thread Index]
[Author Index]
Re: Methods for plotting
- To: mathgroup at smc.vnet.net
- Subject: [mg86335] Re: Methods for plotting
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Sat, 8 Mar 2008 05:45:37 -0500 (EST)
- References: <fqqs4b$kgg$1@smc.vnet.net>
Hi,
if you have found out what the correct syntax of Mathematica
is, try to load
Graphics`ContourPlot3D`
and use the ContourPlot3D[] function from this package.
Regards
Jens
Paolo wrote:
> Hi, I'm new in this forum and I hope you'll help me to solve a little problem with Mathematica(5.0), that I just started to use. I have an equation (coming from the divergence of a vector) and it's form is similar to:
> [exp(-x)]/[(x^2+1)(y^2+2)(z^2+1)]+
> [exp(-2y)]/[(x^2+2)(y^2+2)(z^2+1)]+
> [exp(-3z)/[(x^2+1)(y^2+2)(z^2+3)]=0
>
> I have difficulties to plot this implicit function, i used Plot3d and ImplicitPlot with no success and the error message that I get involves the non-algebraic way the programm uses to solve the equation.
> Is there any other Plot-type function that can possibly solve this problem?
>
Prev by Date:
Re: LaplaceTransform bug?
Next by Date:
processing notebook selections with buttons
Previous by thread:
Methods for plotting
Next by thread:
Re: Methods for plotting
|