美文网首页
Lecture 01

Lecture 01

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

Row Picture and Column Picture of Equation

01. Two Dimensions Case

Equation

01.png

Matrix Format

02.png

Row Picture

03.jpg

In the view of row picture, each row of equation is a line in 2-D space. And the solution of the equation system is the intersection of the two lines.

Column Picture

04.jpg

In the view of column picture, each column of A is a vector in 2-D space. And the solution of the equation system is the weight of vectors' linear combination that points to b.

02. Three Dimensions Case

Equation System

05.png

Matrix Form

06.png

Row Picture

07.jpg

In the view of 3D-row picture, each row of the equation system is a plane in 3D space, and the solution point is the intersection of the three points.

Column Picture

08.jpg

In the view of 3D-column picture, each column of A is a vector in 3D space, and the solution is the weight of vectors' linear combination that points to b.

03. About Solvability

The two statements below are equivalent.
1. Can I solve Ax = b for every b?
2. Do the linear combinations of A's columns fill the whole 3D space.

相关文章

网友评论

      本文标题:Lecture 01

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