You are on page 1of 4

In[31]:= Plot3Dx ^ 2 + y ^ 2, - x ^ 2 - y ^ 2, x, - 7, 7, y, - 7, 7,

ColorFunction → "DarkRainbow"
Out[31]=

In[32]:= Plot3DReSinx + I y, x, - 4 Pi, 4 Pi, y, - 2 Pi, 2 Pi,

ClippingStyle → Green, Red, PlotLabels → "aleena"


Out[32]=
2

In[33]:= Plot3DSinx + Cos[y], x, 0, 7, y, 0, 8,

PlotLabels → "aleena"
Out[33]=
3

In[45]:=

label =

Plot3DSiny + Cos[x], x, 0, 7, y, 0, 7, PlotLabels → label


Out[45]=

Out[46]=
4

In[50]:= Plot3Dy ^ 3 - x ^ - 2, x, - 4, 4, y, - 4, 4, MeshFunctions → #3 &,

BoxRatios → 1, 1, 3, ColorFunction → "DarkRainbow"


Out[50]=

You might also like