Q. x1+x2+2x3=−1x1−2x2+x3=−53x1+x2+x3=3 find all solutions by using the Gaussian elimination or Gauss-Jordan Reduction.
Write Augmented Matrix: Write the augmented matrix for the system of equations.⎣⎡113amp;1amp;−2amp;1amp;2amp;1amp;1amp;∣amp;∣amp;∣amp;−1amp;−5amp;3⎦⎤
Leading 1 in R1: Perform row operations to get a leading 1 in the first row, first column (R1).No changes needed as the first element is already 1.
Zeros in First Column: Make zeros below the leading 1 in the first column using R2 - R1 → R2 and R3 - 3R1 → R3.⎣⎡100amp;1amp;−3amp;−2amp;2amp;−1amp;−5amp;∣amp;∣amp;∣amp;−1amp;−4amp;6⎦⎤
Leading 1 in R2: Make the second column's second row element into a leading 1 by multiplying R2 by −1/3.⎣⎡100amp;1amp;1amp;−2amp;2amp;1/3amp;−5amp;∣amp;∣amp;∣amp;−1amp;4/3amp;6⎦⎤
Eliminate First Column: Eliminate the first column's second row element by adding R2 to R1 and add 2R2 to R3.⎣⎡100amp;0amp;1amp;0amp;7/3amp;1/3amp;−13/3amp;∣amp;∣amp;∣amp;1/3amp;4/3amp;14/3⎦⎤
Leading 1 in R3: Convert the third row's third column element to a leading 1 by multiplying R3 by −3/13.⎣⎡100amp;0amp;1amp;0amp;7/3amp;1/3amp;1amp;∣amp;∣amp;∣amp;1/3amp;4/3amp;−14/13⎦⎤
Eliminate Third Column: Eliminate the third column's first and second row elements by subtracting (7/3)R3 from R1 and subtracting (1/3)R3 from R2.⎣⎡100amp;0amp;1amp;0amp;0amp;0amp;1amp;∣amp;∣amp;∣amp;29/39amp;50/39amp;−14/13⎦⎤
Check Solution: Check the solution by substituting back into the original equations.Substituting x1=29/39,x2=50/39,x3=−14/13 into the original equations confirms the solution is correct.