next up previous
Next: 2.2 極値問題 Up: 2. Mathematica を使ってみる Previous: 2. Mathematica を使ってみる

2.1 2変数関数の描画

In[1] := Plot3D[x^2-y^2,{x,-1,1},{y,-1,1}]  
In[2] := ContourPlot[x^2-y^2,{x,-1,1},{y,-1,1}]  
In[3] := Needs["Graphics`ImplicitPlot`"]  
In[4] := ImplicitPlot[x^2-y^2==0,{x,-1,1}]  


next up previous
Next: 2.2 極値問題 Up: 2. Mathematica を使ってみる Previous: 2. Mathematica を使ってみる
Masashi Katsurada
平成14年7月14日