Matrices: Question about Commutativity

  • Thread starter Thread starter flash
  • Start date Start date
  • Tags Tags
    Matrices
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
flash
Messages
66
Reaction score
0
I have a question about commutativity.
I have two matrices X and Y and a constant k. I want to calculate X * kY. Can I bring k out the front to give k(X*Y)?
 
Physics news on Phys.org
Thanks for the link. It says "When the underlying ring is commutative, for example, the real or complex number field, the two multiplications are the same. However, if the ring is not commutative, such as the quaternions, they may be different."

Lol, I am actually working with quaternions. The matrices contain complex numbers. I am trying to show that
Q * Q-1 = Identity
but Q-1 is kX because its the inverse of a 2x2 matrix. So I thought it would be easier to work out QX then multiply the answer by k to (hopefully) give the Identity matrix (if that makes any sense at all).
 
Well then, I bow to people more knowledgeable than I about manipulating quarternions.
 
Thanks for the help, I moved k out the front and it worked :smile: