SECTION A
Choose one of the equation below & plot the surface by using maple software and show the coding of maple
Plot the following surfaces using either the 3 options of plotting: plot3d, implicitplot3d or parametric plot. Name the surfaces. You will have to experiment with the limit of the variables.
a. ,z=x^(2)+y^(2)
b. x^(2)+y^(2)+z^(2)=4
c. x^(2)+y^(2)=4
d. x^(2)+4y^(2)+9z^(2)=36
e. x^(2)+y^(2)+z^(2)=6z
f. x^(1)-y^(2)-z^(2)=1
a.
z=x
b.
y2+z2=4
C.
X2 + y2=4
d.
x2+4y2+9z2=36
e.
x2+y2+ z2=6z
f.
-z2=1