您的位置:首页 > 其它

MIT线性代数笔记-第五讲

2018-03-07 20:30 232 查看
在没有进行row exchange的情况下A = LU

那么有row exchange的情况呢?

PA = LU

P为对A进行行交换的矩阵

例如:

⎡⎣⎢010100001⎤⎦⎥[010100001]

这是一个对A中的第一行和第二行进行交换的矩阵

P的个数与满排列的个数一致,即n!

P满足如下性质;

P−1=PTP−1=PT, PTP=IPTP=I

矩阵的转秩

(AT)ij=Aji(AT)ij=Aji

RTRRTR is always symmetric,Why?

(RTR)T=RT(RT)T=RTR(RTR)T=RT(RT)T=RTR

向量空间

定义:The space RnRnconsists of all column vectors with n component

R2R2 = all 2 dim real vectors

RnRn = all vectors with n real component

注意:We can add any vectors in RnRn , and we can multiply any vector v by any scalar c,and the result is in the space

子空间(subspace)

定义



subspace of R2R2

1.R2R2

2.any line through [00][00]

3.zero vector only Z

subspace of R3R3

1.R3R3

2.plane through zero vector

3.line through zero vector

4.zero vector

The column space of A

定义:

The column space consists of all linear combinations of the columns.The combinations are all possible vectors Ax.They fill the column space C(Aa)

This column space is crucial to the whole book, and here is why. To solve Ax = b isto express b as a combination of the columns. The right side b has to be in the column space produced by A on the left side, or no solution!

如果想解出Ax = b,那么b必为A的列的线性组合中的一个,即b为A的列空间中的一个列向量

The system Ax = b is solvable if and only if b is in the column space of Aa
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: