4

Let $A$ be a real symmetric matrix and $D$ a real diagonal matrix with non-zero entries along the diagonal.

Is it true that the eigenvectors of $D^{-1}AD$ are the same as those of $A$?

If not, can anything be said relating the eigenvectors/eigenvalues of these two matrices?

Sam Spiro
  • 415
  • This conjugation amounts to a change of basis in which each of the standard basis vectors is scaled by some, possibly different, amount. – amd May 11 '17 at 23:09

1 Answers1

4

Let $A$ be an arbitrary matrix and $B=P^{-1}AP$, where $P$ is an arbitrary invertible matrix.

If $Av=\lambda v$, then $Bw=\lambda w$ for $w=P^{-1}v$.

In this sense, similar matrices have the same eigenvalues but not necessarily the same eigenvectors.

In particular, the eigenvectors are different when $P$ is a diagonal matrix that is not a scalar multiple of the identity matrix.

lhf
  • 216,483