In this class, we will learn about the reduced echelon form of a matrix. The reduced echelon form is a matrix that has a variety of interesting properties.
An Example
Example
We are presented with the following set of linear equations:
Solution
This leads us to:
This doesn’t give us the full picture though, so we apply another set of transformations:
Example
We are presented with the following set of linear equations:
Matrix Notation
Given the system:
We can make a matrix by taking the coefficients of the sets of variables, ex coefficients of w, x, y, z.
We can then input this into MATLAB to easily compute the result.
For almost all cases, we will be using MATLAB to solve these problems.