12-1.mws

12-1

> restart;

> x:=(1-s)*cos(t):

> y:=s*sin(t):

> z:=2*s:

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

> p;

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

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

>