Definitions

consistent system : has a unique solution or infinitely many solutions

inconsistent system : has no solutions at all

is slope-intercept form. is the form we’ll mostly deal w/ in Eastern Oregon University (EOU)‘s Linear Algebra class.

There can be multiple variables. where is a coefficient and is the variable to create a line.

A “system of linear equations” usually means more than 1 line (though not always), like:

There may not be a solution to where to find an intersection. System could intersect (one solution), run parallel (no solution) or be the exact same line (infinitely many solutions).

We could record the coefficients above in a coeffient matrix.

\begin{matrix} 1 & 3 & 5 \\ 3 & 7 & 7 \\ 0 & 1 & 4 \end{matrix}

or an augmented matrix (same as above, but records what it results):

\begin{array}{ccc|c} 1 & 3 & 5 & -2 \\ 3 & 7 & 7 & 6 \\ 0 & 1 & 4 & -5 \end{array}