Find Reduced Row Echelon Form [[1/2,-1,-1/3],[3/4,1/2,-1],[1,-4,1]]
Problem
Solution
Multiply the first row
(R_1) by2 to create a leading1 in the first column.
Eliminate the first column entries below the leading
1 by performing(R_2)−3/4*(R_1)⇒(R_2) and(R_3)−(R_1)⇒(R_3)
Normalize the second row by multiplying
(R_2) by1/2 to create a leading1
Eliminate the second column entries above and below the leading
1 by performing(R_1)+2*(R_2)⇒(R_1) and(R_3)+2*(R_2)⇒(R_3)
Normalize the third row by multiplying
(R_3) by6/7 to create a leading1
Eliminate the third column entries above the leading
1 by performing(R_1)+7/6*(R_3)⇒(R_1) and(R_2)+1/4*(R_3)⇒(R_2)
Final Answer
Want more problems? Check here!