Vector spaces and subspaces

Column space of A solving Ax=b

Null space of A

 


Vector space requirements v+w and cv are in the space

All combs cv+dw are in the space

向量空间对数乘和加法需要封闭

subspace of R^3:

Line( L) through zero vector  is a subspace of R^3

Plane( P) through zero vector is a subspace of R^3

then we got 2 subspaces: P and L

P∪L means all vectors in P or L or both, this is not a subspace, 原因在于对加法不封闭,加和后所得的可能既不在P上,也不在L上

P∩L means all vectors in both P and L, this is a subspace, 交点为zero

 


Column space of A(列空间),记作C(A)

example:

     is a subspace of R^4, 记作 C ( A)

思考:Does Ax=b have a solution for every b? Which b’s allow this system to be solved?

回答:No. 4 equations, 3 unknowns, we can solve Ax=b exactly when b is in C( A)

接下来考虑nullspace of A: all solutions to Ax=0

now write some solutions, such as

观察规律可总结出一般形式

Check the solution to Ax=0 always give a subspace

If Av=0 and Aw=0, then A(v+w)=0, then A(12v)=0,即对加法和数乘都封闭

 

another example:

解中不包含zero vector,故不构成space,那么它的解是什么样的呢?

是不穿过原点的平面或直线

summary:

subspace:1、combination of several vectors

                       2、从方程组中通过让x满足特定条件

转载于:https://www.cnblogs.com/nanocare/p/6015487.html

Linear Algebra lecture6 note相关推荐

  1. Linear Algebra

    文章目录 Mind Map GOALS CODE WORKS CONTENTS principal components analysis(PCA) WORKS Mind Map GOALS eige ...

  2. numpy中线性代数库的使用Linear Algebra

    numpy中线性代数库的使用Linear Algebra 文章目录: 一. 一. Reference: 1.https://blog.csdn.net/pipisorry/article/detail ...

  3. Machine Learning week 1 quiz: Linear Algebra

    Linear Algebra 1. Let two matrices be A=[4639],B=[−2−592] What is A - B? [411211] [611−1211] [611−67 ...

  4. 线性代数第九版pdf英文_《Linear Algebra Done Right》线性代数复习及部分习题解答(3.C)...

    个人声明 本系列文章记录本人自学线性代数教材<Linear Algebra Done Right>的概念梳理(复习)和部分习题解答(练习).如有任何错误或不严谨之处恳请读者在评论区留言提醒 ...

  5. Linear Algebra with Sub-linear Zero-Knowledge Arguments学习笔记

    1. 引言 Groth 2009年论文<Linear Algebra with Sub-linear Zero-Knowledge Arguments>. 已知2个matrices A,B ...

  6. Chapter 1 (Linear Equations in Linear Algebra): System of linear equations (线性方程组)

    本文为<Linear algebra and its applications>的读书笔记 目录 System of linear equations (线性方程组) Matrix Not ...

  7. GAMES101课程学习笔记—Lec 02:Linear Algebra 线性代数回顾

    GAMES101课程学习笔记-Lec 02:Linear Algebra 线性代数回顾 0 图形学的依赖学科 1 向量 1.1 点乘 1.2 叉乘 2 矩阵 本节课知识比较基础,大学课程里应该都学过, ...

  8. Linear Algebra 线性代数

    Linear Algebra 线性代数 最近在看Deep Learning这本书,刚看了Linear Algebra章,总结一下. 名词函数 Scalars:标量,就是单个数,一般用小写倾斜字体表示. ...

  9. 线性代数基本定理(核空间与行空间)——The Fundamental Theorem of Linear Algebra

    本文依据Nicholas Hoell的讲义The Fundamental Theorem of Linear Algebra翻译,水平有限,如有不当欢迎指正. 目录 一.预备知识:正交补空间 1.1 ...

最新文章

  1. 二叉树的基本应用知识总结
  2. Go 语言调用 python2
  3. 统计学习方法第九章作业:三硬币EM算法、GMM高维高斯混合模型 代码实现
  4. Java注解(1)-注解基础
  5. 学习面试题Day08
  6. 我的家计算机教学反思,《我的家》教学反思
  7. ubuntu常见问题
  8. 《大数据》2015年第2期“研究”——大数据时代的数据传输网
  9. OpenCV学习2--图片的加载,修改与保存
  10. 自定义queue - linked array
  11. VSCode之调试html
  12. Hadoop组件之Yarn
  13. 从物联网到元宇宙 PPT
  14. 12面魔方公式图解法_五魔方Megaminx( 正十二面体魔方)解法教程(图)
  15. Vue实现tab导航栏,支持左右滑动
  16. 谷歌adwords教程_区块链技术作为Google AdWords中的安全剧院
  17. uniapp实现video视频禁止拖拽快进功能,禁止拖动进度条快进
  18. MacIOS Bonjour
  19. Cannot resolve module 'fs'
  20. loss函数之CosineEmbeddingLoss,HingeEmbeddingLoss

热门文章

  1. 霍金的预言正在实现,我们已经离不开人工智能,而它们在脱离控制
  2. 如何安装rpm包?掌握rpm包管理工具就够了
  3. 填空题C语言,c语言填空题试卷.doc
  4. java中rpn_java – RPNCalculator代码混淆
  5. python 父类构造函数,python 对于子类构造函数重写父类构造函数的了解
  6. 进去springstrap显示无响应_2020年,28寸IPS面板4K显示器合集,推荐几款代表性的...
  7. php连接电脑,PHP_深入理解php的MySQL连接类,无意间在电脑里发现还有这么 - phpStudy...
  8. java 小坑_关于Java子父类关系的小坑
  9. internetreadfile读取数据长度为0_Datax3.0的安装和基本使用
  10. Android的事件分发