Introduction to Linear Algebra(7) Symmetric Matrices and Quadratic Forms
作者:互联网
@[TOC](Introduction to Linear Algebra(7) Symmetric Matrices and Quadratic Forms)
Diagonolization Of Sysmmetric Matrices
If A is symmetric, then any tow eigenvectors from different eigenspaces are orthogonal.
PROOF: λv1⋅v2=(λv1)Tv2=(Av1)Tv2=(v1TAT)v2=v1T(Av2)=λ2v1⋅v2 forλ1̸=λ2, v1⋅v2=0
An n×n matrix A is orthogonally diagonalizable if and only if A is a symmetric matrix.
The Spectral Theorem
An n×n sysmmetric matrix A has the following properties:
a.A has n real eigenvalues, counting multiplicities.
b. The demension of the eigenspace for each eigenvalues lambda equals the multiplicity of λ as a root of the characterustic equation.
c. The eigenspaces are mutually orthogonal, in the sense that eigenvectors corresponding to different eigenvalues are orthogonal.
d. A is orthogonally diagonalizable.
Spectral Decomposition
if A is an sysmmetric matrix. then A could be written as A=λ1u1u1T+λ2u2u2T+⋯+λnununT
Quadratic Forms
The Principla Axes Theorem
Let A be an n×n symmetric matrix. Then there is an orthogonal change of variable, x=Py, that transforms the quadratic form xTAx into a quadratic form yTDy with no cross-product term.
Classifying Quadratic Forms
A quadratic form Q is:
a.positive definite if Q(x)>0 for all X̸=0,
b. negative definite if Q(x)<0 for all x̸=0,
c. indefinite if Q(x) assumes both positive and negative values.
Quadratic Forms and Eigenvalues
Let A be an n×n symmetric matrix. Then a quadratic form xTAx is:
a. positive definite if and only if the eigenvalues of A are all positive,
b. negative definite if and only if the eigenvalues of A are all negative,
c.indefinite if and only if A has both positive and negative eigenvalues.
Let A be a symmetric matrix, and define m and M . Then M is the greatest eigenvalue λ1 of A amd m is the least eigenvalue of A. Then value of xTAx is M when x is a unit eigenvector u1 corresponding to M. Then value of xTAx is m when x is a unit eigenvector corresponding to m.
Let A,λ1, and u1 be as in Theorem 6. Then the maximum value of xTAx subject to the constraints xTx=1,xTu1=0
is the second greatset eigenvalue, λ2, and this maximum is attained when x is an eigenvector u2 corresponding to λ2. This theorem is also extended to λk
The Singular Value Decomposition
Singular Value Decomposition: a factorization A=QDP−1 is possible for any m×n matrix A
Decomposition
Let A be an m×n matrix with rank r. Then there exists an m×n matrix Σ as Σ=[D000] for which the diagonal entries in D are the first r singular values of A,σ1≥σ2≥⋯≥σr>0, and there exist an m×m orthogonal matrix U and an n×n orthogonal matrix V such that A=UΣVT
PROOF:
KaTeX parse error: Expected 'EOF', got '\lambd' at position 1: \̲l̲a̲m̲b̲d̲_i and vi are the eigenvalues and eigenvectors of ATA seperately, so that {Av1,⋯,Avr} is an orthogonal basis for ColA. Normalize each Avi to obtain an orthonormal basis {u1,⋯,ur}, where ui=∣∣Avi∣∣Avi=σiAvi and Avi=σui,(≤i≤r)
Now extend {ui,⋯,ur} to an orthonormal basis {u1,⋯,um} of Rm, and letU=[u1u2⋯um]andV=[v1v2⋯vn]
By construction, U and v are orthogonal matrices. AV=[Av1⋯Avr0⋯0]=[σu1⋯σur0⋯0]
ThenUΣ=AV Thus KaTeX parse error: Expected 'EOF', got '\SigmaV' at position 19: …\Sigma V^{-1}=U\̲S̲i̲g̲m̲a̲V̲^{T}
The Invertible Matrix Theorem (concluded)
Let A be an n×n matrix. Then the following statements are each equivalent to the statement that A is an invertible matrix.
u.(ColA)⊥=0.
v.(NulA)⊥=Rn.
w. RowA=Rn.
x. A has n nonzero sigular values.
Reduced SVD and the Pseudoinverse of A
let r = rankA then the U and V could be KaTeX parse error: Expected & or \\ or \cr or \end at end of input: …-r}^T=U_rDV_r^T
This factorization of A is called a reduced singular value decomposition of A. The following matrix is called the pseudoinverse of A: A+=VrD−1UrT
Principal Component Analysis
For simplicity, assume that the matrix [X1⋯XN] is already in mean-deviation form. The goal of principal component analysis is to find an orthogonal p×p matrix P=[u1⋯up] that determines a changeof variable, X=PY,or ⎣⎢⎢⎢⎡x1x2⋮xp⎦⎥⎥⎥⎤=[u1u2⋯up]⎣⎢⎢⎢⎡y1y2⋮yp⎦⎥⎥⎥⎤
标签:AAA,matrix,nn,Algebra,times,Forms,cdots,lambda,Linear 来源: https://blog.csdn.net/zbzhzhy/article/details/88218007