Why is the conjugate of an eigenpair also an eigenpair

134 Views Asked by At

This is an exercise on the book fundamentals of matrix computations 1st. edition.

It asks to show that for $A \in R^{nxn}$, if $(\lambda, u)$ eigenpair, then $(\overline{\lambda}, \overline{u})$ is also an eigenpair.

1

There are 1 best solutions below

1
On

$A \in R^{nxn}$ and $(\lambda, u)$ is eigenpair

$$ Au = \lambda A$$ $$\overline{Au}=\overline{\lambda A}$$ $$A\overline u=\overline\lambda A\tag{$\because A \in R^{nxn}$}$$

$\therefore (\overline\lambda, \overline u)$ is also eigenpair.