Suppose that I am asked to find the value of $h$ that makes the matrix $A = \begin{bmatrix}1 & 5 & 8 \\ 2 & 0 & 1 \\ 0 & 0 & h\end{bmatrix}$ singular.
Here, I can see that $h = 0$ works. However, what I'd typically do is this:
- Set the determinant of the matrix to be $0.$
- Find the value of $h$ that satisfies $\det(A) = 0.$ That is, we seek the value $c$ for which $$h = c \implies \det(A) = 0.$$
My issue here is that the step 2 seems to be committing some sort of a circular/invalid argument: instead of proving the above statement, it is proving its converse $$\det(A) = 0 \implies h = c.$$ Shouldn't we also set $h = c$ to calculate the determinant of the matrix $A,$ thereby actually proving (through calculations) the statement that we were originally trying to prove?
I've done such questions many times, but only recently has this thought occurred to me, and I haven't been able to formulate a satisfactory response. Am I needlessly confusing myself here? I always seem to get stuck on trivial issues no matter how much maths I study.