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

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.

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:

work out example in class

Reduced echelon form

Definition: A matrix is in reduced echelon form if

The idea of Gauss-Jordan elimination is performed as follows:

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