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