Find Reduced Row Echelon Form ([[-4,0],[8,1],[-4,-2]]*1)/2
Problem
Solution
Multiply the matrix by the scalar
1/2 to simplify the entries.
Normalize the first row by dividing by
−2 to create a leading1 in the first column.
Eliminate the entries below the leading
1 in the first column by performing row operations(R_2)−4*(R_1)⇒(R_2) and(R_3)+2*(R_1)⇒(R_3)
Normalize the second row by multiplying by
2 to create a leading1 in the second column.
Eliminate the entry below the leading
1 in the second column by performing the row operation(R_3)+(R_2)⇒(R_3)
Final Answer
Want more problems? Check here!