2021年4月23日

linear transformation

摘要: Ax=b,Au=0 represent the transformation between x and b,0 define a note T as the linear transformation, we call above as the linear transformation,for 阅读全文
posted @ 2021-04-23 19:58 A2he 阅读(107) 评论(0) 推荐(0) 编辑

solution set and span

摘要: Homogeneous Linear System illustrated as just below , the solution set is Span{u,v} Nonhomogeneous System \(Ax=p\),supposed that v is the solution of 阅读全文
posted @ 2021-04-23 17:43 A2he 阅读(35) 评论(0) 推荐(0) 编辑

拉取代码,推送分支

摘要: git clone https:*** 查看分支:git branch 新建分支:git checkout -b Newbranch 推送分支:git push origin Newbranch 参考命令 阅读全文
posted @ 2021-04-23 15:26 A2he 阅读(48) 评论(0) 推荐(0) 编辑