4.1. Write out the augmented matrix for the system of equations.
2.2. Solve the system by Gauss elimination method to the augmented matrix and determine a basis and the dimension of the solution space S of the homogeneous system.
.
1
Expert's answer
2020-12-13T18:22:14-0500
The augmented matrix for the system of equation above is
⎝⎛112224−2−1−7234−1−21000⎠⎞
Using Gaus Elimination, we reduce our augmented matrix to row echelon form by performing some row operations
x1+2x2−2x3+2x4−x5=0, let x2=l⟹x1=−2x2+2x3−2x4+x5=0Therefore, x1=−2l+2(t−s)−2s+tx2=lx3=t−sx4=sx5=tThe basis for the solution space can be wriitten as follows (−2l,l,0,0,0)+(3t,0,t,0,t)+(−4s,0,−s,s,0)⟹l(−2,1,0,0,0)+t(3,0,1,0,1)+s(−4,0,−1,1,0)
Therefore the basis for the solution space S is (−2,1,0,0,0),(3,0,1,0,1),(−4,0,−1,1,0)
Comments
Leave a comment