We will frequently need to know the reduced row echelon form of matrices during the remainder of this course, so unless you’re told otherwise, feel free to use technology (see Activity 1.2.18) to compute RREFs efficiently.
Find its corresponding augmented matrix \(A\) and find \(\RREF(A)\text{.}\)
(b)
Use the \(\RREF\) matrix to write a linear system equivalent to the original system.
(c)
How many solutions must this system have?
Zero
One
Infinitely-many
Fact1.3.7.
We will see in Section 1.4 that the intuition established here generalizes: a consistent system with more variables than equations (ignoring \(0=0\)) will always have infinitely many solutions.
Fact1.3.8.
By finding \(\RREF(A)\) from a linear system’s corresponding augmented matrix \(A\text{,}\) we can immediately tell how many solutions the system has.
If the linear system given by \(\RREF(A)\) includes the contradiction \(0=1\text{,}\) that is, the row \(\left[\begin{array}{ccc|c}0&\cdots&0&1\end{array}\right]\text{,}\) then the system is inconsistent, which means it has zero solutions and its solution set is written as \(\emptyset\) or \(\{\}\text{.}\)
If the linear system given by \(\RREF(A)\) sets each variable of the system to a single value; that is, \(x_1=s_1\text{,}\)\(x_2=s_2\text{,}\) and so on through \(x_n=s_n\text{;}\) then the system is consistent with exactly one solution \(\left[\begin{array}{c}s_1\\s_2\\\vdots\\s_n\end{array}\right]\text{,}\) and its solution set is \(\setList{ \left[\begin{array}{c}s_1\\s_2\\\vdots\\s_n\end{array}\right] }\text{.}\)
Otherwise, the system must have more variables than non-trivial equations (equations other than \(0=0\)). This means it is consistent with infinitely-many different solutions. We’ll learn how to find such solution sets in Section 1.4.
Activity1.3.9.
For each vector equation, write an explanation for whether each solution set has no solutions, one solution, or infinitely-many solutions. If the set is finite, describe it using set notation.
In Fact 1.1.11, we stated, but did not prove the assertion that all linear systems are one of the following:
Consistent with one solution: its solution set contains a single vector, e.g. \(\setList{\left[\begin{array}{c}1\\2\\3\end{array}\right]}\)
Consistent with infinitely-many solutions: its solution set contains infinitely many vectors, e.g. \(\setBuilder
{
\left[\begin{array}{c}1\\2-3a\\a\end{array}\right]
}{
a\in\IR
}\)
Inconsistent: its solution set is the empty set, denoted by either \(\{\}\) or \(\emptyset\text{.}\)
Explain why this fact is a consequence of Fact 1.3.7 above.
A system of equations with all constants equal to 0 is called homogeneous. These are addressed in detail in section Section 2.7
Choose three systems of equations from this chapter that you have already solved. Replace the constants with 0 to make the systems homogeneous. Solve the homogeneous systems and make a conjecture about the relationship between the earlier solutions you found and the associated homogeneous systems.
Prove or disprove. A system of linear equations is homogeneous if an only if it has the the zero vector as a solution.