Quick answer
Find each cofactor C_ij, arrange cofactors, transpose to get adj(A).
Formula
- M_ij = minor determinant
- C_ij = (−1)^(i+j) M_ij
- adj(A) = (C_ij)^T
Introduction
Most adjoint errors come from a wrong minor, a missed sign, or forgetting the final transpose. A short checklist fixes those patterns on every problem.
Review adjoint matrix formula when you need notation on paper, then follow the checklist below. The Adjoint Matrix Calculator confirms your work in one step after you try at least one row by hand.
When you want many completed grids to study, open adjoint matrix examples and copy the organization style before you tackle your own assignment matrices.
Before you calculate
Label rows and columns clearly. Subscripts on entries prevent swapping minors when you delete the wrong row or column.
For 2×2 matrices you can use the swap-diagonal-and-negate-off-diagonal shortcut after you understand cofactors. For 3×3 and larger, expand minors honestly until shortcuts become automatic.
Fractions and decimals follow the same rules as integers. Simplify minors before you attach signs when that reduces arithmetic load.
Build speed with 2×2 and 3×3 examples before you tackle 4×4 homework, where minor determinants themselves require 3×3 work.
On tests, teachers often want cofactor steps even if you own a calculator. Show minors and signs in the margin at least once per problem type.
Tooling choices
- Paper cofactor expansion for exams
- 2×2 shortcut after you learn cofactors
- Spreadsheet or CAS for large practice sets
- Home calculator for quick verification
Pick the method that matches the problem and the time you have.
After manual practice, compare with the calculator to catch sign errors early.
If your hand computation disagrees with the tool, re-check minors before you blame the transpose.
Use det(A) from your course methods separately if you need an inverse; the adjoint grid alone is not A⁻¹ unless you divide by det(A).
Calculation checklist
- Write A with labels. Mark entries a_ij so you know which row and column to delete for each minor.
- Compute all minors M_ij. Each minor is a determinant of the submatrix that remains after removing row i and column j.
- Apply cofactor signs. Multiply each minor by (−1)^(i+j). Use a checkerboard chart if signs trip you up.
- Transpose to adj(A). The adjoint is the transpose of the cofactor matrix. Double-check you transposed, not merely copied, cofactors.
- Verify with product or tool. Multiply A · adj(A) when you know det(A), or compare entries with the home calculator.
Practice outline
For A = [[0, 2], [−1, 5]], cofactors yield adj(A) = [[5, −2], [1, 0]] after the transpose step.
Multiply A · adj(A) to see whether you obtain det(A)·I. Here det(A) = 2, so the product should be 2I.
For a fuller 3×3 walkthrough with sparse and dense cases, study the examples article in this series and repeat the same checklist.
Repeat the checklist on three different sizes: one 2×2, one 3×3, and one matrix with a zero row if your course allows it.

