0

How can I show that a real symmetric matrix has real eigenvalues?

sodiumnitrate
  • 623
  • 1
  • 5
  • 16

2 Answers2

2

Hint: Think about the complex inner product $(u,Au)$ when $u$ is an eigenvector.

Gyu Eun Lee
  • 18,793
0

$A\mathbf{u} = \lambda\mathbf{u}\Rightarrow A\mathbf{u}^* = \lambda^*\mathbf{u}^* \Rightarrow -\mathbf{u}^T A\mathbf{u}^* =- \lambda^*\mathbf{u}^T\mathbf{u}^* \Rightarrow \mathbf{u}^H A\mathbf{u} - \mathbf{u}^T A\mathbf{u}^* =\lambda \mathbf{u}^H\mathbf{u} - \lambda^*\mathbf{u}^T\mathbf{u}^* \Rightarrow 0 = (\lambda -\lambda^*)\mathbf{u}^H\mathbf{u} \Rightarrow\lambda =\lambda^*. $

Alex Silva
  • 3,557