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

【线性代数】MIT Linear Algebra Lecture 2: Elimination with matrices

fb078286420893a209ce978db908fa3b-1
Author| Rickyの水果摊

Time | 2022.9.2


Lecture 2: Elimination with matrices

Lecture Info

Instructor: Prof. Gilbert Strang

Course Number: 18.06

Topics: Linear Algebra

Excellent Notes on GitHub

There are some classic, excellent notes from other authors on GitHub, wihch I highly recommend you to star ⭐️ and read 📖

notes-linear-algebra (A systematic notes written in Chinese)

The-Art-of-Linear-Algebra (Focus on visualization of important concept of Linear Algebra)

Video Link

Lecture 2: Elimination with matrices (bilibili)

Lecture 2: Elimination with matrices (YouTube)

Key Points

  1. normal form of elimination

  2. prerequisites of matrix language

  3. matrix form of elimination

Active Recall Questions

  1. How to do row elimination on matrix A A A ?
  2. What are the differences between A ∗ V c o l A*V_{col} AVcol & V r o w ∗ A V_{row} * A VrowA ? (Hint: Draw figures of their results)
  3. Given A 3 ∗ 3 A_{3*3} A33, how to construct the elementary/elimination & permutation matrix below ?
    1. subtract row 1 from row 2 to eliminate A 21 A_{21} A21
    2. exchange r o w 1 , r o w 2 row_1,row_2 row1,row2 of A A A

Answer

  1. Omitted

  2. Figures below are from kenjihiranabe 's excellent repository The-Art-of-Linear-Algebra (Which I highly recommend you to star ⭐️)

    1. A ∗ V c o l = V n e w c o l A*V_{col}=V_{newcol} AVcol=Vnewcol

      image-20220901092826893

    2. V r o w ∗ A = V n e w r o w V_{row}*A=V_{newrow} VrowA=Vnewrow (This is the prerequisite of matrix language of doing elimination❗️)

      image-20220901092636060

  3. elementary matrices comes from Identity matrix I I I

    1. E 21 = [ 1 0 0 − 1 1 0 0 0 1 ] E_{21} = \begin{bmatrix} 1&0&0\\ -1&1&0\\ 0&0&1\end{bmatrix} E21= 110010001 (Hint: view this process by V r o w ∗ A V_{row}*A VrowA)
    2. P 21 = [ 0 1 0 1 0 0 0 0 1 ] P_{21} = \begin{bmatrix} 0&1&0\\ 1&0&0\\ 0&0&1\end{bmatrix} P21= 010100001 (Hint: view this process by V r o w ∗ A V_{row}*A VrowA)

相关文章:

  • 面试-测试软件Selenium
  • python--转换wrf输出的风场数据为网页可视化的json格式
  • 单细胞测序原理10X UMI Barcode
  • Rust-FFI复杂参数传递处理方式2--字符和字符串类型
  • A40I工控主板(SBC-X40I)CAN接口测试
  • Nginx - mac常用指令总结
  • 首先要学习什么:Docker 还是 Kubernetes?
  • springboot毕设项目兴趣学习平台02hz7(java+VUE+Mybatis+Maven+Mysql)
  • webpack5 - 之 开发环境的 服务器设置、sourcemap 配置、环境拆分( 清理上传打包缓存)
  • shell编程2-shell基础知识
  • 猿创征文 | 专做药品生产研发的程序员
  • 十三、【分布式微服务企业快速架构】SpringCloud分布式、微服务、云架构之Eclipse 创建 XML 文件
  • app 更新 对aso是否有影响
  • GitKraken Pro安装
  • cmd命令行查看mysql数据库命令
  • [PHP内核探索]PHP中的哈希表
  • [ JavaScript ] 数据结构与算法 —— 链表
  • 《微软的软件测试之道》成书始末、出版宣告、补充致谢名单及相关信息
  • 【腾讯Bugly干货分享】从0到1打造直播 App
  • 【跃迁之路】【463天】刻意练习系列222(2018.05.14)
  • 4个实用的微服务测试策略
  • android高仿小视频、应用锁、3种存储库、QQ小红点动画、仿支付宝图表等源码...
  • C++11: atomic 头文件
  • Centos6.8 使用rpm安装mysql5.7
  • css选择器
  • java8 Stream Pipelines 浅析
  • JavaWeb(学习笔记二)
  • Mysql5.6主从复制
  • PAT A1092
  • Python 使用 Tornado 框架实现 WebHook 自动部署 Git 项目
  • React 快速上手 - 06 容器组件、展示组件、操作组件
  • vue2.0一起在懵逼的海洋里越陷越深(四)
  • vue-router 实现分析
  • Yeoman_Bower_Grunt
  • 初识MongoDB分片
  • 理解 C# 泛型接口中的协变与逆变(抗变)
  • 聊聊redis的数据结构的应用
  • 如何打造100亿SDK累计覆盖量的大数据系统
  • 推荐一款sublime text 3 支持JSX和es201x 代码格式化的插件
  • 中国人寿如何基于容器搭建金融PaaS云平台
  • ​​​​​​​sokit v1.3抓手机应用socket数据包: Socket是传输控制层协议,WebSocket是应用层协议。
  • ​flutter 代码混淆
  • (C语言版)链表(三)——实现双向链表创建、删除、插入、释放内存等简单操作...
  • (Java实习生)每日10道面试题打卡——JavaWeb篇
  • (附表设计)不是我吹!超级全面的权限系统设计方案面世了
  • (六)Hibernate的二级缓存
  • (未解决)jmeter报错之“请在微信客户端打开链接”
  • (一)搭建springboot+vue前后端分离项目--前端vue搭建
  • * CIL library *(* CIL module *) : error LNK2005: _DllMain@12 already defined in mfcs120u.lib(dllmodu
  • .MSSQLSERVER 导入导出 命令集--堪称经典,值得借鉴!
  • .net core 连接数据库,通过数据库生成Modell
  • .Net Core/.Net6/.Net8 ,启动配置/Program.cs 配置
  • .net MySql
  • .NET NPOI导出Excel详解
  • .Net 访问电子邮箱-LumiSoft.Net,好用