Raising a bunch of matrices to a power

  • Thread starter Thread starter sjeddie
  • Start date Start date
  • Tags Tags
    Matrices Power
sjeddie
Messages
18
Reaction score
0
Let A, B, and C be nxn matrices,
I'm wondering
1. is it possible to simplify (ABC)^5 to expand it ( maybe into something like (A^5)(B^5)(C^5) )
2. what's the fastest way of solving (ABC)^5? I'm thinking actually multiply ABC out, then diagonalize it. Is there a faster way?
 
Physics news on Phys.org
sjeddie said:
Let A, B, and C be nxn matrices,
I'm wondering
1. is it possible to simplify (ABC)^5 to expand it ( maybe into something like (A^5)(B^5)(C^5) )
Under certain conditions. If A, B and C commute among themselves (that is, AB = BA, AC = CA and BC = CB) then this is possible.

sjeddie said:
2. what's the fastest way of solving (ABC)^5? I'm thinking actually multiply ABC out, then diagonalize it. Is there a faster way?

I'm thinking the same thing. Alternatively you could try writing down an expression in terms of A^5, B^5, C^5 and the commutators [A, B] = AB - BA, [A, C] = AC - CA and [B, C] = BC - CB, e.g.
(A B C)^2 = A B C A B C
... = A B A C B C + A B [C, A] B C
... = A^2 B C B C + A [B, A] C B C + A B [C, A] B C
... = A^2 B^2 C^2 - A^2 B [B, C] C - A [A, B] C B C - A B [A, C] B C

But that is in general ugly and not very helpful.
 
Thank you CompuChip
 
Thread 'Derivation of equations of stress tensor transformation'
Hello ! I derived equations of stress tensor 2D transformation. Some details: I have plane ABCD in two cases (see top on the pic) and I know tensor components for case 1 only. Only plane ABCD rotate in two cases (top of the picture) but not coordinate system. Coordinate system rotates only on the bottom of picture. I want to obtain expression that connects tensor for case 1 and tensor for case 2. My attempt: Are these equations correct? Is there more easier expression for stress tensor...
Back
Top