kevinlui's site
Jan 05
1.2 Linear Systems and Matrices
tldr: We can turn all linear systems into echelon systems without changing the solution space. We can organize the data of a linear system using matrices.
Augmented matrix
We can write a linear system as an augmented matrix. (give example in class).
Definitiion: The leading term of a row of a matrix is the leftmost nonzero term.
Definitiion: A matrix is in echelon form if
every leading term is in the column to the left of the leading term of the row below it
any zero rows are at the bottom
Elementary operations
We can perform a series of elementary operations to turn a general linear system into a echelon system without changing the solution space.
Interchange the position of two equations. Swapping rows. (give example in class)
multiply an equation by a nonzero constant. Multiplying a row by nonzero constant. (give example in class)
add a multiple of one equation to another. add a multiple of a row to another. (give example in class)
The most important part about these operations is that they do not change the solution space. They do not change solution space. No changes to solution space. Solution space is the same. Same solution space.
Gaussian elimination
Definition: The pivot positions are positions that contain a leading term. The pivot columns are columns that contain a pivot position. A pivot is the value of a pivot position.
The idea of Gaussian elimination:
use row swaps move rows with lots of leading zeros to the bottom
find the pivot position in the first row
use elementary row operators to eliminate all value under the pivot position
continue
work out example in class
Reduced echelon form
Definition: A matrix is in reduced echelon form if
it is in echelon form
all pivot positions contain a 1
the only nonzero term in a pivot colum is in the pivot position
The idea of Gauss-Jordan elimination is performed as follows:
do Gaussian elimination
divide each row by the value of its pivot
eliminate all other values in pivot column.
work out example in class.
Homogenous linear systems
A linear system is homogenous if the numbers to the right of the equal sign are all zero. They always have the trivial solution