《Linear Algebra And Its Application》Gilbert Strang
This subject begins with two vectors and , point in different directions. The key step is to take particular combination 3 + 4, same plane. Their combinations c + d fill the page, but they don't go up from the page.
c + d = can be solved when lies in the same plane as and .
column space. Linear combinations c + d fill a vector space, we call it the column space of the matrix.
key goal: row space & column space
further goal: how the matric acts. Diagonal matrix(对角线矩阵), orthogonal matrix(正交矩阵), triangular matrix(三角形矩阵), symmetric matrix(对称矩阵)。
这节主要讲矩阵符号及矩阵乘法,因为如果要写出方程组的所有消除步骤工作量相当大。矩阵符号描述了最初的方程,矩阵乘法将描述消除步骤变得更简单。
m by n matrix means m rows and n columns.
矩阵相加与相乘同向量类似,向量相当于紧有一列的矩阵。形状相同的矩阵可以相加,矩阵与数值相乘相当于矩阵的每一个元素与数值相乘。
矩阵和向量乘法
方程组可以用矩阵的形式表达
行与列相乘是矩阵乘法里最基础的,类似于向量的内积。
The product Ax可以看做以x中元素为系数,矩阵A中各列构成的新矩阵。
矩阵A中的元素用表示,i表示第i行,j表示第j列。向量x中元素用表示。The product Ax中的元素通过如下方式表示。
方程组消除步骤中的矩阵形式
方程组在消除的过程中右侧的向量发生了什么变化?
可以通过乘以Elementary matrix的方式表示,将第一行的元素*(-2)加上第二行的元素可以表示为
identity matrix I , Ib = b
elementary matrix E