码迷,mamicode.com
首页 > 其他好文 > 详细

Linear Algebra lecture8 note

时间:2016-11-01 14:42:39      阅读:130      评论:0      收藏:0      [点我收藏+]

标签:pad   无法   线性   png   exist   display   技术分享   complete   .com   

Compute solution of AX=b (X=Xp+Xn)

rank r

r=m solutions exist

r=n solutions unique

 


 

example:

技术分享

若想方程有解,b1,b2,b3需要满足什么条件? 观察矩阵可知,第三行是前两行的和,所以b1+b2=b3

技术分享

Solvability Condition on b:

Ax=b is solvable when b is in C (A)

If a combination of Rows of A gives zero row, then the same combination of entries of b must give 0

假设技术分享,则上述矩阵变为:

技术分享

To find complete solution to AX=b:

1.Xp (particular): set all free variables to zero, solve AX=b for pivot variable

此例中,X2=0,X4=0

技术分享

技术分享

2.Xn(nullspace) 上一节已经解出

技术分享

3.X(complete)=Xp+Xn

技术分享

以上操作可解释为:

技术分享

 


 

m by n matrix A of rank r(r<=m,r<=n)

Full column of rank(r=n):

所有列均有主元; no free variables;  N(A)=zero vector; solution to AX=b is X=Xp which means if solution exists then the solution is unique(0 or 1 solution)

这种情况实际就是,除zero组合之外,列之间的线性组合无法产生零列

Full row of rank(r=m):

所有行均有主元; no zero rows; can solve AX=b for every b; left with n-r(n-m) free variables

Full rank(r=m=n):

N(A)=zero vector; R(行最简形)=I(单位矩阵)

 

summary:

矩阵的秩决定了方程组解的数目

技术分享

Linear Algebra lecture8 note

标签:pad   无法   线性   png   exist   display   技术分享   complete   .com   

原文地址:http://www.cnblogs.com/nanocare/p/6016595.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!