Given system can be written in matrix form as AX=b
where A=⎣⎡1−201−11135⎦⎤, X=⎣⎡xyz⎦⎤,b=⎣⎡419⎦⎤.
Now, By expending with the first row ∣A∣=1(−5−3)−1(−10)+1(−2)=−8+10−2=0
So, ρ(A)<3.
Now, ∣∣1−21−1∣∣=−1+2=1=0 .
So, ρ(A)=2 and number of variable to be let =3−ρ(A)=1.
We let z=k.
So, from given first two equations:
x+y=4−k−2x−y=1−3k
Which can be written as [1−21−1][xy]=[4−k1−3k]
i.e. A1X1=b1 and ∣A1∣=1=0 .
So, Inverse method can apply in A1X1=b1,
⟹X1=A1−1b1
⟹[xy]=[−12−11][4−k1−3k] =[4k−5−5k+9].
So, Solution of given system of equation is
x=4k−5,y=−5k+9,z=k where k is any real number.
Comments