Math 252 HW#07 sec. 4.6 #1 Maple Work

Here are the commands used to plot the parametric surface given in sec. 4.6 #1:

  x:=u^2;
  y:=sqrt(2)*u*v;
  z:=v^2;
  plot3d([x,y,z],u=-2..2,v=-2..2,axes='FRAMED',
   orientation=[170,135],style='PATCH');
The resulting plot appears to the right.


SFU / Math & Stats / ~hebron / math252 / assignments / sol07 / maple / 4.6.1.html

Revised 22 March 1999 by John Hebron.