Find Reduced Row Echelon Form [[-6,5]]
Problem
Solution
Identify the first non-zero entry in the first row, which is
−6 This is the potential pivot.Normalize the pivot by dividing the entire row by
−6 to make the leading entry equal to1 Calculate the new values for the row: the first element becomes
(−6)/(−6)=1 and the second element becomes5/(−6)=−5/6 Verify that the matrix is now in reduced row echelon form, as the first non-zero entry of the row is
1 and there are no other rows to simplify.
Final Answer
Want more problems? Check here!