11-9.mws

Construct this model:

> restart;

> x:=cos(t):

> y:=sin(t):

> z1:=-1:

> z2:=cos(2*t):

> z:=(1-s)*z1+s*z2:

> with(plottools):

> a:=plot3d([x,y,z],s=0..1,t=0..2*Pi,scaling=constrained,grid=[10,100]):

> x:=r*cos(t):

> y:=r*sin(t):

> b:=plot3d([x,y,x^2-y^2],r=0..1,t=0..2*Pi,scaling=constrained,grid=[10,100]):

> with(plots):

Warning, the name changecoords has been redefined

> display(a,b);

[Maple Plot]

>