Determinant of my matrix is zero but the system still has solutions Concept
Three equations, three unknowns, and the determinant of the coefficient matrix comes out 0. My notes say that means no unique solution, but when I row reduce by hand I find solutions that check out when I plug them back in. So which is it? I am worried I have a sign error somewhere in the determinant.
@sam_the_temp · last mo. · 3 replies
Both are true and there is no contradiction.
det = 0rules out exactly one thing: a single unique solution. It leaves two possibilities open, no solutions at all, or infinitely many. You found the infinitely many case.Check your row reduced form. If you have a free variable, your solution set is a line or a plane and every point on it will plug back in correctly. Write the answer parametrically, something like
(x, y, z) = (1, 0, 2) + t(2, -1, 1), rather than picking one point and calling it the answer.Reply
Report
@b2_bruno · last mo.
There is a free variable, third row went all zeros. So I have been handing in one point off an entire line this whole time.
Reply
Report
@sam_the_temp · last mo.
Yep. Partial credit at best. Parametric form takes one extra line and it is the actual answer.
Reply
Report