You are on page 1of 1

> restart:

with(plots):
Warning, the name changecoords has been redefined

> f := (2*x^2 + y^2 + z^2 - 1)^3 - (1/10)*x^2*z^3 - y^2*z^3;


3 x2 z3
f d 2 x2 Cy2 Cz2 K1 K Ky2 z3 (1)
10
> g := implicitplot3d(f = 0, x = -1.3..1.3, y = -1.3..1.3, z =
-1.3..1.3,
scaling = CONSTRAINED, axes = BOXED,
grid = [50, 50, 40],
style = PATCHNOGRID,
lightmodel = light4,
color = RED,
orientation = [20, 72]):
display(g);

> plotsetup(cps, plotoutput=cat


(`d:/uff/2007.1/ensino/gma00098/heart-01.ps`), plotoptions=
`portrait,noborder,width=3.5in,height=3.5in`);
display(g);
plotsetup(inline);

You might also like