Find Reduced Row Echelon Form [[0.8,-0.6],[0.6,0.8]]
Problem
Solution
Multiply the first row by
10 and the second row by10 to eliminate decimals.
Divide the first row by
2 and the second row by2 to simplify the integers.
Normalize the first row by multiplying
(R_1) by1/4 to create a leading1
Eliminate the first entry of the second row by performing
(R_2)−3*(R_1)⇒(R_2)
Normalize the second row by multiplying
(R_2) by1/6.25 (which is0.16 to create a leading1
Eliminate the second entry of the first row by performing
(R_1)+0.75*(R_2)⇒(R_1)
Final Answer
Want more problems? Check here!