MIT18.06 Linear Algebra (22)

lec22

We have nn independent eigenvectors of AA, and put them in columns of matrix SS.

ASAS

AS=[λ1x1λnxn]=[x1xn][λ1000000λn]=SΛAS=\begin{bmatrix} \vdots & & \vdots\\ \lambda_1x_1 & \cdots & \lambda_nx_n\\ \vdots & & \vdots \end{bmatrix}= \begin{bmatrix} \vdots & & \vdots\\ x_1 & \cdots & x_n\\ \vdots & & \vdots \end{bmatrix} \begin{bmatrix} \lambda_1 & 0 & 0\\ 0 & \ddots & 0\\ 0 & 0 & \lambda_n \end{bmatrix} =S\Lambda

if nn eigen vectors are independent,

AS=SΛS1AS=ΛA=SΛS1\begin{aligned} AS & = S\Lambda \\ S^{-1}AS & = \Lambda\\ A & = S\Lambda S^{-1} \end{aligned}

eigenvalues of A2A^2

if

Ax=λxAx=\lambda x

A2x=λAx=λ2xA^2x=\lambda Ax=\lambda^2 x

also

A2=SΛS1SΛS1=SΛ2S1A^2 = S\Lambda S^{-1}S\Lambda S^{-1}=S\Lambda^2S^{-1}

Ak=SΛkS1A^k = S\Lambda^kS^{-1}

$A hasindependenteigenvectorsifallhas **independent eigenvectors** if all \lambda$s are different.

If have repeated eigenvalues, may or may not have n independent eigenvectors.

uu

start with given vector u0u_0

uk=Aku0\rightarrow u_k=A^k u_0

solve u100u_{100}

write u0u_0 as combination of eigenvectors.

u0=c1x1+c2x2++cnxnu_0 = c_1x_1+c_2x_2+\cdots+c_nx_n

then calculate Au0Au_0:

Au0=c1Ax1+c2Ax2++cnAxn=c1λ1x1+c2λ2x2++cnλnxnAu_0 = c_1Ax_1+c_2Ax_2+\cdots+c_nAx_n \\ = c_1 \lambda_1 x_1+c_2\lambda_2 x_2+\cdots+c_n\lambda_n x_n \\

A100u0=c1λ1100x1+c2λ2100x2++cnλn100xnA^{100}u_0 = c_1 \lambda_1^{100} x_1+c_2\lambda_2^{100} x_2+\cdots+c_n\lambda_n^{100} x_n \\

Au0=SΛS1u0=SΛS1(Sc)=SΛcu100=A100u0=SΛ100c A u_{0}=S \Lambda S^{-1} u_{0}=S \Lambda S^{-1}(S c)=S \Lambda c\\ u_{100} = A^{100} u_{0}=S \Lambda^{100} c

Example of Fib. Sequence

Fk+2=Fk+1+FkF_{k+2}=F_{k+1}+F_{k}

uk=[Fk+1Fk],uk+1=[1110][Fk+1Fk]=Auku_k = \left[\begin{array}{c}F_{k+1} \\F_{k}\end{array}\right],u_{k+1}=\left[\begin{array}{ll}1 & 1 \\1 & 0\end{array}\right]\left[\begin{array}{c}F_{k+1} \\F_{k}\end{array}\right]=A u_k

Find eigenvalue of AA:

λ2λ1=0λ=1±52 \lambda ^2 - \lambda -1=0 \Rightarrow \lambda =\frac{1\pm \sqrt[]{5} }{2} 


MIT18.06 Linear Algebra (22)
https://yzzzf.xyz/2022/10/04/MIT16.08-lec22/
Author
Zifan Ying
Posted on
October 4, 2022
Licensed under