Find Reduced Row Echelon Form [[2x+y=6],[2x+5y=22]]
Problem
Solution
Write the augmented matrix representing the system of linear equations.
Create a zero in the first column of the second row by subtracting the first row from the second row (
(R_2)−(R_1)⇒(R_2) .
Normalize the second row by dividing it by 4 to create a leading 1 (
(R_2)/4⇒(R_2) .
Create a zero in the second column of the first row by subtracting the second row from the first row (
(R_1)−(R_2)⇒(R_1) .
Normalize the first row by dividing it by 2 to create a leading 1 (
(R_1)/2⇒(R_1) .
Final Answer
Want more problems? Check here!