Introductory Linear Algebra/Eigenvalues and eigenvectors

From testwiki
Revision as of 16:49, 24 October 2022 by imported>LeoChiukl (β†’Eigenvalues, eigenvectors and diagonalization)
(diff) ← Older revision | Latest revision (diff) | Newer revision β†’ (diff)
Jump to navigation Jump to search

Template:Nav

Template:TOC Template:Clear

Motivation

Before discussing Template:Colored em and Template:Colored em, we provide some motivations to them. Template:Colored example Template:Colored example We can see from this example that for some special matrices, their powers can be computed conveniently, by expressing in the form of PDP1 in which P is invertible matrix and D is diagonal matrix.

Naturally, given a matrix, we would be interested in knowing whether it can be expressed in the form of PDP1, and if it can, what are P and D, so that we can compute its power conveniently. This is the main objective of this chapter.

Eigenvalues, eigenvectors and diagonalization

In view of the motivation section, we have the following definition. Template:Colored definition Template:Colored remark Template:Colored example Template:Colored exercise The following are important and general concepts, which is related to diagonalizability in some sense. Template:Colored definition Template:Colored remark Template:Colored example Template:Colored exercise The following theorem relates diagonalizable matrix with eigenvectors and eigenvalues. Template:Colored theorem

Proof. In the following, we use (𝐯1𝐯n) to denote the matrix with columns 𝐯1,,𝐯n, in this order. A=PDP1AP=PDPP1IA(𝐯1𝐯n)=(𝐯1𝐯n)(λ1000λ2000λn)(A𝐯1A𝐯n)=(λ1𝐯1λn𝐯n)A𝐯1=λ1𝐯1,,A𝐯n=λn𝐯n. We have now proved that 𝐯1,,𝐯n are Template:Colored em. It remains to prove that they are Template:Colored em, which is true since they are Template:Colored em if and only if P is invertible by the proposition about relationship between invertibility and linear independence.

Template:Colored remark Then, we will introduce a convenient way to find Template:Colored em. Before this, we introduce a terminology which is related to this way of finding eigenvalues. Template:Colored definition Template:Colored remark Template:Colored example Template:Colored proposition

Proof. λ is an eigenvalue of AA𝐯=λ𝐯for some π―𝟎(AλIn)𝐯=𝟎for some π―𝟎AλIn is non-invertibleby simplified invertible matrix theoremdet(AλIn)=0

Then, we will introduce a concept which is related to Template:Colored em. Template:Colored exercise Template:Colored definition Template:Colored remark After introducing these terminologies and concepts, we have the following algorithmic procedure for a diagonalization of an n×n matrix:

  1. compute all Template:Colored em of A by solving det(AλI)=0
  2. for each eigenvalue λ1,,λk of A, find a Template:Colored em β1,,βk for the Template:Colored em Eλ1,,Eλk respectively
  3. if β1,,βk together contain n vectors 𝐯1,,𝐯n (if not, A is Template:Colored em diagonalizable), define P=(𝐯1𝐯n)
  4. we have A=PDP1 in which D is a Template:Colored em matrix whose Template:Colored em entries are Template:Colored em corresponding to 𝐯1,,𝐯n

Template:Colored remark Template:Colored example Template:Colored example Template:Colored example Template:Colored example Template:Colored exercise In the following, we will discuss some mathematical applications of diagonalization, namely deducing the sequence formula, and solving system of Template:Colored em (ODEs). Template:Colored example Template:Colored exercise Template:Colored example Template:Colored exercise

Template:Nav