Solve the system
Write the augmented matrix and fix the variable order. With columns for and the constants, the first equation has no , so it contributes a leading :
Swap rows so the first pivot is a 1. Exchanging and puts a leading in the top-left corner and avoids fractions later:
Clear below the first pivot. gives , so the third row becomes . The second pivot is already in .
Clear below the second pivot. gives . Scaling by gives , so - the matrix is now in row echelon form.
Back-substitute by clearing above the pivots. turns into ; turns into ; finally gives .
Read off and verify the unique solution. The reduced matrix is the identity augmented by , so , , . Checking all three originals: ; ; . Three pivots for three unknowns means the solution is unique.
Need to solve a different problem like this? Open the solver →