MIT 习题课地址

0、线性代数中的几何学

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

1、核心思想概述

Suppose AAA is a matrix such that the complete solution to Ax=[1411]Ax=\begin{bmatrix}1\\4\\1\\1\end{bmatrix}Ax=⎣⎢⎢⎡​1411​⎦⎥⎥⎤​ is x=[011]+c[021]x=\begin{bmatrix}0\\1\\1\end{bmatrix}+c\begin{bmatrix}0\\2\\1\end{bmatrix}x=⎣⎡​011​⎦⎤​+c⎣⎡​021​⎦⎤​,what can you say about columns of AAA?

2、矩阵的消去法

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

Find the conditions on aaa and bbb that make the matrix A invertible, and find A−1A^{-1}A−1 when it exists.
A=[abbaabaaa]A=\begin{bmatrix}a&b&b\\a&a&b\\a&a&a\end{bmatrix} A=⎣⎡​aaa​baa​bba​⎦⎤​
4、LU分解

Find the LU-decomposition of the matrix AAA when it exists. For which real numbers aaa and bbb does it exist?
A=[101aaabba]A=\begin{bmatrix}1&0&1\\a&a&a\\b&b&a\end{bmatrix} A=⎣⎡​1ab​0ab​1aa​⎦⎤​

5、三维空间的子空间

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

  • Find subspace V1V_1V1​ generated by x1x_1x1​,subspace V2V_2V2​ generated by x2x_2x2​,Describe V1∩V2V_1 \cap V_2V1​∩V2​
  • Find subspace V3V_3V3​ generated by [x1x2]\begin{bmatrix}x_1&x_2 \end{bmatrix}[x1​​x2​​], Is V3V_3V3​ equal to V1∪V2V_1\cup V_2V1​∪V2​? Find a subspace SSS of V3V_3V3​ such that x1∉S,x2∉Sx_1 \notin S, x_2 \notin Sx1​∈/​S,x2​∈/​S.
  • What is V3∩{xyplane}V_3 \cap \{xy\mathbb{ plane}\}V3​∩{xyplane} ?

6、向量子空间

Which are subspaces of R3={[l1l2l3]}\mathbb{R}^3 = \{\begin{bmatrix} l_1\\l_2\\l_3\end{bmatrix}\}R3={⎣⎡​l1​l2​l3​​⎦⎤​}

  1. l1+l2−l3=0l_1+l_2-l_3=0l1​+l2​−l3​=0

  2. l1l2−l3=0l_1l_2-l_3=0l1​l2​−l3​=0

  3. [l1l2l3]=[100]+c1[10−1]+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}⎣⎡​l1​l2​l3​​⎦⎤​=⎣⎡​100​⎦⎤​+c1​⎣⎡​10−1​⎦⎤​+c2​⎣⎡​101​⎦⎤​

  4. [l1l2l3]=[010]+c1[10−1]+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}⎣⎡​l1​l2​l3​​⎦⎤​=⎣⎡​010​⎦⎤​+c1​⎣⎡​10−1​⎦⎤​+c2​⎣⎡​101​⎦⎤​

7、解Ax=0Ax=0Ax=0

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

8、解 Ax=bAx=bAx=b

Find all solutions, depending on b1b_1b1​,b2b_2b2​,b3b_3b3​:
x−2y−2z=b12x−5y−4z=b24x−9y−8z=b3\begin{aligned} x-2y-2z&=b_1\\ 2x-5y-4z&=b_2 \\ 4x-9y-8z&=b_3 \end{aligned} 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]\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} [1​1​−2​0​−1​][1​2​0​−4​1​][0​1​3​−3​2​][2​3​0​−2​0​]
and find a basis for that space.

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

Suppose B=[121−101]B=\begin{bmatrix}1&&\\2&1\\-1&0&1\end{bmatrix}B=⎣⎡​12−1​10​1​⎦⎤​[503011000]\begin{bmatrix}5&0&3\\0&1&1\\0&0&0\end{bmatrix}⎣⎡​500​010​310​⎦⎤​

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

11、矩阵的空间

Show that the set of 2×32 \times 32×3 matrices whose null space contains [211]\begin{bmatrix}2\\1\\1\end{bmatrix}⎣⎡​211​⎦⎤​ 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}[21​].

12、测验题目讲解1

A=[11112334k]A=\begin{bmatrix}1&1&1\\1&2&3\\3&4&k\end{bmatrix}A=⎣⎡​113​124​13k​⎦⎤​

a) For which kkk does Ax=[237]Ax=\begin{bmatrix}2\\3\\7\end{bmatrix}Ax=⎣⎡​237​⎦⎤​ have a unique solution

b) Which kkk, does AxAxAx has infinitely many solution.

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

d) For all kkk, find complete solution.

13、图像与网络

  • Find incidence matrix AAA

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

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

14、正交向量和子空间

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

  1. Find a basis for S⊥S^{\perp}S⊥

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

15、子空间上的投影

Find the orthogonal projection matrix onto the plane: x+y−z=0x+y-z=0x+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)(1,1), (2,5),(-1,-2)(1,1),(2,5),(−1,−2)

17、Gram-Schmidt 正交化

Find q1,q2,q3q_1,q_2,q_3q1​,q2​,q3​( orthogonal) from columns of AAA. Then write AAA as QRQRQR (QQQ orthogonal, RRR upper triangular)

A=[124005036]A=\begin{bmatrix}1&2&4\\0&0&5\\0&3&6\end{bmatrix}A=⎣⎡​100​203​456​⎦⎤​

18、行列式的性质

Find the determinants of

A=[101201301102202302103203303]A=\begin{bmatrix}101&201&301\\102&202&302\\103&203&303\end{bmatrix}A=⎣⎡​101102103​201202203​301302303​⎦⎤​

B=[1aa21bb21cc2]B=\begin{bmatrix}1&a&a^2\\1&b&b^2\\1&c&c^2\end{bmatrix}B=⎣⎡​111​abc​a2b2c2​⎦⎤​

C=[123][1−45]C=\begin{bmatrix}1\\2\\3 \end{bmatrix}\begin{bmatrix}1&-4&5 \end{bmatrix}C=⎣⎡​123​⎦⎤​[1​−4​5​]

D=[013−104−3−40]D=\begin{bmatrix}0&1&3\\-1&0&4\\-3&-4&0\end{bmatrix}D=⎣⎡​0−1−3​10−4​340​⎦⎤​

19、行列式

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}A=⎣⎢⎢⎢⎢⎡​x000y​yx000​0yx00​00yx0​000yx​⎦⎥⎥⎥⎥⎤​

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}B=⎣⎢⎢⎢⎢⎡​xyyyy​yxyyy​yyxyy​yyyxy​yyyyx​⎦⎥⎥⎥⎥⎤​

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}∑±a1α​a2β​a3γ​ (3) By cofactors

20、行列式与体积

TTT 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)O(0,0,0),A1​(2,2,−1),A2​(1,3,0),A3​(−1,1,4), Compute Vol(T). If A1A_1A1​, A2A_2A2​ are fixed, but A3A_3A3​ is moved to A3′(−201,−199,104)A_3^{'}(-201,-199,104)A3′​(−201,−199,104), compute Vol(T) again.

21、特征值和特征向量

Given the invertible A=[12301−2014]A=\begin{bmatrix}1&2&3\\0&1&-2\\0&1&4\end{bmatrix}A=⎣⎡​100​211​3−24​⎦⎤​, find the eigenvalues and eigenvectors of A2A^2A2, A−1−IA^{-1}-IA−1−I

22、矩阵的方幂

Find a formula for CkC^kCk where C=[2b−aa−b2b−2a2a−b]C=\begin{bmatrix}2b-a&a-b \\2b-2a&2a-b\end{bmatrix}C=[2b−a2b−2a​a−b2a−b​], calculate C100C^{100}C100 when a=b=−1a=b=-1a=b=−1

23、微分方程与exp(At)

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

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) ∞\infin∞ steps

25、测验题目讲解2

A=[1234567800910001112]A=\begin{bmatrix}1&2&3&4\\5&6&7&8\\0&0&9&10\\0&0&11&12\end{bmatrix}A=⎣⎢⎢⎡​1500​2600​37911​481012​⎦⎥⎥⎤​

  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}detA=∑±a1α​a2β​a3γ​a4δ​ and compute $\mathbb{det}A $
  2. Find cofactors C11C_{11}C11​,C12C_{12}C12​,C13C_{13}C13​ and C14C_{14}C14​
  3. Find column 1 of A−1A^{-1}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=IP = IP=I

c) D is diagonal with positive entries is positive definite

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

27、复矩阵

Diagonalize AAA by constructing its eigenvalue matrix Λ\LambdaΛ and eigenvector matrix SSS

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

28、正定矩阵与极小值

For which values of c is
B=[2−1−1−12−1−1−12+c]B=\begin{bmatrix}2&-1&-1\\-1&2&-1\\-1&-1&2+c\end{bmatrix} B=⎣⎡​2−1−1​−12−1​−1−12+c​⎦⎤​

  • positive definite?
  • positive semidefinite?

29、相似矩阵

Which of the following statements are true? Explain

(a) If AAA and BBB are similar matrices, then 2A3+A−3I2A^3+A-3I2A3+A−3I and 2B3+B−3I2B^3+B-3I2B3+B−3I are similar

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

© The matrices J1=[−1100−1100−1]J_1=\begin{bmatrix}-1&1&0\\0&-1&1\\0&0&-1\end{bmatrix}J1​=⎣⎡​−100​1−10​01−1​⎦⎤​ and J2=[−1100−1000−1]J_2=\begin{bmatrix}-1&1&0\\0&-1&0\\0&0&-1\end{bmatrix}J2​=⎣⎡​−100​1−10​00−1​⎦⎤​ are similar

30、奇异值分解的运算

Find the singular value decomposition of the matrix C=[55−17]C=\begin{bmatrix}5&5\\-1&7\end{bmatrix}C=[5−1​57​]

31、线性变换

Let T(A)=ATT(A)=A^TT(A)=AT, AAA is 2×22 \times 22×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}v1​=[10​00​], v2=[0100]v_2=\begin{bmatrix}0&1\\0&0\end{bmatrix}v2​=[00​10​], v3=[0010]v_3=\begin{bmatrix}0&0\\1&0\end{bmatrix}v3​=[01​00​],v4=[0001]v_4=\begin{bmatrix}0&0\\0&1\end{bmatrix}v4​=[00​01​]

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

3) Eigenvalues / eigenvectors of T?

32、基的变换

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

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

b) Find the change of basis matrices (111,xxx,x2x^2x2) ↔(w1,w2,w3)\leftrightarrow (w_1,w_2,w_3)↔(w1​,w2​,w3​)

c) Find the matrix of taking derivatives in both basis

33、广义逆

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

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

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

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

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

34、测验题目讲解3

Find the eigenvalues and eigenvectors of the following

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

ii) Q=[0.6−0.80.80.6]Q=\begin{bmatrix}0.6&-0.8\\0.8&0.6\end{bmatrix}Q=[0.60.8​−0.80.6​]

iii) R=2P−IR=2P-IR=2P−I

35、期末考试题讲解

A=[101011110]A=\begin{bmatrix}1&0&1\\0&1&1\\1&1&0\end{bmatrix}A=⎣⎡​101​011​110​⎦⎤​. Two eigenvalues: λ1=1\lambda_1=1λ1​=1, λ2=2\lambda_2=2λ2​=2, First two pivots: d1=d2=1d_1=d_2=1d1​=d2​=1

(a) Find λ3\lambda_3λ3​ and d3d_3d3​

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

MIT 线性代数习题相关推荐

  1. MIT 线性代数 习题课

    转载于:https://www.cnblogs.com/momoko/p/6478307.html

  2. gram矩阵的性质_第十七课:正交矩阵和GramSchmidt正交化——MIT线性代数课程学习笔记...

    公众号关注  "DL_NLP" 设为 "星标",重磅干货,第一时间送达! ◎ 原创 | 深度学习算法与自然语言处理 ◎ 作者 | 丁坤博 一. 知识概要 这一节 ...

  3. 我总结的120页《图解MIT线性代数笔记.pdf》,都是干货!

    作者:丁坤博 北京大学研究生 线性代数在工科学科上的地位是任何学科无可比拟的,MIT的线性代数课程更是线性代数课程中的最佳学习资料,我们本次分享这套课程的图解笔记. 经过最近几个月的整理和总结,我们产 ...

  4. 干货|MIT线性代数课程精细笔记[第二课]

    0 前言 MIT线性代数课程精细笔记[第一课]笔记见MIT线性代数课程精细笔记[第一课]. 该笔记是连载笔记,希望对大家有帮助. 1知识概要 这一节中我们介绍一下消元法,即是上一节中我们提到的&quo ...

  5. 干货|MIT线性代数课程精细笔记6-子空间与零空间

    MIT线性代数课程精细笔记[第六课] 前言 MIT线性代数课程精细笔记[第一课]笔记见MIT线性代数课程精细笔记1. MIT线性代数课程精细笔记[第二课]笔记见MIT线性代数课程精细笔记2. MIT线 ...

  6. 干货|MIT线性代数课程精细笔记5

    MIT线性代数课程精细笔记[第五课] 前言 MIT线性代数课程精细笔记[第一课]笔记见MIT线性代数课程精细笔记1. MIT线性代数课程精细笔记[第二课]笔记见MIT线性代数课程精细笔记2. MIT线 ...

  7. MIT线性代数1806(35) 总复习

    MIT线性代数1806(35) 总复习 目前为止发现的最适合人工智能的最简易.最深刻的线性代数课程 麻省理工公开课:线性代数http://open.163.com/special/opencourse ...

  8. MIT线性代数笔记三 矩阵的乘法和逆矩阵

    文章目录 1. 矩阵乘法 Matrix multiplication 1.1 标准方法(行乘以列) 1.2 列向量的线性组合 1.3 行向量的线性组合 1.4 分块乘法 2. 逆矩阵 2.1 逆矩阵的 ...

  9. matlab lud矩阵分解,MIT线性代数总结笔记——LU分解

    MIT线性代数总结笔记--LU分解 矩阵分解 矩阵分解(Matrix Factorizations)就是将一个矩阵用两个以上的矩阵相乘的等式来表达.而矩阵乘法涉及到数据的合成(即将两个或多个线性变换的 ...

  10. MIT线性代数1806(8) 矩阵 秩 特解 通解

    MIT线性代数1806(8) 矩阵 秩 特解 通解

最新文章

  1. H.264 基础及 RTP 封包详解
  2. python3.8.2安装教程-在服务器上安装python3.8.2环境的教程详解
  3. 图论数学:矩阵树定理
  4. 记录一段让我吐血的代码
  5. 学习笔记之卸载远程目标进程中的DLL模块(转)
  6. 在8080端口输出php的输出,端口8080上的PHP错误
  7. python实验报告代写_TensorFlow作业代写、代做Python程序语言作业、代写github课程作业、Python实验作业代写...
  8. 程序员怒了!你敢削减专利奖金,我敢拒绝提交代码!
  9. html阶梯统计,html,_有什么图表可以显示阶梯费率,html - phpStudy
  10. Python中的*self,*self._args, **kwargs
  11. JS性能优化 之 FOR循环
  12. 07.Thymeleaf使用与语法最全详解(精)
  13. 查看nvidia gpu共享内存大小
  14. php话费充值,手机话费充值接口
  15. 计算机主板供电故障,电脑主板内部电池供电出现问题,会出现哪些故障问题
  16. 1人民币试用世纪互联azure虚拟机,跑CNN训练
  17. 【分层图最短路】P2939 [USACO09FEB]Revamping Trails G
  18. 有道翻译 python 翻译
  19. Java项目对接天眼查
  20. 互联网日报 | 拼多多湖南卫视跨年晚会发100亿份红包;京东物流CEO王振辉辞职;恒大房车宝集团成立...

热门文章

  1. archlinux i3wm flameshot使用
  2. 可变数据(VDP)软件 数码印刷和传统印刷的区别
  3. Linux中vi命令详解
  4. bandgap带隙基准电路设计,cadence,
  5. Oracle 11g Rac搭建
  6. 机器学习---数据简介及数据清洗概述
  7. centos是什么linux操作系统,CentOS系统是什么
  8. Honeywell EPKS 通用软件组态手册
  9. oc实时渲染的图如何导出_最新C4D渲染器全家桶随便用,不仅有OC+阿诺德,还有两款哦...
  10. C4D OCtane渲染器大师之路笔记(四):使用OC灯光