Matrices satisfying certain relations

neginf
Messages
56
Reaction score
0
How do you find matrices a,b,c satisfying
a=b*c*b^-1
b=c*a*c^-1
c=a*b*a^-1 ?
 
Physics news on Phys.org
If you know what's diagonalization, you can skip this.


For a to be diagonalizable, A=PDP^-1, where

P is an invertible matrix whose columns are A's eigenvector (order of these columns doesn't matter). C is a diagonal matrix that has all A's eigenvalues

So for a 3x3 diagonalizable matrix
D=
λ1 0 0
0 λ2 0
0 0 λ3

λ{1,2,3} are A's eigenvalues

P=
[v1 v2 v3]
v{1,2,3} are A's eigenvectors

From those 3 equations in your post you can see that a, b and c have to be all diagonal matrices.

Also, a has to have b's eigenvalues, b has to have c's eigenvalues and c has to have a's eigenvalues. And of course, a has to have c's eigenvectors... etc

Not sure how i would start solving this, but I hope this helps.
 
aija said:
From those 3 equations in your post you can see that a, b and c have to be all diagonal matrices.

Hi Aija, your statement above is just wrong. From those 3 equations, you should immeditately observe the solution a=b=c=M, where M is any invertible matrix, and the "problem" is to determine the remaining solutions, if any.
 
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