Let A∈RN×N, P∈RN×N, and {λn∈R}n=1N.
The diagonalization of A is described as:
A=PΛP−1,Λ=λ1λ2⋱λN
where λ1,λ2,…,λN are eigenvalues of P, and the n-th column vector Pn∈RN is the n-th eigenvector corresponding to λn.
APn=λnPn
because
APn=PΛP−1Pn=PΛen=Pλnen=λnPen=λnpn
Let's consider Ay where A∈RN×N, y∈RN.
When we have the diagonalization A=PΛP−1, we can calculate Ay more easily, like,
Ay=♭A(n=1∑NwnPn)=n=1∑NwnAPn=n=1∑Nwn(λnPn)
=♭ comes from y being represented as y=∑n=1NwnPn (see: this link).
And w=A−1y,w={wn}n=1N.
Discussion