Cross product and matrix multiplication

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 5K views
haael
Messages
537
Reaction score
35
Suppose that we have a cross-product of vectors.

[tex]a × b = c[/tex]

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

[tex](M a) × (M b) = M c[/tex]

?

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: