Skip to content
Snippets Groups Projects
Commit c285ca7d authored by Maciej Topyla's avatar Maciej Topyla
Browse files

Closing #14

parent cab13ae3
No related branches found
No related tags found
1 merge request!19Addressing issues #13 and #14
Pipeline #120395 passed
......@@ -306,7 +306,7 @@ The relation between Cartesian and spherical coordinates is defined by:
The inverse transformation is easy to find:
!!! info "The inverse relation between Cartesian and spherical coordinates"
$$r = \sqrt{x^2+y^2+z^2}, \qquad $r \in \left<0, \infty \right)$$$
$$r = \sqrt{x^2+y^2+z^2}, \qquad r \in \left<0, \infty \right)$$
$$\varphi = \begin{cases} \arctan(y/x) &{\rm for ~} x>0; \\
\pi + \arctan(y/x) & {\rm for ~} x<0 {\rm ~ and ~} y>0;\\
-\pi + \arctan(y/x) &{\rm for ~} x<0 {\rm ~ and ~} y<0.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment