首页 > 其他 > 详细

A Geometric Description of Span

时间:2021-04-22 09:15:25      阅读:24      评论:0      收藏:0      [点我收藏+]
  1. Span one vector to a line
    Let \(\mathbf{v}\) be a nonzero vector in \(\mathbb{R}^{3} .\) Then \(\operatorname{Span}\{\mathbf{v}\}\) is the set of all scalar multiples of \(\mathbf{v}\), which is the set of points on the line in \(\mathbb{R}^{3}\) through \(\mathbf{v}\) and \(\mathbf{0},\) so it is a line
    技术分享图片

  2. Span two vector to a plane
    If \(\mathbf{u}\) and \(\mathbf{v}\) are nonzero vectors in \(\mathbb{R}^{3}\), with \(\mathbf{v}\) not a multiple of \(\mathbf{u}\), then \(\operatorname{Span}\{\mathbf{u}, \mathbf{v}\}\) is the plane in \(\mathbb{R}^{3}\) that contains \(\mathbf{u}, \mathbf{v}\), and \(\mathbf{0}\). In particular, \(\operatorname{Span}\{\mathbf{u}, \mathbf{v}\}\) contains the line in \(\mathbb{R}^{3}\) through \(\mathbf{u}\) and \(\mathbf{0}\) and the line through \(\mathbf{v}\) and \(\mathbf{0},\) so it is a plane

技术分享图片

  1. How to Span \(\mathbb{R}^m\)
    "The columns of \(A\) span \(\mathbb{R}^{m}\)", means that every \(\mathbf{b}\) in \(\mathbb{R}^{m}\) is a linear combination of the columns of \(A .\) that means that \(Ax=b\) is consistent,at least one solution. if \(A=\left\{\mathbf{v}_{1}, \ldots, \mathbf{v}_{p}\right\}\)
      In general, a set of vectors \(\left\{\mathbf{v}_{1}, \ldots, \mathbf{v}_{p}\right\}\) in \(\mathbb{R}^{m}\) spans (or generates) \(\mathbb{R}^{m}\) if every vector in \(\mathbb{R}^{m}\) is a linear combination of \(\mathbf{v}_{1}, \ldots, \mathbf{v}_{p}-\) that is, if \(\operatorname{Span}\left\{\mathbf{v}_{1}, \ldots, \mathbf{v}_{p}\right\}=\mathbb{R}^{m}\)

Span=extend

A Geometric Description of Span

原文:https://www.cnblogs.com/Noame/p/14687137.html

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