Chinnu
- 22
- 0
ok, I have tried and failed.
How does one graph the following on mathematica in 3D:
\left( x^{2} + \frac{9}{4} x^{2} + z^{2} -1\right)^{3} - x^{2}z^{3} - \frac{9}{80}y^{2}z^{3} =0 with -3 \leq x,y,z\leq3
If someone could give me the command (what to enter), that would help.
Heres what I tried:
Plot3D[f[x,y,z],{x,-3,3},{y,-3,3},PlotRange\rightarrow{-3,3}],
where I pre defined f as the function above (this I'm fairly certain was done correctly)
How does one graph the following on mathematica in 3D:
\left( x^{2} + \frac{9}{4} x^{2} + z^{2} -1\right)^{3} - x^{2}z^{3} - \frac{9}{80}y^{2}z^{3} =0 with -3 \leq x,y,z\leq3
If someone could give me the command (what to enter), that would help.
Heres what I tried:
Plot3D[f[x,y,z],{x,-3,3},{y,-3,3},PlotRange\rightarrow{-3,3}],
where I pre defined f as the function above (this I'm fairly certain was done correctly)
Last edited: