Example 5 -- Finding Absolute Extrema

Plot3D[x^2 + y^2 + x^2 * y + 4, {x, -1, 1}, {y, -1, 1}]

[Graphics:../HTMLFiles/index_75.gif]

Plot3D[x^2 + y^2 + x^2 * y + 4, {x, -1, 1}, {y, -1, 1}, ViewPoint {0, -2, 0}]

[Graphics:../HTMLFiles/index_77.gif]

ts = Table[t, {t, 2, -2, -.5}] ;

Do[Plot3D[x^2 + y^2 + x^2 * y + 4, {x, -1, 1}, {y, -1, 1}, TicksNone, ViewPoint {0, -2, ts[[t]]}], {t, 1, Length[ts]}]

[Graphics:../HTMLFiles/index_80.gif]

[Graphics:../HTMLFiles/index_81.gif]

[Graphics:../HTMLFiles/index_82.gif]

[Graphics:../HTMLFiles/index_83.gif]

[Graphics:../HTMLFiles/index_84.gif]

[Graphics:../HTMLFiles/index_85.gif]

[Graphics:../HTMLFiles/index_86.gif]

[Graphics:../HTMLFiles/index_87.gif]

[Graphics:../HTMLFiles/index_88.gif]

ContourPlot[x^2 + y^2 + x^2 * y + 4, {x, -1, 1}, {y, -1, 1}, ContourShadingNone, Contours20]

[Graphics:../HTMLFiles/index_90.gif]


Created by Mathematica  (December 11, 2003)