Simplify the Matrix [[x,y,z,6],[x,-y,z,7]]
Problem
Solution
Identify the goal to simplify the matrix using Gaussian elimination to reach row-echelon form.
Subtract the first row from the second row (
(R_2)−(R_1)→(R_2) to eliminate thex andz terms in the second row.
Simplify the arithmetic in the second row.
Divide the second row by
−2 (−1/2*(R_2)→(R_2) to normalize they coefficient.
Subtract the new second row from the first row (
(R_1)−(R_2)→(R_1) to eliminate they term in the first row.
Simplify the constants in the first row.
Final Answer
Want more problems? Check here!