Simplifying A^{-1} · diag(A · X · A^{-1}) · A

  • Context: Graduate 
  • Thread starter Thread starter tom08
  • Start date Start date
  • Tags Tags
    Matrix Simplify
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 4K views
tom08
Messages
19
Reaction score
0
I encounter a problem when simplifying the following equation, can anyone give a hint:)

Let A denote an orthonormal matrix, X be a symmetric matrix.

diag(A) is an operator that creates a diagonal matrix of A.

Then, my problem is how to simplify the equation:

[tex]A^{-1} \cdot diag(A \cdot X \cdot A^{-1}) \cdot A[/tex]
 
Last edited:
Physics news on Phys.org
"diag(A) is an operator that creates a diagonal matrix of A."

That doesn't tell us enough. There are many ways to make a diagonal matrix out of A, for example, just setting all non-diagonal values equal to 0. Do you mean "diag(A) is a diagonal matrix similar to A"? In that case, are we to assume that A is diagonalizable?
 
HallsofIvy said:
"diag(A) is an operator that creates a diagonal matrix of A."

That doesn't tell us enough. There are many ways to make a diagonal matrix out of A, for example, just setting all non-diagonal values equal to 0. Do you mean "diag(A) is a diagonal matrix similar to A"? In that case, are we to assume that A is diagonalizable?

Sorry, I'll clarify the defitioon of diag (A).

diag(A) is a square matrix in which the entries outside the diagonal are all zero, and its diagonal entries are the diagonal of A.