MIT学习笔记-Linear Algebra(三)

Teacher:Gilbert Strang
The text of the course: Introduction to Linear Algebra
Website:web.mit.edu/18.06,which got a lot of exercise from the past MATLAB codes, the syllabus for the course

Lecture 26

Symmetric matrix

properties
1、The eigenvalues are REAL
2、The eigenvalues can be chosen perp.
usual:A=SVS-1
symmetric case:A=QVQ-1=QVQT(orthonormal eigenvector column)
why realeigenvalue?
在这里插入图片描述
在这里插入图片描述
A=QVQT=la1 q1q1T+la2 q2q2T+… ------> a comb of perp projection matrices


A=AT
sign of pivots same as sign of lambda’s
#positive pivots=#positive lambda’s
positive definite symmetric matrix
all eigenvalues are positive
all pivots are positive
all sub-determinants are positive
xTAx>0

Lecture 27

complex matrix

fast Fourier transform ----FFT(in book)


z barTz=zHz(hermite matrix) conjugate
perpendicular

Lecture 28

A=[a b; c d]
calculus: MATRIX OF 2nd DERIVS IS POS DEF
【fxx fxy; fyx fyy

Lecture 29

positive definite means
xTAx>0(except for x=0)
ATA---->square,symmetric, pos defc
check:xTATAX=||Ax||2>=n(becau rank(A)=0,so Ax~= 0)—>in least square,(ATA)invertible


similar matrices

A and B are similar , means for some M
B=M-1AM
similar matrices have some la’s (same # evectors)


bad case la1=la2, use Jordan block , same or not?
J=diag(la1,la1,…) one Jordan block,one ecevtors

Lecture 30

SVD (singular value decomposition)
review:symm pos def
A=QVQT
Rn in row space--------->v1,v2 in rowspace R2(orthonormal)
Rm in column space---->u1,u2 in col space R2(orthonormal)
sigma1>0, sigma2>0
AV=U Msigma
ATA=VMsigmaUTUMsigmaVT=Vdiad(sigma12,sigma22,…) VT . sigmai,vi are eigenvalue,eigenvector of ATA
U is same with AAT


v1,v2,…vr are orthonormal basis for rowspace
u1,u2,…ur are orthonormal basis for column space
vr+1,…vn are orthonormal basis for N(A)
ur+1,…um are orthonormal basis for N(AT)

Lecture 31

LINEAR TRANSFORM ACTIONS

properties:
1、T(v+w)=T(v)+T(w)
2、T(cv)=cT(v); T(0)=0
Example 1 .Projection
Non Example 2: Shift whole plane
Example 2: rotation by 45o


put A=[1 0; 0 -1] in a picture ,what’s the output(沿y轴翻转)


Start: T: R3–>R2
Example:T(v)(output in R2)=A(2 by 3)v(input in R3)


What’s the information needed to know all T(v) for all inputs? v=c1v1+c2v2+…; T(v)=c1T(v1)+c2T(v2)+…
answer:T(v1),T(v2),… foe any input basis
coordinate come form a basis : v=c1v1+c2v2+…


Rule to find A.Given basis v1–vn, w1–wn
AMinputcoords=Moutputcoords(eigrnvalues basis can simplify calculation, becu these leads to diagonal matrix V).

Lecture 32

Change of Basis

standard basis (columns of I)
better basis—>[ 1 1 1 …];[1 -1 1 -1…]…
Fourier Basis–>[1 1 1 1 1 1 1 1];[1 w w2…]…


signal P(input)–>change basis–>coeffs C—>lossy composition—>Cbar(many zeros)–>xbar=MsigmaCibarvi
wavelets: [1 1 1 1 1 1 1 1];[1 1 1 1 -1 -1 -1 -1];[1 1 -1 -1 0 0 0 0];[0 0 0 0 1 1 -1 -1];[1 -1 0 0 0 0 0 0]…


What is good basis?
P=Wc=c1w1+c2w2+…
c=W-1P
1、FAST FFT;FWT–>orthongonal
2、Few is enough


T
with respect to v1,v2,…, it has matrix A
with respect to u1,u2,…, it has matrix B
SIMILAR B=M-1AM
Eigenvectors basis
T(v1)=lambda vi, What is A?
A=diag(la1, la2, la3,…)

Lecture 35

Pseudo Inverse
最小二乘法的几何意义(空间最近点)
Markov矩阵,趋近于Infi时,人口总数不变(lambda=1时,la*x不改变元素总和)

About the Author David C. Lay holds a B.A. from Aurora University (Illinois), and an M.A. and Ph.D. from the University of California at Los Angeles. David Lay has been an educator and research mathematician since 1966, mostly at the University of Maryland, College Park. He has also served as a visiting professor at the University of Amsterdam, the Free University in Amsterdam, and the University of Kaiserslautern, Germany. He has published more than 30 research articles on functional analysis and linear algebra. As a founding member of the NSF-sponsored Linear Algebra Curriculum Study Group, David Lay has been a leader in the current movement to modernize the linear algebra curriculum. Lay is also a coauthor of several mathematics texts, including Introduction to Functional Analysis with Angus E. Taylor, Calculus and Its Applications, with L. J. Goldstein and D. I. Schneider, and Linear Algebra Gems–Assets for Undergraduate Mathematics, with D. Carlson, C. R. Johnson, and A. D. Porter. David Lay has received four university awards for teaching excellence, including, in 1996, the title of Distinguished Scholar—Teacher of the University of Maryland. In 1994, he was given one of the Mathematical Association of America’s Awards for Distinguished College or University Teaching of Mathematics. He has been elected by the university students to membership in Alpha Lambda Delta National Scholastic Honor Society and Golden Key National Honor Society. In 1989, Aurora University conferred on him the Outstanding Alumnus award. David Lay is a member of the American Mathematical Society, the Canadian Mathematical Society, the International Linear Algebra Society, the Mathematical Association of America, Sigma Xi, and the Society for Industrial and Applied Mathematics. Since 1992, he has served several terms on the national board of the Association of Christians in the Mathematical Sciences. Steven R. Lay began his teaching career at Aurora University (Illinois) in 1971, after earning an M.A. and a Ph.D. in mathematics from the University of California at Los Angeles. His career in mathematics was interrupted for eight years while serving as a missionary in Japan. Upon his return to the States in 1998, he joined the mathematics faculty at Lee University (Tennessee) and has been there ever since. Since then he has supported his brother David in refining and expanding the scope of this popular linear algebra text, including writing most of Chapters 8 and 9. Steven is also the author of three college-level mathematics texts: Convex Sets and Their Applications, Analysis with an Introduction to Proof, and Principles of Algebra. In 1985, Steven received the Excellence in Teaching Award at Aurora University. He and David, and their father, Dr. L. Clark Lay, are all distinguished mathematicians, and in 1989 they jointly received the Outstanding Alumnus award from their alma mater, Aurora University. In 2006, Steven was honored to receive the Excellence in Scholarship Award at Lee University. He is a member of the American Mathematical Society, the Mathematics Association of America, and the Association of Christians in the Mathematical Sciences. Judi J. McDonald joins the authorship team after working closely with David on the fourth edition. She holds a B.Sc. in Mathematics from the University of Alberta, and an M.A. and Ph.D. from the University of Wisconsin. She is currently a professor at Washington State University. She has been an educator and research mathematician since the early 90s. She has more than 35 publications in linear algebra research journals. Several undergraduate and graduate students have written projects or theses on linear algebra under Judi’s supervision. She has also worked with the mathematics outreach project Math Central http://mathcentral.uregina.ca/ and continues to be passionate about mathematics education and outreach. Judi has received three teaching awards: two Inspiring Teaching awards at the University of Regina, and the Thomas Lutz College of Arts and Sciences Teaching Award at Washington State University. She has been an active member of the International Linear Algebra Society and the Association for Women in Mathematics throughout her career and has also been a member of the Canadian Mathematical Society, the American Mathematical Society, the Mathematical Association of America, and the Society for Industrial and Applied Mathematics.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值