Wolfram Language Fast Introduction for Math Students
Los Geht’s »

Polarkoordinaten

Erzeuge ein 2D-Diagramm mit Polarkoordinaten:

(Gib ESCthESC für das θ-Symbol ein.)
In[1]:=
Click for copyable input
PolarPlot[Sin[2 \[Theta]] + Cos[2 \[Theta]], {\[Theta], 0, 2 Pi}]
Out[1]=

Zeige nun stattdessen Polarachsen an:

In[2]:=
Click for copyable input
PolarPlot[Sin[2 \[Theta]] + Cos[2 \[Theta]], {\[Theta], 0, 2 Pi}, 
 PolarAxes -> Automatic, 
 PolarTicks -> {0 \[Degree], 90 \[Degree], 180 \[Degree], 
   270 \[Degree]}]
Out[2]=

Konvertiere kartesische Koordinaten in Polarkoordinaten:

In[1]:=
Click for copyable input
ToPolarCoordinates[{1, 1}]
Out[1]=

ZUM SCHNELLEN NACHSCHLAGEN: Winkel und Polarkoordinaten »