Find Reduced Row Echelon Form [[1,2,3],[x,y,z]]
Problem
Solution
Identify the first pivot in the first row, which is the
1 in the first column.Eliminate the entry below the first pivot by performing the row operation
(R_2)⇒(R_2)−x*(R_1)
Normalize the second row to create the second pivot by dividing
(R_2) byy−2*x assumingy−2*x≠0
Eliminate the entry above the second pivot by performing the row operation
(R_1)⇒(R_1)−2*(R_2)
Simplify the expression in the first row, third column.
Final Answer
Want more problems? Check here!