The method we applied in Section 1.2 to solve the linear system given in Section 1.1.2 is called the Gauss-Jordan Elimination method. The operations we have applied so far are:
Before we go any further, let us introduce a new terminology:
For a coefficient matrix, each non-zero row's first non-zero entry is called its leading coefficient.
It is important to note that we are not blindly applying arbitrary row operations on a system. Given a linear system, we extract its augmented matrix and simplify this matrix by
The objective matrix we are aiming at is the row echelon matrix of the following format:
A row echelon matrix is a matrix satisfying the following:
For instance, given the following matrix, we may (1) multiply the
-th row
by
and add it to the first row and (2) multiply the second row
by
. The result matrix is then a little closer to its
row echelon form.
Given an arbitrary augmented matrix, the reason we try to apply the
above two row operations to simplify it to a row echelon matrix is:
``For a row echelon matrix, we may simply read out the solution set
for the linear system it represents."