next up previous
Next: 8.1.3 パラメーター曲線 Up: 8.1 まずはやってみよう Previous: 8.1.1 1変数関数のグラフ

8.1.2 2変数関数のグラフ

2変数関数のグラフを描くのに Plot3D[ ] という関数が使える。

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

図 2: $ f(x,y)=x^2-y^2$ ( $ -1\le x\le 1$, $ -1\le y\le 1$) のグラフ
\includegraphics[width=8cm]{eps2/sampleplot3d.eps}

  Plot3D[Sqrt[Max[0, 1 - x^2 - y^2]], {x, -1, 1}, {y, -1, 1}]


next up previous
Next: 8.1.3 パラメーター曲線 Up: 8.1 まずはやってみよう Previous: 8.1.1 1変数関数のグラフ
Masashi Katsurada
平成21年6月7日