This is my first time posting a question and I'm really stuck on this one. Help would be appreciated. I'm given this matrix
$$\left[ \begin{array}{ccc|c} 2&3&0&9\\0&1&\lambda+6&4\\ 0&0&\lambda^2-5\lambda+6&9-3\lambda \end{array}\right], $$
and I need to find for which λ ∈ ℝ this matrix has
- one solution
- no solutions
- infinite solutions
There are some conditions dealing with pivots that will help you decide these three cases. The conditions are:
No solution: A pivot in the constant column. Since the first two rows have pivots, such a pivot must occur in the third row. Therefore, the constant entry in the third row must be nonzero and this is the leading entry of the row. In other words, $\lambda^2-5\lambda+6=0$ and $9-3\lambda\not=0$.
A unique solution: There are no pivots in the constant column and every variable is a pivot variable. The first two variables are pivot variables, to make the third variable a pivot variable, you need the leading entry in the third row to be in the third column. In other words, $\lambda^2-5\lambda+6\not=0$
Infinitely many solutions: There are no pivots in the constant column and there is a free variable. Since the first two variables are pivot variables, the third variable is the only choice to be free. To be free, you need the leading entry of the third row to not be in the third column. Once you've made that choice, you may worry that there is a pivot in the constant column. You'll need to make sure that the $\lambda$ you pick does not give a pivot in the constant column of the third row. In other words, $\lambda^2-5\lambda+6=0$ and $9-3\lambda=0$.