Find Reduced Row Echelon Form
Problem
Solution
Identify the pivot in the third row, which is the value
2 in the fifth column.Normalize the third row by multiplying
(R_3) by1/2 to create a leading1
Eliminate the entries above the pivot in the fifth column by performing row operations
(R_2)⇒(R_2)+8*(R_3) and(R_1)⇒(R_1)−7*(R_3)
Identify the pivot in the second row, which is the value
1 in the third column.Eliminate the entry above this pivot in the first row by performing the row operation
(R_1)⇒(R_1)+6*(R_2)
Final Answer
Want more problems? Check here!