> with(plots):with(plottools):
Warning, the name changecoords has been redefined> x:=r*cos(t)/sqrt(2);
![]()
> y:=r*sin(t);
![]()
> z:=5*(x^2+y^2);
![]()
> a:=plot3d([x,y,z],t=0..2*Pi,r=0..1,scaling=constrained,color=red,grid=[100,20]):
> z:=6-7*x^2-y^2;
![]()
> b:=plot3d([x,y,z],t=0..2*Pi,r=0..1,scaling=constrained,color=green,grid=[50,20]):
> c:=display(a,b):
> c;
![[Maple Plot]](12-125.gif)
> vrml(c,"c:/042/12/12-12.wrl",background_color=white);
>