Introduction to Linear Algebra 4ED 学习笔记(二)

Introduction to Linear Algebra 4ED 学习笔记(2)

Chapter 2 Solving Linear Equations

2.1 Vectors and Linear Equations

对于这样一个方程组
Introduction to Linear Algebra 4ED 学习笔记(二)
有两种方式观察这个2x2的方程组
第一种:
横着看——看行图像
Introduction to Linear Algebra 4ED 学习笔记(二)
可以发现
Introduction to Linear Algebra 4ED 学习笔记(二)

第二种:
竖着看——看列图像
Introduction to Linear Algebra 4ED 学习笔记(二)
我们可以发现
Introduction to Linear Algebra 4ED 学习笔记(二)

从行图像中我们已经求出了x和y的值,那么对应到列图像中就是
Introduction to Linear Algebra 4ED 学习笔记(二)

我们可以看到左边的向量等式就是列向量的线性组合
Introduction to Linear Algebra 4ED 学习笔记(二)

对于使用矩阵消元,有四点需要注意:
Introduction to Linear Algebra 4ED 学习笔记(二)

对于3x3的线性方程组
Introduction to Linear Algebra 4ED 学习笔记(二)
同样的方式:
Introduction to Linear Algebra 4ED 学习笔记(二)

我们可以将线性方程组写成:
Introduction to Linear Algebra 4ED 学习笔记(二)
进而有两种思路去求解:
Introduction to Linear Algebra 4ED 学习笔记(二)
Introduction to Linear Algebra 4ED 学习笔记(二)
推荐使用第二种,列向量的线性组合。

2.2 The Idea of Elimination

Introduction to Linear Algebra 4ED 学习笔记(二)
Introduction to Linear Algebra 4ED 学习笔记(二)
Introduction to Linear Algebra 4ED 学习笔记(二)

Introduction to Linear Algebra 4ED 学习笔记(二)

2.3 Elimination Using Matrices

Introduction to Linear Algebra 4ED 学习笔记(二)
Introduction to Linear Algebra 4ED 学习笔记(二)
消元矩阵E的作用:
E的第二行的含义是将后面的列向量中的第一行的(2)倍与第二行之和

矩阵相乘
Introduction to Linear Algebra 4ED 学习笔记(二)

置换矩阵
Introduction to Linear Algebra 4ED 学习笔记(二)
Introduction to Linear Algebra 4ED 学习笔记(二)

增广矩阵
Introduction to Linear Algebra 4ED 学习笔记(二)
Introduction to Linear Algebra 4ED 学习笔记(二)

2.4 Rules for Matrix Operation

Introduction to Linear Algebra 4ED 学习笔记(二)
Introduction to Linear Algebra 4ED 学习笔记(二)
Introduction to Linear Algebra 4ED 学习笔记(二)

Introduction to Linear Algebra 4ED 学习笔记(二)
AB中的每一列是A中每一列的线性组合,组合的系数由B中的每一列提供
Introduction to Linear Algebra 4ED 学习笔记(二)
同时,也有
Introduction to Linear Algebra 4ED 学习笔记(二)
AB中的每一行是B中每一行的线性组合,组合的系数由A中的每一行提供

Introduction to Linear Algebra 4ED 学习笔记(二)
Introduction to Linear Algebra 4ED 学习笔记(二)
Introduction to Linear Algebra 4ED 学习笔记(二)

分块矩阵
Introduction to Linear Algebra 4ED 学习笔记(二)

列乘行
Introduction to Linear Algebra 4ED 学习笔记(二)
实例:
Introduction to Linear Algebra 4ED 学习笔记(二)

分块消元
Introduction to Linear Algebra 4ED 学习笔记(二)

2.5 Inverse Matrices

Introduction to Linear Algebra 4ED 学习笔记(二)
不是所有的矩阵都有逆
注意:
1.当且仅当消元之后有n个pivots时逆才存在
2.A只能有一个逆
3.如果A可逆,对于Ax=b只有一种解法
Introduction to Linear Algebra 4ED 学习笔记(二)
4.Introduction to Linear Algebra 4ED 学习笔记(二)
5.如果A可逆,其行列式不为0
6.Introduction to Linear Algebra 4ED 学习笔记(二)
对角矩阵中主对角线上的元素非零时,有逆

Introduction to Linear Algebra 4ED 学习笔记(二)
Introduction to Linear Algebra 4ED 学习笔记(二)
Introduction to Linear Algebra 4ED 学习笔记(二)

Introduction to Linear Algebra 4ED 学习笔记(二)
Introduction to Linear Algebra 4ED 学习笔记(二)
Introduction to Linear Algebra 4ED 学习笔记(二)

2.6 Elimination=Factorization:A=LU

Introduction to Linear Algebra 4ED 学习笔记(二)
Introduction to Linear Algebra 4ED 学习笔记(二)
Introduction to Linear Algebra 4ED 学习笔记(二)
Introduction to Linear Algebra 4ED 学习笔记(二)

求解Ax=b
Introduction to Linear Algebra 4ED 学习笔记(二)
Introduction to Linear Algebra 4ED 学习笔记(二)
Introduction to Linear Algebra 4ED 学习笔记(二)
Introduction to Linear Algebra 4ED 学习笔记(二)
Introduction to Linear Algebra 4ED 学习笔记(二)