MIT 习题课地址

0、线性代数中的几何学

MIT 线性代数习题

Solve
2x+y=3x2y=1 \begin{aligned} 2x + y &= 3 \\ x -2y &=-1 \end{aligned}
and find out its “row picture” and “column picture”

1、核心思想概述

MIT 线性代数习题

Suppose AA is a matrix such that the complete solution to Ax=[1411]Ax=\begin{bmatrix}1\\4\\1\\1\end{bmatrix} is x=[011]+c[021]x=\begin{bmatrix}0\\1\\1\end{bmatrix}+c\begin{bmatrix}0\\2\\1\end{bmatrix},what can you say about columns of AA

2、矩阵的消去法

MIT 线性代数习题

Solve using the method of elimination:
xyz+u=02x+2z=8y2z=83x3y2z+4u=7 \begin{aligned} x-y-z+u&=0\\ 2x+2z&=8\\ -y-2z&=-8\\ 3x-3y-2z+4u&=7 \end{aligned}
3、逆矩阵

MIT 线性代数习题

Find the conditions on aa and bb that make the matrix A invertible, and find A1A^{-1} when it exists.
A=[abbaabaaa] A=\begin{bmatrix}a&b&b\\a&a&b\\a&a&a\end{bmatrix}
4、LU分解

MIT 线性代数习题

Find the LU-decomposition of the matrix AA when it exists. For which real numbers aa and bb does it exist?
A=[101aaabba] A=\begin{bmatrix}1&0&1\\a&a&a\\b&b&a\end{bmatrix}

5、三维空间的子空间

MIT 线性代数习题

x1=[013]x_1=\begin{bmatrix}0\\1\\3\end{bmatrix}, x2=[240]x_2=\begin{bmatrix}2\\4\\0\end{bmatrix}

  • Find subspace V1V_1 generated by x1x_1,subspace V2V_2 generated by x2x_2,Describe V1V2V_1 \cap V_2
  • Find subspace V3V_3 generated by [x1x2]\begin{bmatrix}x_1&x_2 \end{bmatrix}, Is V3V_3 equal to V1V2V_1\cup V_2? Find a subspace SS of V3V_3 such that x1S,x2Sx_1 \notin S, x_2 \notin S.
  • What is V3{xyplane}V_3 \cap \{xy\mathbb{ plane}\} ?

6、向量子空间

MIT 线性代数习题

Which are subspaces of R3={[l1l2l3]}\mathbb{R}^3 = \{\begin{bmatrix} l_1\\l_2\\l_3\end{bmatrix}\}

  1. l1+l2l3=0l_1+l_2-l_3=0

  2. l1l2l3=0l_1l_2-l_3=0

  3. [l1l2l3]=[100]+c1[101]+c2[101]\begin{bmatrix} l_1\\l_2\\l_3\end{bmatrix}=\begin{bmatrix} 1\\0\\0\end{bmatrix}+c_1\begin{bmatrix} 1\\0\\-1\end{bmatrix}+c_2\begin{bmatrix} 1\\0\\1\end{bmatrix}

  4. [l1l2l3]=[010]+c1[101]+c2[101]\begin{bmatrix} l_1\\l_2\\l_3\end{bmatrix}=\begin{bmatrix} 0\\1\\0\end{bmatrix}+c_1\begin{bmatrix} 1\\0\\-1\end{bmatrix}+c_2\begin{bmatrix} 1\\0\\1\end{bmatrix}

7、解Ax=0Ax=0

MIT 线性代数习题

The set SS of points P(x,y,z)P(x,y,z) such that x5y+2z=9x-5y+2z=9 is a ____ in R3\mathbb{R}^3. It is ____ to the ____ S0S_0 of P(x,y,z)P(x,y,z) such that x5y+2z=0x-5y+2z=0

8、解 Ax=bAx=b

MIT 线性代数习题

Find all solutions, depending on b1b_1b2b_2b3b_3
x2y2z=b12x5y4z=b24x9y8z=b3 \begin{aligned} x-2y-2z&=b_1\\ 2x-5y-4z&=b_2 \\ 4x-9y-8z&=b_3 \end{aligned}
9、向量空间的基底与维数

MIT 线性代数习题

Find the dimension of the vector space spanned by the following vectors
[11201][12041][01332][23020] \begin{bmatrix}1&1&-2&0&-1\end{bmatrix}\\ \begin{bmatrix}1&2&0&-4&1\end{bmatrix}\\ \begin{bmatrix}0&1&3&-3&2\end{bmatrix}\\ \begin{bmatrix}2&3&0&-2&0\end{bmatrix}
and find a basis for that space.

10、四个基本子空间的计算

MIT 线性代数习题

Suppose B=[121101]B=\begin{bmatrix}1&&\\2&1\\-1&0&1\end{bmatrix}[503011000]\begin{bmatrix}5&0&3\\0&1&1\\0&0&0\end{bmatrix}

Find a basis for and compute the dimension of each of the 4 fundamental subspaces of BB.

11、矩阵的空间

MIT 线性代数习题

Show that the set of 2×32 \times 3 matrices whose null space contains [211]\begin{bmatrix}2\\1\\1\end{bmatrix} is a vector subspace, and find a basis for it. What about the set of those whose column space contains [21]\begin{bmatrix}2\\1\end{bmatrix}.

12、测验题目讲解1

MIT 线性代数习题

A=[11112334k]A=\begin{bmatrix}1&1&1\\1&2&3\\3&4&k\end{bmatrix}

a) For which kk does Ax=[237]Ax=\begin{bmatrix}2\\3\\7\end{bmatrix} have a unique solution

b) Which kk, does AxAx has infinitely many solution.

c) When k=4k=4, find LU decomposition.

d) For all kk, find complete solution.

13、图像与网络

MIT 线性代数习题

MIT 线性代数习题

  • Find incidence matrix AA

  • N(A)N(A), N(AT)N(A^T)

  • Tr(ATA)\mathbb{Tr}(A^TA)

14、正交向量和子空间

MIT 线性代数习题

SS is spanned by [1223]\begin{bmatrix}1&2&2&3\end{bmatrix} and [1332]\begin{bmatrix}1&3&3&2\end{bmatrix}.

  1. Find a basis for SS^{\perp}

  2. Can every vv in R4\mathbb{R}^4 be written uniquely in terms of SS and $S^{\perp} $

15、子空间上的投影

MIT 线性代数习题

Find the orthogonal projection matrix onto the plane: x+yz=0x+y-z=0

16、最小二乘逼近

MIT 线性代数习题

Find the quadratic equation through the origin that is a best fit for the points (1,1),(2,5),(1,2)(1,1), (2,5),(-1,-2)

17、Gram-Schmidt 正交化

MIT 线性代数习题

Find q1,q2,q3q_1,q_2,q_3( orthogonal) from columns of AA. Then write AA as QRQR (QQ orthogonal, RR upper triangular)

A=[124005036]A=\begin{bmatrix}1&2&4\\0&0&5\\0&3&6\end{bmatrix}

18、行列式的性质

MIT 线性代数习题

Find the determinants of

A=[101201301102202302103203303]A=\begin{bmatrix}101&201&301\\102&202&302\\103&203&303\end{bmatrix}

B=[1aa21bb21cc2]B=\begin{bmatrix}1&a&a^2\\1&b&b^2\\1&c&c^2\end{bmatrix}

C=[123][145]C=\begin{bmatrix}1\\2\\3 \end{bmatrix}\begin{bmatrix}1&-4&5 \end{bmatrix}

D=[013104340]D=\begin{bmatrix}0&1&3\\-1&0&4\\-3&-4&0\end{bmatrix}

19、行列式

MIT 线性代数习题

Find the determinants of

A=[xy0000xy0000xy0000xyy000x]A=\begin{bmatrix}x&y&0&0&0\\0&x&y&0&0\\0&0&x&y&0\\0&0&0&x&y\\y&0&0&0&x\end{bmatrix}

B=[xyyyyyxyyyyyxyyyyyxyyyyyx]B=\begin{bmatrix}x&y&y&y&y\\y&x&y&y&y\\y&y&x&y&y\\y&y&y&x&y\\y&y&y&y&x\end{bmatrix}

Hint: You may combine two of the methods: (1) Elimination (2) ±a1αa2βa3γ\sum\pm a_{1\alpha}a_{2\beta}a_{3\gamma} (3) By cofactors

20、行列式与体积

MIT 线性代数习题

TT is a tetrahedron with vertex O(0,0,0),A1(2,2,1),A2(1,3,0),A3(1,1,4)O(0,0,0), A_1(2,2,-1),A_2(1,3,0),A_3(-1,1,4), Compute Vol(T). If A1A_1, A2A_2 are fixed, but A3A_3 is moved to A3(201,199,104)A_3^{'}(-201,-199,104), compute Vol(T) again.

21、特征值和特征向量

MIT 线性代数习题

Given the invertible A=[123012014]A=\begin{bmatrix}1&2&3\\0&1&-2\\0&1&4\end{bmatrix}, find the eigenvalues and eigenvectors of A2A^2, A1IA^{-1}-I

22、矩阵的方幂

MIT 线性代数习题

Find a formula for CkC^k where C=[2baab2b2a2ab]C=\begin{bmatrix}2b-a&a-b \\2b-2a&2a-b\end{bmatrix}, calculate C100C^{100} when a=b=1a=b=-1

23、微分方程与exp(At)

MIT 线性代数习题

Solve the differential equation y+2yy2y=0y^{'''}+2y^{''}-y^{'}-2y=0 for the general solution. What is the matrix AA. Find the first column of exp(AtAt)

24、马尔科夫矩阵

MIT 线性代数习题

A particle jumps between positions A and B with the following probabilities.
MIT 线性代数习题
If it starts at A, what is the probability it is at A and B after i) 1 step ii) n steps iii) \infin steps

25、测验题目讲解2
MIT 线性代数习题
A=[1234567800910001112]A=\begin{bmatrix}1&2&3&4\\5&6&7&8\\0&0&9&10\\0&0&11&12\end{bmatrix}

  1. Find all the non-zero terms in the big formula detA=±a1αa2βa3γa4δ\mathbb{det}A=\sum\pm a_{1\alpha}a_{2\beta}a_{3\gamma}a_{4\delta} and compute $\mathbb{det}A $
  2. Find cofactors C11C_{11},C12C_{12},C13C_{13} and C14C_{14}
  3. Find column 1 of A1A^{-1}

26、对称矩阵与正定矩阵

MIT 线性代数习题
Explain why each of the following is true.

a) Every positive definite matrix is invertible

b) The only positive definite projection matrix is P=IP = I

c) D is diagonal with positive entries is positive definite

d) SS symmetric with detS>0\mathbb{det}S>0 might not be positive definite

27、复矩阵
MIT 线性代数习题

Diagonalize AA by constructing its eigenvalue matrix Λ\Lambda and eigenvector matrix SS

A=[21i1+i3]=AˉT=AHA=\begin{bmatrix}2&1-i\\1+i&3\end{bmatrix}=\bar{A}^T=A^H

28、正定矩阵与极小值
MIT 线性代数习题
For which values of c is
B=[211121112+c] B=\begin{bmatrix}2&-1&-1\\-1&2&-1\\-1&-1&2+c\end{bmatrix}

  • positive definite?
  • positive semidefinite?

29、相似矩阵

MIT 线性代数习题

Which of the following statements are true? Explain

(a) If AA and BB are similar matrices, then 2A3+A3I2A^3+A-3I and 2B3+B3I2B^3+B-3I are similar

(b) If AA and BB are 3×33 \times 3 matrices with eigenvalues 1,0,-1, then AA and BB are similar.

© The matrices J1=[110011001]J_1=\begin{bmatrix}-1&1&0\\0&-1&1\\0&0&-1\end{bmatrix} and J2=[110010001]J_2=\begin{bmatrix}-1&1&0\\0&-1&0\\0&0&-1\end{bmatrix} are similar

30、奇异值分解的运算

MIT 线性代数习题

Find the singular value decomposition of the matrix C=[5517]C=\begin{bmatrix}5&5\\-1&7\end{bmatrix}

31、线性变换

MIT 线性代数习题

Let T(A)=ATT(A)=A^T, AA is 2×22 \times 2

  1. why is T linear? What is T^{-1}?

  2. Write down the matrix of T in

v1=[1000]v_1=\begin{bmatrix}1&0\\0&0\end{bmatrix}, v2=[0100]v_2=\begin{bmatrix}0&1\\0&0\end{bmatrix}, v3=[0010]v_3=\begin{bmatrix}0&0\\1&0\end{bmatrix},v4=[0001]v_4=\begin{bmatrix}0&0\\0&1\end{bmatrix}

w1=[1010]w_1=\begin{bmatrix}1&0\\1&0\end{bmatrix}, v2=[0001]v_2=\begin{bmatrix}0&0\\0&1\end{bmatrix}, v3=[0110]v_3=\begin{bmatrix}0&1\\1&0\end{bmatrix},v4=[0110]v_4=\begin{bmatrix}0&1\\-1&0\end{bmatrix}

3) Eigenvalues / eigenvectors of T?

32、基的变换

MIT 线性代数习题

the vector space of all polynomials in x of degree 2\leq 2 has a basis 1,x,x21,x,x^2. Let ω1,ω2,ω3\omega_1,\omega_2,\omega_3 be a different basis of polynomials whose values at x = -1,-,1 are given by:

a) Express y(x)=x+5y(x)=-x+5 in this basis

b) Find the change of basis matrices (11,xx,x2x^2) (w1,w2,w3)\leftrightarrow (w_1,w_2,w_3)

c) Find the matrix of taking derivatives in both basis

33、广义逆

MIT 线性代数习题

Given A=[12]A=\begin{bmatrix}1&2\end{bmatrix}

i) What is A+A^+(pseudoinverse)

ii) AA+AA^+ and A+AA^+A

iii) If xx is in N(A)N(A), what is A+AxA^+Ax

iv) If xx is in C(AT)C(A^T), what is A+AxA^+Ax

34、测验题目讲解3

MIT 线性代数习题

Find the eigenvalues and eigenvectors of the following

i) Projection P=aaTaTaP=\frac{aa^T}{a^Ta}, a=[34]a=\begin{bmatrix}3\\4\end{bmatrix}

ii) Q=[0.60.80.80.6]Q=\begin{bmatrix}0.6&-0.8\\0.8&0.6\end{bmatrix}

iii) R=2PIR=2P-I

35、期末考试题讲解

MIT 线性代数习题

A=[101011110]A=\begin{bmatrix}1&0&1\\0&1&1\\1&1&0\end{bmatrix}. Two eigenvalues: λ1=1\lambda_1=1, λ2=2\lambda_2=2, First two pivots: d1=d2=1d_1=d_2=1

(a) Find λ3\lambda_3 and d3d_3

(b) What is the smallest a33a_{33} that would make AA positive semidefinite? What is the smallest c that A+cIA+cI is positive semi-definite?

相关文章:

  • 2021-09-27
  • 2021-05-20
  • 2021-07-17
  • 2022-01-10
  • 2021-11-25
  • 2021-05-11
  • 2021-11-13
  • 2021-11-22
猜你喜欢
  • 2021-07-04
  • 2021-09-22
  • 2021-07-13
  • 2021-05-21
  • 2022-01-21
  • 2021-12-02
  • 2021-12-10
相关资源
相似解决方案