Find Reduced Row Echelon Form [[6,-8,10],[-3/4,1,-5/4]]
Problem
Solution
Normalize the first row by multiplying
(R_1) by1/6 to create a leading1 in the first column.
Eliminate the first entry of the second row by adding
3/4 times(R_1) to(R_2)
Identify that the matrix is now in reduced row echelon form because the leading entry of the first row is
1 it is the only non-zero entry in its column, and the second row consists entirely of zeros.
Final Answer
Want more problems? Check here!