Find Reduced Row Echelon Form [[7,8]]
Problem
Solution
Identify the first non-zero entry in the first row, which is
7 This is the potential pivot for the first column.Normalize the row by dividing every element in the row by the pivot value
7 to create a leading1 Calculate the new values for the row: the first element becomes
7/7=1 and the second element becomes8/7 Verify that the matrix now satisfies the requirements for Reduced Row Echelon Form: the first non-zero entry of the row is
1 and it is the only non-zero entry in its column.
Final Answer
Want more problems? Check here!