请输入您要查询的字词:

 

单词 FindingEigenvalues
释义

finding eigenvalues


This example investigates eigenvaluesMathworldPlanetmathPlanetmathPlanetmathPlanetmath and the similarity transformationMathworldPlanetmath usedto diagonalize matrices. We seek the eigenvalues of the matrix A below. Afterward,we can transform this matrix into a diagonal matrixMathworldPlanetmath which has many useful applications.

A=(2112)

Here, we need to solve the corresponding matrix equation;

(2112)(x1x2)=λ(x1x2)

or

AX=λX

rearranging gives

AX-λX=0

or

(A-λI)X=0

We seek the values for λ and X.First, we need to solve the characteristic equationMathworldPlanetmathPlanetmath of A. We do this by findingdet(A-λI). First, calculating A-λI gives;

A-λI=(2-λ112-λ)

Next, calculating det(A-λI) yields

det(A-λI)=(2-λ)2-1=λ2-4λ+3=(λ-1)(λ-3)=0

Substituting λ=1 into (A-λI)X gives…

{x1+x2=0x1+x2=0

so that x2=-x1 and the corresponding eigenvectorMathworldPlanetmathPlanetmathPlanetmath is

(t-t)=t(1-1)

where t0.
Substituting λ=3 gives…

{-x1+x2=0x1-x2=0

so that x2=x1 and the corresponding eigenvector is

(tt)=t(11)

where t0.
Finally, to diagonalize A we let the eigenvectors be the columns of a new matrix

P=(1-111)

and then since our eigenvectors are linearly independentMathworldPlanetmath we can also find;

P-1=12(11-11)

then we create a diagonal matrix as follows…

D=P-1AP=(1003)

Computing powers of A is a very useful application of D. Solving for A lets us compute powers of A

A=PDP-1

so that

An=PDnP-1

or

An=P(1n003n)P-1

随便看

 

数学辞典收录了18232条数学词条,基本涵盖了常用数学知识及数学英语单词词组的翻译及用法,是数学学习的有利工具。

 

Copyright © 2000-2023 Newdu.com.com All Rights Reserved
更新时间:2025/5/5 0:23:22