Jhenrique
- 676
- 4
Given a vector r = (x, y, z) is possible to make some manipulation for get the matrix:
\begin{bmatrix} 0 & z & -y\\ -z & 0 & x\\ y & -x & 0\\ \end{bmatrix}
and this matrix too:
\begin{bmatrix} x & 0 & 0\\ 0 & y & 0\\ 0 & 0 & z\\ \end{bmatrix}
?
\begin{bmatrix} 0 & z & -y\\ -z & 0 & x\\ y & -x & 0\\ \end{bmatrix}
and this matrix too:
\begin{bmatrix} x & 0 & 0\\ 0 & y & 0\\ 0 & 0 & z\\ \end{bmatrix}
?