10-1.mws

> restart;

> x:=cos(t);

x := cos(t)

> y:=sin(t);

y := sin(t)

> z1:=x;

z1 := cos(t)

> z2:=-x;

z2 := -cos(t)

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

z := (1-s)*cos(t)-s*cos(t)

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

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

> with(plots):

Warning, the name changecoords has been redefined

> c:=display(a,b):

> display(c);

[Maple Plot]

Error, unexpected number

> 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...

> vrml(c,"c:/My Documents/mei/10.html/10-1.wrl",background_color=white):

>