Download as pdf or txt
Download as pdf or txt
You are on page 1of 6

In[372]:= ContourPlot3D@x ^ 2 + 4 y ^ 2 + z ^ 2 - 2 x z - 4 ã 0,

8x, - 2, 2<,
8y, - 2, 2<,
8z, - 2, 2<,
MaxRecursion Ø 2D

Out[372]=

In[373]:= RegionPlot@1 - y ^ 2 ¥ 0, 8y, - 2, 2<, 8z, - 2, 2<, AxesLabel Ø 8"y", "z"<, Axes Ø TrueD

Out[373]=
2 Priklad 23.4.1.nb

In[374]:= RegionPlot@1 - y ^ 2 ¥ 0, 8y, - 2, 2<, 8x, - 2, 2<, AxesLabel Ø 8"y", "x"<, Axes Ø TrueD

Out[374]=

In[375]:= RegionPlot@4 - x ^ 2 + 2 x z - z ^ 2 ¥ 0, 8x, - 2, 2<,


8z, - 2, 2<, AxesLabel Ø 8"x", "y"<, Axes Ø TrueD

Out[375]=
Priklad 23.4.1.nb 3

In[382]:= Plot3D@2 Sqrt@1 - y ^ 2D + z, 8y, - 1, 1<, 8z, - 2, 2<,


AxesLabel Ø 8y, z, "f1"<, BoxRatios Ø 81, 1, 1<D
Plot3D@- 2 Sqrt@1 - y ^ 2D + z, 8y, - 1, 1<, 8z, - 2, 2<,
AxesLabel Ø 8y, z, "ff1"<, BoxRatios Ø 81, 1, 1<D
Plot3D@2 Sqrt@1 - y ^ 2D + x, 8y, - 1, 1<, 8x, - 2, 2<,
AxesLabel Ø 8y, x, "f2"<, BoxRatios Ø 81, 1, 1<D
Plot3D@- 2 Sqrt@1 - y ^ 2D + x, 8y, - 1, 1<, 8x, - 2, 2<,
AxesLabel Ø 8y, x, "ff2"<, BoxRatios Ø 81, 1, 1<D
Plot3D@1 ê 2 Sqrt@4 + 2 x z - x ^ 2 - z ^ 2D, 8x, - 2, 2<, 8z, - 2, 2<,
AxesLabel Ø 8x, z, "f3"<, PlotPoints Ø 40D
Plot3D@- 1 ê 2 Sqrt@4 + 2 x z - x ^ 2 - z ^ 2D, 8x, - 2, 2<, 8z, - 2, 2<,
AxesLabel Ø 8x, z, "ff3"<, PlotPoints Ø 40D

Out[382]=
4 Priklad 23.4.1.nb

Out[383]=

Out[384]=
Priklad 23.4.1.nb 5

Out[385]=

Out[386]=
6 Priklad 23.4.1.nb

Out[387]=

You might also like