This exercise covers solving a 3×3 non-homogeneous system using the matrix inversion method and Cramer's Rule.
For the system , if (i.e., is non-singular), the unique solution is:
Steps:
For the system with , the solution is:
where , , are obtained by replacing the 1st, 2nd, and 3rd columns of with the column , respectively.
Expanding along Row 1:
where the cofactor and is the minor (determinant of the 2×2 submatrix obtained by deleting row and column ).
The sign pattern for a 3×3 matrix is:
Solve the system using Cramer's Rule:
Step 1 — Coefficient matrix and :
Expanding along Row 1:
Step 2 — Find (replace column 1 with ):
Step 3 — Find (replace column 2 with ):
Step 4 — Find (replace column 3 with ):
Step 5 — Solution: