Cyan's Blog

Search

Search IconIcon to open search

MIT_18.065-Part_1-A_Column_Space_Perspective

Last updated Nov 12, 2021 Edit Source

# The Column Space of A Contains All Vectors Ax

2021-11-12

Tags: #Math/LinearAlgebra

Video Link: 1. The Column Space of A Contains All Vectors Ax - YouTube

# 理解Ax - 列空间

$$Ax$$ 看待矩阵与向量乘积的两种方式:

进一步, Ax可以表示Col(A), 即A的列空间.

这可以带来一种有趣的分解形式:

$$A=CR$$

$$A_{3\times 3}=C_{3\times 2}R_{2\times 3}$$

# 理解AB

$$A_{m\times n}B_{n\times p}= M_{m\times p}$$

我们用A的列向量乘上B的行向量, 得到一个矩阵, 这个矩阵构成了"the perfect building blocks for every matrix."

两个矩阵的积就是n个这样矩阵的加和.

每一个矩阵的方向都是A里面一个列向量的方向, 即上面u的方向

每一个矩阵的秩都为1, 所以AB即n个秩为一的矩阵的加和:

对比一下我们原来的思考方式, 两种方法分别对应向量的内积与外积:


  1. 一个听起来熟悉又陌生的名字哈哈哈 ↩︎

  2. Linear Algebra and Learning from Data by Gilbert Strang, ↩︎