Determine if Linear
Problem
Solution
Set up the augmented matrix representing the system of linear equations.
Swap the first and second rows to create a leading
1 in the first row.
Eliminate the entries below the first pivot by performing
(R_2)−2*(R_1)→(R_2) and(R_3)−3*(R_1)→(R_3)
Eliminate the entry below the second pivot by performing
(R_3)−(R_2)→(R_3)
Identify the rank of the coefficient matrix and the augmented matrix. Since there are three pivots for three variables, the system is consistent and has a unique solution.
Solve for the variables using back-substitution starting with
(x_3)=−19
Final Answer
Want more problems? Check here!