0% found this document useful (0 votes)
105 views3 pages

Plot3D 4 X, 3, X, 10, 10, Y, 10, 10, Axeslabel X, Y, Z, Plotstyle Red, Green

The document contains 5 code cells that generate 3D plots in Mathematica. The first two cells plot a hyperbolic paraboloid surface with different styles. The third cell creates a parametric 3D curve. The fourth cell plots the same curve with equal axis scaling. The fifth cell plots the hyperbolic paraboloid surface with a restricted z-axis range and without clipping of parts outside the plot range.

Uploaded by

cuentascribd_24
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
105 views3 pages

Plot3D 4 X, 3, X, 10, 10, Y, 10, 10, Axeslabel X, Y, Z, Plotstyle Red, Green

The document contains 5 code cells that generate 3D plots in Mathematica. The first two cells plot a hyperbolic paraboloid surface with different styles. The third cell creates a parametric 3D curve. The fourth cell plots the same curve with equal axis scaling. The fifth cell plots the hyperbolic paraboloid surface with a restricted z-axis range and without clipping of parts outside the plot range.

Uploaded by

cuentascribd_24
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

In[1]:=

Plot3D@84 - x, 3<, 8x, - 10, 10<, 8y, - 10, 10<, AxesLabel 8x, y, z<, PlotStyle 8Red, Green<D

10
5
Out[1]=

0
-10

-5
10
-5

5
0

y
5

-5

10
In[2]:=

-10

Plot3D@84 - x, 3<, 8x, - 10, 10<, 8y, - 10, 10<, AxesLabel 8x, y, z<,
PlotStyle 8RGBColor@30 255, 142 255, 142 255D, Black<D

10
5
0

Out[2]=

-5
10

-10

-5

y
5

-5

10

-10

Untitled-1

In[3]:=

ParametricPlot3D @8t, 2 t, t + 1<, 8t, 0, 1<, AxesLabel 8x, y, z<D


x
0.0

0.5

1.0

2.0

Out[3]=

1.5
2.0
1.5
1.0
1.0
y

0.5
0.0

In[4]:=

ParametricPlot3D @8t, 2 t, t + 1<, 8t, 0, 1<, AxesLabel 8x, y, z<, BoxRatios 81, 1, 1<D
x

0.0

0.5
1.0
2.0

1.5
Out[4]=

1.0
2.0
1.5
1.0
0.5
0.0

Untitled-1

In[5]:=

Plot3D@84 - x, 3<, 8x, - 10, 10<, 8y, - 10, 10<,


AxesLabel 8x, y, z<, PlotRange 80, 6<, ClippingStyle NoneD

Out[5]=

0
10

-10
-5

0
y
-5

10

-10

You might also like