One of the main uses of linear algebra is to assist in finding the solutions to systems of linear equations. Recall that a system of linear equations is a collection of equations of the form:
Here are considered fixed, and the symbols are viewed as variables for which we would like to find solutions. So if we define the matrix , and the vectors , , then the system of equations is equivalent to the following matrix equation:
In MATH105 a lot of effort went into solving various systems of equations like this, in particular using the “augmented matrix method”. We will use the symbol to refer to such an augmented matrix. Is consists of concatenating the matrix with the column vector . Using the concept of rank we can summarize the various situations:
Let be defined as above, a system of equations in variables.
If , then the system has no solutions.
If , then the system has solutions, and in particular:
If then there is a unique solution.
If then there are infinitely many solutions.
If we assumed is an invertible matrix, then it is clear how to find the unique solution: implies .
But in general, the number of equations might not match the number of variables. So, if , we can perform row operations on until has non-zero rows. There is no harm in discarding the zero rows of , since they correspond to the equation . The resulting truncated will be an invertible matrix, and we can use its inverse to find the unique solution, as above.
How many solutions does the following system of linear equations have:
Solution: Perform row operations on the augmented matrix:
Therefore, , and so there is a unique solution.
To find this solution (which we weren’t asked to do), one multiplies the matrix equation on the left by :
It is also easy to check that satisfies the above equations.
Consider the following system of linear equations:
Here is treated as a fixed number, and are treated as variables.
Write this system as a matrix equation .
For which values of is invertible?
For all values of , calculate and .
For each with infinitely many solutions, describe the solution set.
[End of Exercise]
A key connection that you are expected to make, that links this section with the previous ones is the following fact: Using notation as above, the system of linear equations has a solution if and only if is in the image of .