Solve the following system of linear equations using an inverse matrix
x+y+z=4−2x−y+3z=1y+5z=9
Solution
A=⎝⎛1−201−11135⎠⎞
B=⎝⎛419⎠⎞
X=⎝⎛yxz⎠⎞
A∙X=B
that is
X=A-1 ∙B
Find the determinant of matrix A:
detA=∣∣1−201−11135∣∣=1⋅(−1)⋅5+1⋅3⋅0+1⋅(−2)⋅1−1⋅(−1)⋅0−1⋅3⋅1−1⋅(−2)⋅5=−5+0−2−0−3+10=0
Answer: Since the determinant of the matrix is zero, the system has no solution.
Comments