Is the Rayleigh quotient of a matrix invariant to a change of inner product?

174 Views Asked by At

The Rayleigh quotient of a matrix is defined as

$$R_A(x) = \frac{(Ax, x)}{(x, x)},$$

and by the min-max theorem it can be used to obtain the eigenvalues of $A$. If we change the inner product does this then mean that the eigenvalues change?

1

There are 1 best solutions below

1
On BEST ANSWER

Let $\mu $ be an eigenvalue of $A$ and let $x \ne 0$ sucht that $Ax= \mu x$. Then

$$ \frac{(Ax, x)}{(x, x)}= \frac{(\mu x, x)}{(x, x)}=\mu \frac{(x, x)}{(x, x)}= \mu.$$

Does this answer your question ?