Question One
Question
Find the solution set which corresponds to the following row echelon forms:
-
M1=[10−22−11∣∣00],
-
M2=[10031−12−1∣∣00].
Solution
R2↦R2+R1⟺[1001021∣∣00]⟺{x=0y+21z=0⟺z=−2y⟺S={0y−2y∈R3:y∈R}⟺S=span(01−2)
...
Question Two
Question
Solve the system with three equations and four unknowns using Gauss-Jordan elimination, and write its set of solutions:
⎩⎨⎧x1+2x2−2x3+2x4=12x1−4x2+4x3+6x4=0x1+2x2−2x3+3x4=0
Solution
⎩⎨⎧x1+2x2−2x3+2x4=12x1−4x2+4x3+6x4=0x1+2x2−2x3+3x4=0⟺1212−42−24−2263∣∣∣100⟺R1↦R1−R3⟺0210−4204−2−163∣∣∣100⟺R2↦4R2+2R3⟺01100200−2−133∣∣∣100⟺⎩⎨⎧−x4=1x1+3x4=0x1+2x2−3x3+3x4=0⟺x1=3,x4=−1,x2=23x3⟺S={323x3x3−1∈R4:x3∈R}
Question Three
Question
Let v1=100,v2=110,v3=111 be vectors in R3.
Using Gauss-Jordan elimination:
-
Show that the vectors are linearly dependent.
-
Determine whether the vector u=011 belongs to the span of the vectors v1,v2,v3.
Solution
100110111∣∣∣000⟺R1↦R1−R2,R2↦R2−R3⟺100010001∣∣∣000⟺⎩⎨⎧x=0y=0z=0∴linearly dependent
100110111∣∣∣011⟺R2↦R2−R3⟺100110101∣∣∣001⟺⎩⎨⎧x+y+z=0y=0z=0⟺x=y=z=0
Question Four
Question
Considering the following matrices, denote which are in row-echelon form and which of those are in reduced row-echelon form:
-
B1=−10000200115−1,
-
B2=100200010500,
-
B3=100−110,
-
B4=100010001−2945−23.
Solution
Row Echelon Form: B2,B3,B4.
Reduced Row Echelon Form: B2,B4.