
Determinants are where matrices stop being abstract notation and start answering a real question: does this system have one solution, many solutions, or none at all? On the Philippine engineering board exam, determinant problems show up in three forms — compute it directly, use it to test whether a matrix is invertible, or apply it inside Cramer’s rule to solve a system. This post covers the
formula, the
Sarrus rule, cofactor expansion for anything larger, and then moves into the inverse matrix itself using two different methods: the adjugate method and Gauss-Jordan elimination. Work through all 10 problems before checking your answers. This is Part 2 of the Matrices and Determinants Series.
- ECE (Electronics Engineer) — Tested in Engineering Mathematics. Determinants appear in Cramer’s rule applications and in testing system consistency for circuit analysis problems.
- EE (Electrical Engineer) — High frequency. The determinant of the impedance matrix determines whether a mesh system has a unique solution, and the inverse matrix solves that system directly.
determinants appear regularly in three-mesh circuit problems. - ME (Mechanical Engineer) — Tested in Engineering Mathematics. Determinants of stiffness matrices and force coefficient matrices appear in structural analysis problems.
- CE (Civil Engineer) — Tested in Engineering Mathematics. Cramer’s rule for truss and force systems requires determinant computation. Area of a triangle using determinants also appears in coordinate geometry items.
- ChE (Chemical Engineer) — Tested in Engineering Mathematics. Determinants determine whether a mass balance system is well-posed, and matrix inversion solves multi-component mixing problems directly.
- GeE (Geodetic Engineer) — Moderate frequency. Determinants appear in coordinate transformation problems and in testing linear independence of survey control equations.
- MetE and MinE — Low to moderate frequency. Basic determinant and inverse computation in Engineering Mathematics.
- Naval Architect and Marine Engineer — Moderate frequency. Stability and structural analysis problems use determinants to test matrix conditions.
Bottom line: EE and ECE examinees will use the inverse matrix directly in mesh and nodal circuit analysis, so both methods in this post need to be second nature. CE, ME, and ChE need determinant evaluation solid for Cramer’s rule and structural or mass-balance systems. All nine boards test determinant properties as standalone recall items, so the properties list below is worth memorizing regardless of which board you are taking.
What a Determinant Is
A determinant is a single scalar number computed from the elements of a square matrix. It is written as
or
. Only square matrices have determinants — you cannot compute the determinant of a
matrix, no matter how hard you try.
The determinant tells you the one fact that matters most: whether the matrix is invertible. If
, the matrix has an inverse and any linear system it represents has a unique solution. If
, the matrix is singular — no inverse exists, and the system either has infinitely many solutions or no solution at all, depending on the constants involved.
![]()
![]()
The
Determinant
For a
matrix, the determinant is one of the most useful shortcuts in engineering mathematics. You subtract the product of the cross diagonal from the product of the main diagonal.
![]()
Main diagonal product minus cross diagonal product. Memorize this exactly as written — it also appears inside every cofactor expansion for larger matrices.
The
Determinant — Two Methods
For
matrices you have two options. The Sarrus rule is fast but works only for
. Cofactor expansion works for any size square matrix. Learn both — reach for Sarrus when the problem is exactly
, and use cofactor expansion for everything else, including
problems where a row or column full of zeros makes expansion faster than Sarrus.
![Rendered by QuickLaTeX.com \[A = \begin{bmatrix} a & b & c \\ d & e & f \\ g & h & i \end{bmatrix}\]](https://pinoybix.org/wp-content/ql-cache/quicklatex.com-69469d9ac6adc122716c3781413c96a2_l3.png)
![]()
Positive terms: three downward diagonals (left to right). Negative terms: three upward diagonals (right to left). Extend the matrix by copying the first two columns to the right to see the diagonals clearly.
![]()
is the minor — the determinant of the submatrix left after deleting row
and column
. Expand along any row or column, the result is always the same number. Pick the row or column with the most zeros to save arithmetic.
Sign pattern for
:
![Rendered by QuickLaTeX.com \[\begin{bmatrix} + & - & + \\ - & + & - \\ + & - & + \end{bmatrix}\]](https://pinoybix.org/wp-content/ql-cache/quicklatex.com-f689fcb999bba3414b0c1a71c623fd11_l3.png)
Determinant Properties
These properties appear as direct board exam questions, some pure recall, some designed to save you computation time if you recognize them fast enough.
![]()
![]()
Identical rows or columns, or any row or column of all zeros, both force
with no computation required. The last property means you can find
without ever computing the inverse itself — if
, then
.
The Inverse Matrix — Two Methods
An inverse exists only when
. Always check the determinant first before attempting to find the inverse. Trying to invert a singular matrix is a guaranteed wrong answer, no matter how carefully you do the rest of the work.
![]()
Swap the main diagonal entries, negate the off-diagonal entries, divide everything by the determinant. This works for
only. For
and larger, use the adjugate or Gauss-Jordan method below.
![]()
Build the matrix of cofactors
, then transpose it to get the adjugate:
. Divide every entry by
.
![]()
Augment
with the identity matrix. Apply row operations until the left side becomes
. Whatever appears on the right side is
. Preferred for larger matrices and for solving
directly without finding the inverse first.
![]()
![]()
The product rule reverses the order.
, not
. Same reversal pattern you saw for the transpose of a product back in Part 1.
Six Key Determinant Properties
These properties appear as direct questions on the board exam — some are pure recall, some require you to apply them to save computation time.
Property 1: Swapping any two rows (or columns) changes the sign of the determinant:
.
Property 2: If any two rows (or columns) are identical,
.
Property 3: If any row (or column) is all zeros,
.
Property 4: Multiplying one row by a scalar
multiplies the determinant by
:
for an
matrix.
Property 5:
. The determinant of a product equals the product of the determinants.
Property 6:
. The transpose has the same determinant.
10 Worked Problems — Board Exam Type
Problem 1. Evaluate a
determinant.
Given: ![]()
Find: ![]()
Solution:
Step 1: Apply the
determinant formula.
![]()
Step 2: Compute.
![]()
Examiner note: Main diagonal
, cross diagonal
, subtract in that order, never add. A positive nonzero determinant means the matrix is invertible.
Problem 2. Find the value of
that makes the matrix singular.
Given: ![]()
Find: value of
such that
is singular
Solution:
Step 1: A singular matrix has
. Set up the equation.
![]()
Step 2: Solve for
.
![]()
Examiner note: Singular matrix means zero determinant, period. Set
and solve. This type of item tests the determinant formula and the definition of singularity in a single question.
Problem 3. Evaluate a
determinant using the Sarrus Rule.
Given: 
Find: ![]()
Solution:
Step 1: Compute the three positive (downward) diagonals.
![]()
Step 2: Compute the three negative (upward) diagonals.
![]()
Step 3: Subtract.
![]()
Examiner note: Write out all six diagonal products before combining them. Skipping that step is the most common source of sign errors in Sarrus rule problems.
Problem 4. Evaluate a
determinant by cofactor expansion along the zero-heavy column.
Given: 
Find: ![]()
Solution:
Step 1: Column 2 has two zeros. Expand along column 2 to minimize work.
![]()
Step 2: Only the
term survives. Compute its cofactor with sign
.
![]()
Step 3: Compute the determinant.
![]()
Examiner note: Two zeros in one column reduced this from three separate
computations down to one. Scan for zeros before you pick a row or column — on a timed exam, that choice matters.
Problem 5. Apply the determinant product rule.
Given:
and ![]()
Find: ![]()
Solution:
Step 1: Apply the product rule directly. There is no need to compute
itself.
![]()
Step 2: Substitute and compute.
![]()
Examiner note: Also note that
, even though
in general. Determinants of products are commutative even when matrix multiplication itself is not.
Problem 6. Find the inverse of a
matrix.
Given: ![]()
Find: ![]()
Solution:
Step 1: Compute
.
![]()
Step 2: Since
, the inverse exists. Swap the main diagonal, negate the off-diagonal.
![]()
Step 3: Simplify.
![]()
Examiner note: Dividing by
flips every sign. Students who forget this step hand in the adjugate as their final answer and lose the item. Always divide by
, even when the determinant is
.
Problem 7. Verify the inverse by computing
.
Given:
,
from Problem 6
Find:
, confirm it equals ![]()
Solution:
Step 1: Multiply
entry by entry.
![]()
Step 2: Compute each entry.
![]()
Examiner note: This check takes 30 seconds and protects you from a sign error that could cost you the entire problem. Board exams rarely give partial credit, so verifying before you write your final answer is always worth the time.
Problem 8. Find the inverse of a
matrix using the adjugate method.
Given: 
Find: ![]()
Solution:
Step 1: Compute
by expanding along row 1.
![]()
Step 2: Compute all nine cofactors.
![]()
![]()
![]()
Step 3: Transpose the cofactor matrix to get the adjugate.
![Rendered by QuickLaTeX.com \[\text{adj}(A) = \begin{bmatrix}1&-2&6\\6&1&-3\\-2&4&1\end{bmatrix}\]](https://pinoybix.org/wp-content/ql-cache/quicklatex.com-f167797a83c4d02897fb98a0e39d1594_l3.png)
Step 4: Divide every entry by
.
![Rendered by QuickLaTeX.com \[A^{-1} = \dfrac{1}{13}\begin{bmatrix}1&-2&6\\6&1&-3\\-2&4&1\end{bmatrix}\]](https://pinoybix.org/wp-content/ql-cache/quicklatex.com-673e547a286ce7d834e0ed805e052aa4_l3.png)
Examiner note: The adjugate is the transpose of the cofactor matrix, not the cofactor matrix itself. Skipping the transpose step gives a completely wrong inverse — write the cofactors in a grid first, then flip across the main diagonal.
Problem 9. Find the inverse of a
matrix using Gauss-Jordan elimination.
Given: ![]()
Find:
using row operations
Solution:
Step 1: Write the augmented matrix
.
![]()
Step 2:
to eliminate the 5 in column 1.
![]()
Step 3:
to make the leading entry 1.
![]()
Step 4:
, then
to finish reducing the left side to
.
![]()
Step 5: Read the inverse directly from the right side.
![]()
Examiner note: Quick check with the direct formula:
, so
. Matches — Gauss-Jordan and the formula agree, which confirms neither method had an arithmetic slip.
Problem 10. Applied: determinant in circuit analysis.
Given: a two-mesh circuit produces the impedance matrix
(in ohms)
Find: whether the system has a unique solution for the mesh currents
Solution:
Step 1: Compute
.
![]()
Step 2: Since
, the system has a unique solution.
Examiner note: This is exactly how determinants connect to circuit analysis on the ECE and EE board exam. Before solving for mesh currents with Cramer’s rule or the inverse matrix, always compute the determinant of the impedance matrix first. If it comes out zero, either the circuit is genuinely ill-posed or there is an error somewhere in the mesh equations.
Common Mistakes and Examiner Traps
| ❌ Common Mistake | ✅ Correct Approach |
|---|---|
| Computing |
|
| Treating every cofactor as positive, ignoring the sign pattern during expansion. | The sign of |
| Using the cofactor matrix directly as the adjugate, without transposing it first. | The adjugate is the transpose of the cofactor matrix. Compute the cofactors first, then flip the result across the main diagonal. |
| Writing |
|
| Concluding that |
|
| Writing |
Board Exam Quick Tips
- Check for zero-determinant conditions before computing anything. Identical rows, proportional rows, or a zero row all guarantee
. Spotting this takes 5 seconds. Computing a full
determinant takes 2 to 3 minutes. Use your time wisely. - Expand along the row or column with the most zeros. Each zero eliminates one term entirely. A row or column with two zeros turns a
problem into a single
computation. - Check the determinant before you attempt to invert. One second spent computing
saves you from wasting two minutes trying to invert a matrix that has no inverse at all. - Use the
inverse formula directly. It is faster than the adjugate method and faster than Gauss-Jordan. Save those two methods for
and larger matrices. - Verify your inverse with a quick
check. It takes 30 seconds for a
matrix and catches sign errors before you commit to a wrong final answer.
Frequently Asked Questions
Q1. What is the difference between a minor and a cofactor?
A minor
is the determinant of the submatrix formed by deleting row
and column
from the original matrix. A cofactor
is the signed minor:
. The sign alternates in a checkerboard pattern starting with
at position
. The cofactor is simply the minor with the correct sign already attached.
Q2. Can I use the Sarrus rule for
matrices?
No. The Sarrus rule only works for
matrices. For
and larger, use cofactor expansion, ideally along whichever row or column has the most zeros. That reduces the problem to a set of
determinants, which you can then finish off with Sarrus. Board exam problems rarely go past
, but if you see a
, cofactor expansion is the method to reach for.
Q3. Why does the adjugate method require transposing the cofactor matrix?
The cofactor
sits at position
in the cofactor matrix, but the adjugate needs
at position
instead. That swap is what makes
produce
down the diagonal and zero everywhere else. Skip the transpose and that alignment breaks, giving you a wrong inverse that still looks plausible.
Q4. Which method is faster for finding a
inverse on the board exam — adjugate or Gauss-Jordan?
Gauss-Jordan is usually faster under exam conditions, since it is mechanical, row operation by row operation, with fewer opportunities for sign errors than nine separate cofactor calculations. The adjugate method pulls ahead when you already need the cofactors for another part of the same problem, such as computing
by expansion first.
Q5. How does the determinant relate to the area of a triangle?
Given three vertices
,
,
, the area works out to:
![Rendered by QuickLaTeX.com \[\text{Area} = \dfrac{1}{2} \left| \begin{vmatrix} x_1 & y_1 & 1 \\ x_2 & y_2 & 1 \\ x_3 & y_3 & 1 \end{vmatrix} \right|\]](https://pinoybix.org/wp-content/ql-cache/quicklatex.com-bb917ea930e26a1baa487a7e18168d7b_l3.png)
This shows up in CE and GeE board exams under coordinate geometry. The absolute value bars make sure the area comes out positive no matter which order you list the vertices in.
What is Next
You can now evaluate determinants and find inverses using three different methods. Part 3 puts both of those tools to direct use, solving systems of equations with Cramer’s rule and Gaussian elimination — the two techniques tested more often than anything else across all nine Philippine engineering boards.
→ Continue to Part 3 — Systems of Linear Equations
→ Back to the Matrices and Determinants Series Index
Published by PinoyBIX.org — Engineering Education for Every Filipino Student. Electronics · Mathematics · Board Exam Review · Free for Everyone.
P inoyBIX educates thousands of reviewers and students a day in preparation for their board examinations. Also provides professionals with materials for their lectures and practice exams. Help me go forward with the same spirit.
“Will you subscribe today via YOUTUBE?”
TIRED OF ADS?
- Become Premium Member and experienced complete ads-free content browsing.
- Full Content Access to Premium Solutions Exclusive for Premium members
- Access to PINOYBIX FREEBIES folder
- Download Reviewers and Learning Materials Free
- Download Content: You can see download/print button at the bottom of each post.
PINOYBIX FREEBIES FOR PREMIUM MEMBERSHIP:
- CIVIL ENGINEERING REVIEWER
- CIVIL SERVICE EXAM REVIEWER
- CRIMINOLOGY REVIEWER
- ELECTRONICS ENGINEERING REVIEWER (ECE/ECT)
- ELECTRICAL ENGINEERING & RME REVIEWER
- FIRE OFFICER EXAMINATION REVIEWER
- LET REVIEWER
- MASTER PLUMBER REVIEWER
- MECHANICAL ENGINEERING REVIEWER
- NAPOLCOM REVIEWER
- Additional upload reviewers and learning materials are also FREE
FOR A LIMITED TIME
If you subscribe for PREMIUM today!
You will receive an additional 1 month of Premium Membership FREE.
For Bronze Membership an additional 2 months of Premium Membership FREE.
For Silver Membership an additional 3 months of Premium Membership FREE.
For Gold Membership an additional 5 months of Premium Membership FREE.
Join the PinoyBIX community.

