美文网首页
Lecture 02

Lecture 02

作者: 孙寅 | 来源:发表于2017-12-24 17:07 被阅读0次

01. Elimination(success, failure)

02. Back - Substitution

03. Elimination Matrices

04. Inverse Matrix(single exsample)


01.Elimination

Equation System
01.png
Gaussian Elimination
02.png

02.Back - Substitution

03.png

Solve the equations from bottom

03.Elimination Matrices

Matrix Multiply Column Vector
04.png
Row Vector Multiply Matrix
05.png
Elimination Matrix
06.png
Solvabolity
07.png
08.png

To ensure the equation system to be solvable, the pivot elements are not accepted as 0. If there is non zero element below the zero pivot, the elimination can continue by row exchange, otherwise, the elimination has to be terminated and the equation system can not be solved.

04.Inverse(single example)

09.png

相关文章

  • Lecture 02

    01. Elimination(success, failure) 02. Back - Substitution...

  • Lecture #01 & #02

    大数据介绍 科学应用处理大量数据的两方面原因:科学应用计算仿真实验数据显著增加;观测数据,通过传感器等仪器得到的数...

  • Lecture 02 笔记

    :向量的长度 :单位向量 :转置 点乘 点乘:最后的到的是一个数。得到两个向量的余弦夹角。 看上图...

  • Lecture02

    时间复杂度-大O分析明确线性查找、二分查找的big-O notation结果及原因 8种Java基本数据结构类型(...

  • 20170824 周四 今日计划+反思

    一、今日计划 我今天的任务根据优先级安排如下: 学业任务:Software Engineer Lecture 02...

  • ISL视频课程学习笔记

    视频列表 Lecture 1.1 Lecture 1.2 Lecture 2.1 Lecture 2.2 Lect...

  • Princeton Alogorithm COS226 Week

    Overview this lecture is the most interesting lecture in ...

  • 雅思阅读笔记(第三节)

    curriculum 课程大纲: Lecture 1 总纲、单词题 Lecture 2 句子题 Lecture 3...

  • 雅思阅读笔记(第一节)

    curriculum 课程大纲: Lecture 1 总纲、单词题 Lecture 2 句子题 Lecture 3...

  • 雅思阅读笔记(第二节)

    curriculum 课程大纲: Lecture 1 总纲、单词题 Lecture 2 句子题 Lecture 3...

网友评论

      本文标题:Lecture 02

      本文链接:https://www.haomeiwen.com/subject/wxshgxtx.html