1

Consider $A = B^{-1}DB$, where $A$ is a normal matrix represented by unitary matrices $B, B^{-1}$ and the diagonal matrix $D$.

Although $B^{-1}B = BB^{-1} = I_B$ why doesn't $B^{-1}DB$ give you $D$? What special algebraic properties are revealed about two matrices being similar? (In other words, what is the significance of this equation other than a change-of-base)?

What does it mean for two matrices to have the same determinant? I can do all these "cool" calculations yet have no access to insight of them. (For example, two similar matrices have the same determinant...

More specifically, this is what I'm after: Are $A$ and $D$ algebraically related?

Don Larynx
  • 4,703

1 Answers1

1

Matrix multiplication is not commutative. That means that we cannot assume that $MN = NM$ for any pair of matrices where $MN$ and $NM$ make sense, i.e. square matrices. There are some matrices which satisfy the equation $MN=NM$, but not all.

One direct consequence is that $B^{-1}DB$ is not necessarily the same as $D$. You will be able to find specific matrices for which $B^{-1}DB=D$ but, in general, this is impossible.

If we consider non-singular matrices then we have a group. Given a fixed matrix $D$, there set of matrices $B^{-1}DB$, where $B$ is any other non-singular matrix is called the conjugacy class of $D$.

If you want $B^{-1}DB=D$ for all $D$ then you require the conjugacy class of $D$ to comprise $D$ alone. For that to happen, you need $D$ to lie in the centre of the matrix group.

Fly by Night
  • 32,272