특이점 탐지 및 제거
에 있어서의 의 극은 자동으로 특정되며, 플롯시 삭제됩니다.
In[1]:=
Plot[1/x, {x, -3, 3}, ImageSize -> 400, PlotTheme -> "Frame"]
Out[1]=
Tan[x]의 극 또한 마찬가지 경우입니다.
In[2]:=
Plot[Tan[x], {x, 0, 4 Pi}, ImageSize -> 400, PlotTheme -> "Frame"]
Out[2]=
극에 대응하는 점근선을 표시합니다.
In[3]:=
{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]=