Find Reduced Row Echelon Form [[4,252],[4,-4]]
Problem
Solution
Divide the first row by
4 to create a leading1 in the first column.
Eliminate the entry below the leading
1 by subtracting4 times the first row from the second row ((R_2)−4*(R_1)⇒(R_2) .
Divide the second row by
−256 to create a leading1 in the second column (−1/256*(R_2)⇒(R_2) .
Eliminate the entry above the leading
1 in the second column by subtracting63 times the second row from the first row ((R_1)−63*(R_2)⇒(R_1) .
Final Answer
Want more problems? Check here!