当前位置: 首页 > news >正文

06 MIT线性代数-列空间和零空间 Column space Nullspace

1. Vector space

Vector space requirements v+w and c v are in the space, all combs c v + d w are in the space

但是“子空间”和“子集”的概念有区别,所有元素都在原空间之内就可称之为子集,但是要满足对线性运算封闭的子集才能成为子空间

R^{3}中 2 subspaces

L: line is a subspace

P: Plane through [0,0,0]T is a subspace of R^{3}

P\cup L = all vectors in P or L or both is not a subspace

P\cap L= all vectors in both P and L is a subspace - null space

2. 列空间 Column space

column space of A is subspace of R^{4}  is C(A)=all linear combs. of columns

Does Ax=b have a solution for every b? No

cuz 4 equations and 3 unknowns 列向量的线性组合无法充满R^{4}

which b's allow this system to be solved?

Can solve Ax=b exactly when b is in C(A) IN R^{4}

由于列向量不是线性无关的,第三个列向量为前两个列向量之和,所以尽管有3个列向量,但是只有2个对张成向量空间有贡献。矩阵A的列空间为R^{4}内的一个二维子空间

3.零空间(或化零空间)Nullspace

Null space of A = all solutions x = \begin{vmatrix} x1\\x2 \\x3 \end{vmatrix} in R^{3} to Ax=0

对于所给定这个矩阵A,其列向量含有4个分量,因此列空间是空间R^{4}的子空间。

x为含有3个分量的向量,故矩阵A的零空间是R^{3}的子空间。对于mxn矩阵,列空间为R^{m}的子空间,零空间为R^{n}空间的子空间。

N(A) contains c\begin{vmatrix} 1\\1 \\-1 \end{vmatrix} which is a line in R^{3}

check that - solution to Ax=0 always give a subspace

if Av=0 and Aw = 0 then A(v+w)=0

then A(12v)=0

4. influence of b

subspaces have to go through the origin

5. summary: 

2种构筑子空间方法

1.对于列空间,它是由列向量进行线性组合张成的空间

2.零空间是从方程组出发,通过让x满足特定条件而得到的子空间

http://www.lryc.cn/news/207835.html

相关文章:

  • 【每日一题Day360】LC1465切割后面积最大的蛋糕 | 贪心
  • 中国地名信息库
  • 网络时代下的声音之路:如何在中央新闻媒体发布网评稿
  • Selenium中WebDriver最新Chrome驱动安装教程
  • 云原生Docker数据管理
  • endnote设置
  • 计算机网络整理-简称缩写【期末复习|考研复习】
  • Flink Hive Catalog操作案例
  • NSSCTF做题第9页(3)
  • 从瀑布模式到水母模式:ChatGPT如何赋能软件研发全流程【文末送书五本】
  • 设置使用LibreOffice作为默认程序打开word、excel等文档
  • 创新领航 | 竹云参编《基于区块链的数据资产评估实施指南》正式发布!
  • 【Docker】Linux网桥连接多个命名空间
  • ES6新特性:let关键字详解
  • 鸿运主动安全监控云平台任意文件下载漏洞复现 [附POC]
  • 使用pycharm远程连接到Linux服务器进行开发
  • JavaScript 中 BOM 基础知识有哪些?
  • 【PointNet—论文笔记分享】
  • Mysql8.1.0 windows 绿色版安装
  • 何为自制力?如何提高自制力?
  • 第1篇 目标检测概述 —(3)目标检测评价指标
  • 剑指JUC原理-3.线程常用方法及状态
  • MYSQL8-sql语句使用集合。MYCAT-sql语法使用集合
  • UNIX 域协议(本地通信协议)
  • 分类预测 | MATLAB实现SSA-CNN-BiGRU-Attention数据分类预测(SE注意力机制)
  • 基于FPGA的图像PSNR质量评估计算实现,包含testbench和MATLAB辅助验证程序
  • 算法进修Day-38
  • 8.MySQL内外连接
  • 使用.NET设计一个Epub电子书生成工具
  • 2023-10-26 用C语言实现一个大整数加法