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

MIT线性代数01_方程组的几何解释

Linear Algebra

Lecture #1

W. Gilbert Strang


n linear equations, n unknowns

  • row picture
  • col picture
  • Matrix form

{2x−y=0−x+2y=3 \left\{\begin{matrix} 2x - y = 0 \\ -x + 2y = 3 \end{matrix}\right. {2xy=0x+2y=3

1 Row Picture

在这里插入图片描述

2 Column Picture

在这里插入图片描述

What are all combinations ? The whole plane.

3 Matrix form

matrix form:
$$
\begin{bmatrix}
2 & -1 \
-1 & 2 \
\end{bmatrix}

\begin{bmatrix}
x \
y \
\end{bmatrix}

\begin{bmatrix}
0 \
3 \
\end{bmatrix}
$$

AX=bAX=bAX=b

4 3 unknowns and 3 equations

在这里插入图片描述
在这里插入图片描述

5 Can I solve Ax=bAx=bAx=b for every b ?

Do the linear combinations of the columns fill three dimentional space ?

A non-singular matrix or an invertible matrix.

非奇异矩阵 (又称 可逆矩阵正则矩阵) 是一种存在逆元的方块矩阵。相反的,若方阵不存在逆元,则称为 奇异矩阵

Ax=bAx=bAx=b

$$
\begin{bmatrix}
2 & 5 \
1 & 3 \
\end{bmatrix}
\begin{bmatrix}
1 \
2
\end{bmatrix}

1
\begin{bmatrix}
2 \
1
\end{bmatrix}
+
2
\begin{bmatrix}
5 \
3
\end{bmatrix}

\begin{bmatrix}
12 \
7
\end{bmatrix}
$$

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

相关文章:

  • 造成服务器内存不足的原因有什么
  • 飞腾D2000/E2000/D3000如何从头制作UBOOT引导系统镜像
  • Pycharm、Python安装及配置小白教程
  • 【docker | 部署 】Jetson Orin与AMD平台容器化部署概述
  • 用LangChain重构客服系统:腾讯云向量数据库+GPT-4o实战
  • 使用爬虫获取游戏的iframe地址
  • DRF - 博客列表API
  • Django Models详解:数据库模型的核心
  • Unity3D + VR头显 × RTSP|RTMP播放器:构建沉浸式远程诊疗系统的技术实践
  • Ascendc msOpST测试报错问题
  • 【Unity开发】数据存储——XML
  • MySQL的命令行客户端
  • Code Composer Studio:CCS 设置代码折叠
  • MySQL零基础教程增删改查实战
  • [语言模型训练]基于 PyTorch 的双向 LSTM 文本分类器实现:基于旅店的评论分类语言模型
  • 与deepseek的问答:dot net与Borland VCL的关系
  • OSPF多区域介绍
  • 【Spring Cloud Gateway 实战系列】高级篇:服务网格集成、安全增强与全链路压测
  • 开源链动2+1模式AI智能名片S2B2C商城小程序的场景体验分析
  • 从零用java实现 小红书 springboot vue uniapp(15) 集成minio存储 支持本地和minio切换
  • 开源中国:以国产开源生态筑基,赋能智能研发全栈升级
  • 谈谈ArrayList与Vector的理解?
  • DiffServ服务模型与DS码点详解
  • 数据库第三章练习题(大雪圣期末复习参考)
  • [硬件电路-81]:学习和分析一个电子元器件的思维框架
  • 2.7 PNIO-AL
  • MySQL---索引、事务
  • 借助 Amazon Redshift 为具有强大抗风险能力的使用案例提供支持
  • Concert Tickets 二分+并查集
  • Visual Studio 2010-.Net Framework 4.0-DevExpress安装