Show worked solution
Worked solution
Write the system as a matrix equation
Separate coefficients, unknowns and constants.
Find the inverse of the coefficient matrix
The determinant is non-zero so the inverse exists.
Compute
This gives the unique solution.
Write the system in matrix form
Collect the coefficients into a matrix and the unknowns into a column vector.
Compute the determinant of the coefficient matrix
A non-zero determinant guarantees a unique solution.
Find the inverse of the coefficient matrix
Use the adjugate divided by the determinant.
Pre-multiply both sides by the inverse
This isolates the column vector of unknowns.
Carry out the matrix-vector multiplication
Each entry is a row of the inverse dotted with the right-hand side.
Check equation 1 by substitution
The solution satisfies the original equation.
Check equation 2 by substitution
The solution satisfies the original equation.
State the values of the unknowns
These values satisfy every equation simultaneously.
Recall how matrices are added
Addition of matrices is carried out entry by entry.
Recall the rule for scalar multiplication
Every entry of the matrix is multiplied by the scalar.
Recall the rule for matrix multiplication
Each entry is a row of the first matrix dotted with a column of the second.
Select the matching option
This is the unique solution.