MIT 习题课地址
0、线性代数中的几何学

Solve
2x+yx−2y=3=−1
and find out its “row picture” and “column picture”
1、核心思想概述

Suppose A is a matrix such that the complete solution to Ax=⎣⎢⎢⎡1411⎦⎥⎥⎤ is x=⎣⎡011⎦⎤+c⎣⎡021⎦⎤,what can you say about columns of A?
2、矩阵的消去法

Solve using the method of elimination:
x−y−z+u2x+2z−y−2z3x−3y−2z+4u=0=8=−8=7
3、逆矩阵

Find the conditions on a and b that make the matrix A invertible, and find A−1 when it exists.
A=⎣⎡aaabaabba⎦⎤
4、LU分解

Find the LU-decomposition of the matrix A when it exists. For which real numbers a and b does it exist?
A=⎣⎡1ab0ab1aa⎦⎤
5、三维空间的子空间

x1=⎣⎡013⎦⎤, x2=⎣⎡240⎦⎤
- Find subspace V1 generated by x1,subspace V2 generated by x2,Describe V1∩V2
- Find subspace V3 generated by [x1x2], Is V3 equal to V1∪V2? Find a subspace S of V3 such that x1∈/S,x2∈/S.
- What is V3∩{xyplane} ?
6、向量子空间

Which are subspaces of R3={⎣⎡l1l2l3⎦⎤}
-
l1+l2−l3=0
-
l1l2−l3=0
-
⎣⎡l1l2l3⎦⎤=⎣⎡100⎦⎤+c1⎣⎡10−1⎦⎤+c2⎣⎡101⎦⎤
-
⎣⎡l1l2l3⎦⎤=⎣⎡010⎦⎤+c1⎣⎡10−1⎦⎤+c2⎣⎡101⎦⎤
7、解Ax=0

The set S of points P(x,y,z) such that x−5y+2z=9 is a ____ in R3. It is ____ to the ____ S0 of P(x,y,z) such that x−5y+2z=0
8、解 Ax=b

Find all solutions, depending on b1,b2,b3:
x−2y−2z2x−5y−4z4x−9y−8z=b1=b2=b3
9、向量空间的基底与维数

Find the dimension of the vector space spanned by the following vectors
[11−20−1][120−41][013−32][230−20]
and find a basis for that space.
10、四个基本子空间的计算

Suppose B=⎣⎡12−1101⎦⎤⎣⎡500010310⎦⎤
Find a basis for and compute the dimension of each of the 4 fundamental subspaces of B.
11、矩阵的空间

Show that the set of 2×3 matrices whose null space contains ⎣⎡211⎦⎤ is a vector subspace, and find a basis for it. What about the set of those whose column space contains [21].
12、测验题目讲解1

A=⎣⎡11312413k⎦⎤
a) For which k does Ax=⎣⎡237⎦⎤ have a unique solution
b) Which k, does Ax has infinitely many solution.
c) When k=4, find LU decomposition.
d) For all k, find complete solution.
13、图像与网络


-
Find incidence matrix A
-
N(A), N(AT)
-
Tr(ATA)
14、正交向量和子空间

S is spanned by [1223] and [1332].
-
Find a basis for S⊥
-
Can every v in R4 be written uniquely in terms of S and $S^{\perp} $
15、子空间上的投影

Find the orthogonal projection matrix onto the plane: x+y−z=0
16、最小二乘逼近

Find the quadratic equation through the origin that is a best fit for the points (1,1),(2,5),(−1,−2)
17、Gram-Schmidt 正交化

Find q1,q2,q3( orthogonal) from columns of A. Then write A as QR (Q orthogonal, R upper triangular)
A=⎣⎡100203456⎦⎤
18、行列式的性质

Find the determinants of
A=⎣⎡101102103201202203301302303⎦⎤
B=⎣⎡111abca2b2c2⎦⎤
C=⎣⎡123⎦⎤[1−45]
D=⎣⎡0−1−310−4340⎦⎤
19、行列式

Find the determinants of
A=⎣⎢⎢⎢⎢⎡x000yyx0000yx0000yx0000yx⎦⎥⎥⎥⎥⎤
B=⎣⎢⎢⎢⎢⎡xyyyyyxyyyyyxyyyyyxyyyyyx⎦⎥⎥⎥⎥⎤
Hint: You may combine two of the methods: (1) Elimination (2) ∑±a1αa2βa3γ (3) By cofactors
20、行列式与体积

T is a tetrahedron with vertex O(0,0,0),A1(2,2,−1),A2(1,3,0),A3(−1,1,4), Compute Vol(T). If A1, A2 are fixed, but A3 is moved to A3′(−201,−199,104), compute Vol(T) again.
21、特征值和特征向量

Given the invertible A=⎣⎡1002113−24⎦⎤, find the eigenvalues and eigenvectors of A2, A−1−I
22、矩阵的方幂

Find a formula for Ck where C=[2b−a2b−2aa−b2a−b], calculate C100 when a=b=−1
23、微分方程与exp(At)

Solve the differential equation y′′′+2y′′−y′−2y=0 for the general solution. What is the matrix A. Find the first column of exp(At)
24、马尔科夫矩阵

A particle jumps between positions A and B with the following probabilities.

If it starts at A, what is the probability it is at A and B after i) 1 step ii) n steps iii) ∞ steps
25、测验题目讲解2

A=⎣⎢⎢⎡1500260037911481012⎦⎥⎥⎤
- Find all the non-zero terms in the big formula detA=∑±a1αa2βa3γa4δ and compute $\mathbb{det}A $
- Find cofactors C11,C12,C13 and C14
- Find column 1 of A−1
26、对称矩阵与正定矩阵

Explain why each of the following is true.
a) Every positive definite matrix is invertible
b) The only positive definite projection matrix is P=I
c) D is diagonal with positive entries is positive definite
d) S symmetric with detS>0 might not be positive definite
27、复矩阵

Diagonalize A by constructing its eigenvalue matrix Λ and eigenvector matrix S
A=[21+i1−i3]=AˉT=AH
28、正定矩阵与极小值

For which values of c is
B=⎣⎡2−1−1−12−1−1−12+c⎦⎤
- positive definite?
- positive semidefinite?
29、相似矩阵

Which of the following statements are true? Explain
(a) If A and B are similar matrices, then 2A3+A−3I and 2B3+B−3I are similar
(b) If A and B are 3×3 matrices with eigenvalues 1,0,-1, then A and B are similar.
© The matrices J1=⎣⎡−1001−1001−1⎦⎤ and J2=⎣⎡−1001−1000−1⎦⎤ are similar
30、奇异值分解的运算

Find the singular value decomposition of the matrix C=[5−157]
31、线性变换

Let T(A)=AT, A is 2×2
-
why is T linear? What is T^{-1}?
-
Write down the matrix of T in
v1=[1000], v2=[0010], v3=[0100],v4=[0001]
w1=[1100], v2=[0001], v3=[0110],v4=[0−110]
3) Eigenvalues / eigenvectors of T?
32、基的变换

the vector space of all polynomials in x of degree ≤2 has a basis 1,x,x2. Let ω1,ω2,ω3 be a different basis of polynomials whose values at x = -1,-,1 are given by:
a) Express y(x)=−x+5 in this basis
b) Find the change of basis matrices (1,x,x2) ↔(w1,w2,w3)
c) Find the matrix of taking derivatives in both basis
33、广义逆

Given A=[12]
i) What is A+(pseudoinverse)
ii) AA+ and A+A
iii) If x is in N(A), what is A+Ax
iv) If x is in C(AT), what is A+Ax
34、测验题目讲解3

Find the eigenvalues and eigenvectors of the following
i) Projection P=aTaaaT, a=[34]
ii) Q=[0.60.8−0.80.6]
iii) R=2P−I
35、期末考试题讲解

A=⎣⎡101011110⎦⎤. Two eigenvalues: λ1=1, λ2=2, First two pivots: d1=d2=1
(a) Find λ3 and d3
(b) What is the smallest a33 that would make A positive semidefinite? What is the smallest c that A+cI is positive semi-definite?