How Do you find free variables in a matrix?
Definition of free and basic Variables:
A variable is a basic variable if it correlated to a pivot column. Else, the variable is known as a free variable. To determine difference between basic and free variable, it is necessary to row reduce the augmented matrix to echelon form.
Steps to Transform a Matrix Into Its Echelon Forms :
Example to identify the free and basic variable :
Let the system of linear equations
This system has an augmented matrix. let it be which is given as
Now, which row reduces to
matrix is in the echelon form, so we can identify the pivot positions.
The first and second columns are pivot columns, so variables and are basic variables.
the column is not a pivot column, So is a free variable.
Hence, in this example variables and are basic variables and is a free variable.