Find Reduced Row Echelon Form [[a,b,1,0],[c,d,0,1]]
Problem
Solution
Divide the first row by
a to create a leading1 in the first column, assuminga≠0
Eliminate the
c in the second row by subtractingc times the first row from the second row.
Simplify the term in the second row, second column using a common denominator.
Divide the second row by
(a*d−b*c)/a to create a leading1 in the second column, assuminga*d−b*c≠0
Eliminate the
b/a in the first row by subtractingb/a times the second row from the first row.
Final Answer
Want more problems? Check here!