Linear Algebra—Gilbert Strang
First lecture
Linear Equations:
Definition
n linear equations with n unknowns
plan
Row picture
Column picture
Matrix form(algebra way)
examples
A system of Linear Equations:
Its matrix form:
$A$: Matrix of coefficients
$X$: Vector of unknowns
$b$: Vector
Row picture:
Solution: The point that lies on both line of the equations.
Column picture(vector picture):
Question:
How to combine the vectors given in right amounts to get the last one?
It equals to:
Finding the right linear combination of the columns.
What about all the combinations?
The combinations of the two vectors will fill the whole plane.
Question:
Can I solve the equations for every given b?
Or in n linear combination words:
Do the linear combinations of the columns fill the whole space?
Answer:
Yes.
Because the given matrix is a non-singular matrix, or to say: an invertible matrix.
If not:
The matrix is singular, or to say, not invertible.
How to multiply a matrix by a vector?
Given:
Calculate:
Answer:
Meaning:
Linear combination of columns.
Second lecture: matrix elimination
Key idea of the course:
matrix operations
Purpose:
reduce the variables
Pivot
The first non-zero element of every row
matrix elimination steps
Step 1
Reduce every elements on the rows below the pivot using times of the row.
Step 2
Repeat the reducing till the matrix becomes a triangular form.
Failure:
The first element of the first row is zero.
Solution: Exchange the row with the rows below.
There is not a pivot on the lowest row.
Conclusion: The matrix is not reversible.