Eigenvektoren
Populationsentwicklung mit Eigenvektoren
| Übergangsgraph | Prozessmatrix | Eigenvektoren und Eigenwerte |
|---|---|---|
|
|
$P = \begin{pmatrix} 0.8 & 4 \\ 0.36 & 0.8 \end{pmatrix}$ |
$\vec{w}_1 = \begin{pmatrix} 10 \\ 3 \end{pmatrix}$ ist Eigenvektor von $P$ zum Eigenwert $\lambda_1 = 2$, d.h. $\underbrace{\begin{pmatrix} 0.8 & 4 \\ 0.36 & 0.8 \end{pmatrix}}_{P} \cdot \underbrace{\begin{pmatrix} 10 \\ 3 \end{pmatrix}}_{\vec{w}_1} = \underbrace{2}_{\lambda_1} \cdot \underbrace{\begin{pmatrix} 10 \\ 3 \end{pmatrix}}_{\vec{w}_1}$ $\vec{w}_2 = \begin{pmatrix} -10 \\ 3 \end{pmatrix}$ ist Eigenvektor von $P$ zum Eigenwert $\lambda_2 = -0.4$, d.h. $\underbrace{\begin{pmatrix} 0.8 & 4 \\ 0.36 & 0.8 \end{pmatrix}}_{P} \cdot \underbrace{\begin{pmatrix} -10 \\ 3 \end{pmatrix}}_{\vec{w}_2} = \underbrace{(-0.4)}_{\lambda_2} \cdot \underbrace{\begin{pmatrix} -10 \\ 3 \end{pmatrix}}_{\vec{w}_2}$ |