Wolfram Language

Visualisierung: Beschriftungen, Maßstäbe, Definitionslücken

Erkennen und Entfernen von einzelnen Punkten

Die Polstelle von bei wird bei der Erstellung eines Diagramms automatisch identifiziert und entfernt.

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

Genauso für die Polstellen von Tan[x].

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

Veranschaulichen Sie die den Polstellen entsprechenden Asymptoten.

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]=

Verwandte Beispiele

en es fr ja ko pt-br ru zh