Solve Using a Matrix by Elimination 2a+b-g=4 , b+g+h=4 , a-d+2g=0
Problem
Solution
Identify the variables and constants to set up the augmented matrix. The variables present are
a,b,g,h,d To maintain a standard matrix form, we list them in alphabetical order:a,b,d,g,h Construct the augmented matrix
[A|B] where each row represents an equation and each column represents a variable coefficient or the constant term.
Swap the first and third rows (
(R_1)↔(R_3) to get a1 in the top-left pivot position.
Eliminate the
a term in the third row by performing the row operation(R_3)−2*(R_1)→(R_3)
Eliminate the
b term in the third row by performing the row operation(R_3)−(R_2)→(R_3)
Normalize the third row by dividing by
2 ((R_3)/2→(R_3) to reach row-echelon form.
Back-substitute to find the general solution. Since there are 3 equations and 5 variables, we assign parameters to the free variables
g andh Letg=s() andh=t Solve for the remaining variables using the rows of the matrix.
Final Answer
Want more problems? Check here!