neginf
- 56
- 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 ?
a=b*c*b^-1
b=c*a*c^-1
c=a*b*a^-1 ?
The discussion centers on finding matrices a, b, and c that satisfy the equations a = b * c * b^-1, b = c * a * c^-1, and c = a * b * a^-1. It is established that for these matrices to be diagonalizable, they must be represented in the form A = PDP^-1, where P consists of eigenvectors and D is a diagonal matrix of eigenvalues. The conclusion drawn is that a, b, and c must all be diagonal matrices, with specific relationships between their eigenvalues and eigenvectors. Additionally, it is noted that a = b = c = M, where M is any invertible matrix, is a solution to the equations.
PREREQUISITESMathematicians, students of linear algebra, and anyone involved in theoretical computer science or engineering who seeks to understand matrix relationships and diagonalization.
aija said:From those 3 equations in your post you can see that a, b and c have to be all diagonal matrices.