Coordenadas polares Crie um gráfico polar em 2D: (Digite ESCthESC para o símbolo θ.) In[1]:= ⨯ PolarPlot[Sin[2 \[Theta]] + Cos[2 \[Theta]], {\[Theta], 0, 2 Pi}] Out[1]= Mostre eixos 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]= Converta coordenadas cartesianas em polares: In[1]:= ⨯ ToPolarCoordinates[{1, 1}] Out[1]= CONSULTA RÁPIDA: Ângulos e coordenadas polares »