Hello
Say I have a column of components
v = (x, y, z).
I can create a skew symmetric matrix:
M = [0, -z, y; z, 0; -x; -y, x, 0]
I can also go the other way and convert the skew symmetric matrix into a column of components.
Silly question now...
I have, in the past, referred to this as...