Matrices satisfying certain relations

  • Context: Graduate 
  • Thread starter Thread starter neginf
  • Start date Start date
  • Tags Tags
    Matrices Relations
Click For Summary
SUMMARY

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.

PREREQUISITES
  • Understanding of matrix diagonalization
  • Familiarity with eigenvalues and eigenvectors
  • Knowledge of matrix operations, including inversion
  • Basic linear algebra concepts
NEXT STEPS
  • Study the properties of diagonal matrices in linear algebra
  • Learn about matrix similarity and its implications on eigenvalues
  • Explore the concept of matrix exponentiation and its applications
  • Investigate the conditions for matrix diagonalization in greater depth
USEFUL FOR

Mathematicians, students of linear algebra, and anyone involved in theoretical computer science or engineering who seeks to understand matrix relationships and diagonalization.

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.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 22 ·
Replies
22
Views
4K
  • · Replies 11 ·
Replies
11
Views
6K