Find Reduced Row Echelon Form [[3a,-4b,5],[-5a,6b,3]]
Problem
Solution
Divide the first row by
3*a to create a leading1 in the first column.
Eliminate the entry in the second row, first column by adding
5*a times the first row to the second row.
Simplify the entries in the second row.
Divide the second row by
−(2*b)/3 to create a leading1 in the second column.
Eliminate the entry in the first row, second column by adding
(4*b)/(3*a) times the second row to the first row.
Simplify the final constant term in the first row.
Final Answer
Want more problems? Check here!