Find Reduced Row Echelon Form [[a,b,c,1000],[100a,200b,500c,300000]]
Problem
Solution
Divide the second row by
100 to simplify the coefficients.
Subtract the first row from the second row to eliminate the
a term in the second row.
Subtract the new second row from the first row to eliminate the
b term in the first row.
Divide the first row by
a and the second row byb to obtain leading ones, assuminga≠0 andb≠0
Final Answer
Want more problems? Check here!