首页 > 其他 > 详细

【读书笔记】:MIT线性代数(5):Four fundamental subspaces

时间:2018-08-26 21:45:26      阅读:274      评论:0      收藏:0      [点我收藏+]

At the beginning, the difference between rank and dimension: rank is a property for matrix, while dimension for subspaces. So we can obtain the rank of A, which reveals dimensions of four subspaces(2 from A, 2 from AT).

 

技术分享图片

Important fact: The row space and column space have the same dimension r (the rank of the matrix).  N(A) and N(AT) have dimensions n - rand m - r, to make up thefull nand m. C(A) and C(R) are different subspaces, because row operations reserve row spaces, but change column spaces.

 

Four subspaces:

技术分享图片

技术分享图片

Illustration:Notice the relationships between A and R:

1. The row space of R has dimension two, matching the rank. The first two row span the space, and the third row contributes nothing. The pivot rows are independent, so they are a basis for the row space.

技术分享图片

A has the same row space as R. Same dimension r and same basis. Row operations don‘t change row space, because every row in of A is a combination of R.

 

2. The column space of R has dimension r=2. The number of independent rows is equal to the number of independent columns.The pivot columns are basis of  C(R), and they span the column space.

C(A) has dimension r=2. However, C(A)≠C(R)! The same combinations of the columns are zero (or nonzero) for A and R. Say that another way: Ax = 0 exactly when Rx = 0.

 

3. The null space of R has the dimension n-r. Apart from pivot columns, there are n-r free variables,giving us n-r special solutions. The combination of them span the null space of R. And the special solutions are a basis of R. The fact is: To generate zero by column combinations, we must set pivot columns always equals zero, then combine free variable columns linearly to span the null space.

A has the same nullspace as R. Same dimension n - r and same basis. Reason: The elimination steps don‘t change the solutions.

 

4. The nul space of RT has dimension m-r, it is to generate zero by row combinations. As well, the pivot rows need to be zero, then we have m-r free variable rows. The reason for the name "left nullspace" is that RTy = 0 can be transposed to yTR = 0T.

The left nullspace of A has dimension m - r.

【读书笔记】:MIT线性代数(5):Four fundamental subspaces

原文:https://www.cnblogs.com/rhyswang/p/9532828.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!