Examine whether the following system is consistent or inconsistent and if consistent find the complete solution
x+y+z=4;2x+5y−2z=3;x+7y−7z=5
Given system of linear equations:
x+y+z=4
2x+5y−2z=3
x+7y−7z=5
Lets form in Matrix format,
A= ⎡⎢⎣11125−217−7⎤⎥⎦
B= ⎡⎢⎣435⎤⎥⎦
X= ⎡⎢⎣xyz⎤⎥⎦
Now for solving these equations, in matrix inverse method, apply the rule
X=A−1B
⇒ DetA= ∣∣ ∣∣11125−217−7∣∣ ∣∣
⇒DetA= 1(−35+14)−1(−14+2)+1(14−5)
⇒DetA= −21+12+9
⇒DetA=0
⇒A−1 does not exist.
Hence, The given system of linear equations are inconsistent.
i.e., Given system of linear equations have no solution.