Does matrix cubing require multiplying A² by A or A by A²?

  • Thread starter Thread starter John777
  • Start date Start date
  • Tags Tags
    Matrix
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 44K views
John777
Messages
26
Reaction score
1
To cube the matrix [A] I assume you square it and then multiply the result by [A] however in matrix multiplication order matters:

so which is correct?

[A]^3 = [A]^2[A] or [A][A]^2
 
Physics news on Phys.org
It doesn't matter. (A*A)*A=A*(A*A). Matrix multiplication may not be commutative, but it is associative.