11-2.mws

11-2

> restart;

> with(plots):

Warning, the name changecoords has been redefined

> x:=cos(t):

> y:=sin(t):

> z1:=-1.5;:
z2:=x;:

z1 := -1.5

z2 := cos(t)

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

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

> a;

[Maple Plot]

> with(plottools);:

[arc, arrow, circle, cone, cuboid, curve, cutin, cu...
[arc, arrow, circle, cone, cuboid, curve, cutin, cu...
[arc, arrow, circle, cone, cuboid, curve, cutin, cu...

> b:=reflect(a,[[0,0,0],[1,0,1],[2,-1,2]]):

> b;

[Maple Plot]

> p:=display(a,b):

> p;

[Maple Plot]

> vrml(p,"c:/program files/maple 6/beauty/11-2.wrl",background_color=white);

>