Wolfram言語

可視化:ラベル,スケール,除外

特異点の検出と除去

におけるの極は自動的に特定され,プロットの際に削除される.

In[1]:=
Click for copyable input
Plot[1/x, {x, -3, 3}, ImageSize -> 400, PlotTheme -> "Frame"]
Out[1]=

Tan[x]の極も同様である.

In[2]:=
Click for copyable input
Plot[Tan[x], {x, 0, 4 Pi}, ImageSize -> 400, PlotTheme -> "Frame"]
Out[2]=

極に対応する漸近線を表示する.

In[3]:=
Click for copyable input
{Plot[1/x, {x, -3, 3}, PlotTheme -> "Frame", ImageSize -> 250, ExclusionsStyle -> Directive[Gray, Dotted]], Plot[Tan[x], {x, 0, 4 Pi}, PlotTheme -> "Frame", ImageSize -> 250, ExclusionsStyle -> Directive[Gray, Dotted]]}
Out[3]=

関連する例

de en es fr ko pt-br ru zh