Find Reduced Row Echelon Form [[1,4,15],[6,0,18]]
Problem
Solution
Identify the first pivot in the first row, which is already
1 in the first column.Eliminate the entry below the first pivot by performing the row operation
(R_2)−6*(R_1)⇒(R_2)
Normalize the second row to create a pivot of
1 by performing the row operation−1/24*(R_2)⇒(R_2)
Eliminate the entry above the second pivot by performing the row operation
(R_1)−4*(R_2)⇒(R_1)
Final Answer
Want more problems? Check here!