Consider the following system of linear equations:
x − y + z = 1
x + y − 2z = 2
2x − z = 3
(a) How many solutions does the system have? Justify your
answer
Let us find the rank of the extended matrix of the system of equations:
"\\left( {\\left. {\\begin{matrix}\n1&{ - 1}&1\\\\\n1&1&{ - 2}\\\\\n2&0&{ - 1}\n\\end{matrix}} \\right|\\begin{matrix}\n1\\\\\n2\\\\\n3\n\\end{matrix}} \\right)\\begin{matrix}\n{}\\\\\n{ - I}\\\\\n{ - 2I}\n\\end{matrix} \\sim \\left( {\\left. {\\begin{matrix}\n1&{ - 1}&1\\\\\n0&2&{ - 3}\\\\\n0&2&{ - 3}\n\\end{matrix}} \\right|\\begin{matrix}\n1\\\\\n1\\\\\n1\n\\end{matrix}} \\right)\\begin{matrix}\n{}\\\\\n{ - II}\n\\end{matrix} \\sim \\left( {\\left. {\\begin{matrix}\n1&{ - 1}&1\\\\\n0&2&{ - 3}\\\\\n0&0&0\n\\end{matrix}} \\right|\\begin{matrix}\n1\\\\\n1\\\\\n0\n\\end{matrix}} \\right)"
Since the ranks of the main and extended matrix are equal to each other, but not equal to the number of equations:
"rank(A) = rank(A|B) = 2 \\ne 3" , the system of equations is consistent, but not defined, and therefore has an infinite number of solutions
Comments
Leave a comment