1
vote
0answers
952 views

building transformation matrix from spherical to cartesian coordinate system

How to arrive at the following from given $ x = r\sin \theta \cos \phi, y = r\sin \theta \sin \phi, z=r\cos\theta $ $$ \begin{bmatrix} A_x\\ A_y\\ A_z \end{bmatrix} = \begin{bmatrix} \sin ...
2
votes
1answer
251 views

Coordinate transformation

I have some problems with a geometrical calculation. I want to know the coordinates of the point $P_2$ in my coordinate system $A \ (x,y,z)$ as shown in the following figure. Point $P_1$ (in $A \ ...