Is This System of Equations Solvable?

  • Thread starter Thread starter Pengwuino
  • Start date Start date
  • Tags Tags
    Matrix
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
Pengwuino
Gold Member
Messages
5,112
Reaction score
20
Ok am I missing something here or did our professor give us a take-home quiz with a question that has no answer? We needed to find the answer to a system of equations as follows:

4x-8y+3z=16
-x+2y-5z=-21
3x-6y+z=6

I setup the matrix….

[tex] \begin{array}{*{20}c}<br /> 4 & { - 8} & 3 & {16} \\<br /> { - 1} & 2 & { - 5} & { - 21} \\<br /> 3 & { - 6} & 1 & 6 \\<br /> \end{array}[/tex]

I reduced it down to

[tex] \begin{array}{*{20}c}<br /> 0 & 0 & { - 17} & { - 68} \\<br /> { - 1} & 2 & { - 5} & { - 21} \\<br /> 0 & 0 & { - 14} & { - 57} \\<br /> \end{array}[/tex]

At this point I realized… the equations didn't work. Am I right to think this quiz was given with a bad problem on it?

I even had mathematica reduce it and it gave me 2 rows that tried to say 1 = 0.
 
Physics news on Phys.org
Pengwuino said:
At this point I realized… the equations didn't work. Am I right to think this quiz was given with a bad problem on it?

What's wrong with asking for a solution to a system with no solution? Your answer should be something like, "It's a singular matrix, no solution."
 
Well i wouldn't expect something that easy on a quiz...
 
Pengwuino said:
Well i wouldn't expect something that easy on a quiz...

So I guess that makes it a pretty good question for a quiz!:cool:
 
A zero determinant of the coefficient matrix doesn't necessarily imply that there are no solutions. If the rank of the coefficient matrix is smaller than the rank of the 'extended matrix' (coefficient matrix + column of constants) then you have a system without a solution.
However, it's possible that although the determinant of the coefficient matrix is zero, the system still has solutions. You will find an infinite number of solutions in that case, the equations were then linearly dependent.