Eigenvalue of altered matrix: $pI_n + qA$

110 Views Asked by At

As a part of an exercise I have to prove the following:

Let $p,q \in \mathbb{R}$. Let $A$ be an $(n \times n)$ matrix. Let $I_n$ be the $(n \times n)$ identity matrix.

If $A$ has an eigenvalue $\lambda$, then $pI_n + qA$ has a corresponding eigenvalue $\lambda' = p + q \lambda$.

How can I prove this?

Thanks and regards.

1

There are 1 best solutions below

2
On

$Ax=\lambda x\Rightarrow (pId+qA)x=px+qAx=px+q\lambda x=(p+q\lambda)x$