|
DensityPlot
DensityPlot[f, {x, xmin, xmax}, {y, ymin, ymax}]は,f をx とy の関数として密度プロットを生成する.
DensityPlot[f, {x, xmin, xmax}, {y, ymin, ymax}, {zmin, zmax}]は,zminからzmaxの範囲で指定されたz 軸上にf のプロットを生成する.
次も参照:ContourPlot

例
InstantCalculatorを使う
以下はDensityPlot関数のInstantCalculatorである.計算のパラメータを入力して「計算」をクリックすると,結果が得られる.
In[1]:=

In[2]:=

コマンドを直接入力する
DensityPlot関数コントローラのテキスト入力用のボタンでこのコマンドのテンプレートをペーストすることができる.
In[3]:=

|