Cross product and matrix multiplication

haael
Messages
537
Reaction score
35
Suppose that we have a cross-product of vectors.

a × b = c

Now suppose that we have an orthogonal matrix M. Is it true that

(M a) × (M b) = M c

?

My intuition is that here we are moving to another coordinate system and performing a cross product in this new system. I can't find an answer in google, so I'm posting here.
 
Physics news on Phys.org
Give it determinant 1, otherwise it will reverse orientation and screw up your right-hand rule. Then, it works. The transformation will preserve the norms of the vectors, and it will also map orthogonal vectors to orthogonal vectors. So, far that leaves only two possibilities when you take the cross product. Which is why you make it have determinant one. Then, the right hand rule is taken care of.
 
It looks like proof goes through if you check (M_1a_1+...)x(M_1b_1+...), distribute (like FOIL) and use orthonormality of columns of M. I didnt check if the determinant = 1 condition mentioned above is necessary.
 
Last edited:
algebrat said:
I didnt check if the determinant = 1 condition mentioned above is necessary.

It should be necessary. If the determinant is -1, then it is false since orientation is changed.
 
Back
Top