Coordenadas polares Crea un gráfico polar en 2D: (Escribe ESCthESC para el símbolo θ.) In[1]:= ⨯ PolarPlot[Sin[2 \[Theta]] + Cos[2 \[Theta]], {\[Theta], 0, 2 Pi}] Out[1]= Muestra en su lugar ejes polares: In[2]:= ⨯ PolarPlot[Sin[2 \[Theta]] + Cos[2 \[Theta]], {\[Theta], 0, 2 Pi}, PolarAxes -> Automatic, PolarTicks -> {0 \[Degree], 90 \[Degree], 180 \[Degree], 270 \[Degree]}] Out[2]= Convierte coordenadas cartesianas a polares: In[1]:= ⨯ ToPolarCoordinates[{1, 1}] Out[1]= REFERENCIA RÁPIDA: Ángulos y coordenadas polares »