Find Reduced Row Echelon Form [[7,4,1],[0,1,2]]
Problem
Solution
Identify the leading entry in the first row, which is
7 Normalize the first row by multiplying
(R_1) by1/7 to create a leading1
Eliminate the entry above the leading
1 in the second row by subtracting4/7 times(R_2) from(R_1)
Calculate the new values for the first row.
Write the resulting matrix in reduced row echelon form.
Final Answer
Want more problems? Check here!