next up previous
Next: 4.3.3 パラメーター曲線 Up: 4.3 Mathematica Previous: 4.3.1 1変数関数のグラフ

4.3.2 2変数関数の零点集合

ContourPlot[] で等高線を描く
In[]:= ContourPlot[x^2 -y^2,{x,-2,2},{y,-2,2},ContourShading->None]

ImplicitPlot[] で陰関数を描く
In[]:= Needs["Graphics`ImplictiPlot`"]
In[]:= ImplictiPlot[x^2 -y^2==0,{x,-2,2}]


next up previous
Next: 4.3.3 パラメーター曲線 Up: 4.3 Mathematica Previous: 4.3.1 1変数関数のグラフ
Masashi Katsurada
平成20年8月3日