Obtain all the basic solutions of the following linear equations:
2x1 + x2 + x3 + x4 = 6
3x1 + 2x2 + x3 + 2x2 = 8
1
Expert's answer
2020-06-09T17:22:06-0400
Sincewehave2x1+x2+x3+x4=63x1+2x2+x3+2x4=8Thissystemcanwrittenintheform[23121112]⎣⎡x1x2x3x4⎦⎤=[68]Using Gauss elimination, we get [2312111268]R2−R1→R2[201−1101162]−R2→R2[3011101−16−2]So, we get the rank of matrix is 2 and the number of unknowns is 4this implies , we have 2 free unknownSo, letx3=t,x4=s.Now, we havex2−x4=4⇒x2=4−s2x1+x2+x3+x4=6⇒2x1=−x2−t−s+62x1=−4+s−t−s+62x1=2−t
Comments