This calculator finds the adjoint (also called the adjugate) of a square matrix, a step used in the standard formula for a matrix inverse and in Cramer's rule. Choose whether you are working with a 2x2 or 3x3 matrix, then enter your values into the matrix grid, which comes pre-filled with example numbers so you can see how it works straight away. As soon as you change a figure, the calculator works out every cofactor by deleting the relevant row and column and applying the checkerboard sign pattern, builds the cofactor matrix, then transposes it to give you adj(A). The results panel shows your original matrix, the cofactor matrix, and the final adjoint side by side, along with the determinant det(A). It then checks its own working by confirming that A multiplied by adj(A) equals det(A) multiplied by the identity matrix, showing a verified pass or a note if the matrix is singular, meaning det(A) equals zero, in which case the adjoint still exists but no inverse does. For 2x2 matrices it also shows the shortcut of swapping the diagonal terms and negating the off-diagonal terms. Use this tool to check homework, to see the cofactor working behind the adjoint method, or as a step before finding the actual inverse with the related Matrix Inverse Calculator. It works with any real-valued 2x2 or 3x3 matrix, including negative and decimal entries.
The adjoint of a square matrix A, written adj(A), is the transpose of its cofactor matrix. It is sometimes called the adjugate to distinguish it from the adjoint defined in inner product spaces (which is the conjugate transpose).
For each element aij of A, the cofactor Cij is:
Cij = (-1)i+j Mij
where Mij is the minor: the determinant of the submatrix formed by deleting row i and column j from A. The cofactor matrix C has Cij at position (i, j). The adjoint is then the transpose of C: adj(A)ij = Cji.
For a 2x2 matrix A = [[a, b], [c, d]], applying the cofactor-then-transpose rule gives:
| Position | Minor | Sign | Cofactor |
|---|---|---|---|
| C11 | d | +1 | d |
| C12 | c | -1 | -c |
| C21 | b | -1 | -b |
| C22 | a | +1 | a |
After transposing, adj(A) = [[d, -b], [-c, a]]. The main diagonal elements swap and the off-diagonal elements are negated.
For A = [[1, 2], [3, 4]]:
Verification: det(A) = (1)(4) - (2)(3) = 4 - 6 = -2. Then A times adj(A) should equal -2 times I:
[[1,2],[3,4]] x [[4,-2],[-3,1]] = [[(4-6),(-2+2)],[(12-12),(-6+4)]] = [[-2,0],[0,-2]] = -2 x I. Confirmed.
If det(A) is not zero, the matrix inverse is:
A-1 = adj(A) / det(A)
This is Cramer's rule in matrix form. If det(A) equals zero, the matrix is singular and has no inverse, but the adjoint is still defined.
Method: Cofactor expansion (computing each minor by deleting the corresponding row and column, applying the checkerboard sign pattern, then transposing the result). Verification uses the identity A adj(A) = det(A) I.
This calculator works with real numbers. For complex-valued matrices, the adjoint in the Hermitian sense is the conjugate transpose, which is a different operation.
If you've found a bug, or would like to contact us, or learn more about James Graham and Calculate.co.nz.
Calculate.co.nz is partnered with Interest.co.nz for New Zealand's highest quality calculators and financial analysis.
Calculate.co.nz is the sister site of CalculatorHub.com, the world's largest calculator website by tool count.
All calculators and tools are provided for educational and indicative purposes only and do not constitute financial advice.
Calculate.co.nz is proudly part of the Realtor.co.nz group, New Zealand's leading property transaction literacy platform, helping Kiwis understand the home buying and selling process from start to finish. Whether you're a first home buyer navigating your first property purchase, an investor evaluating your next acquisition, or a homeowner planning to sell, Realtor.co.nz provides clear, independent, and trustworthy guidance on every step of the New Zealand property transaction journey.
Calculate.co.nz is also partnered with Health Based Building and Premium Homes to promote informed choices that lead to better long-term outcomes for Kiwi households.
Calculate.co.nz is hosted in Auckland via SiteHost new Zealand.
All content on this website, including calculators, tools, source code, and design, is protected under the Copyright Act 1994 (New Zealand). No part of this site may be reproduced, copied, distributed, stored, or used in any form without prior written permission from the owner.
About & trust: Why Calculate is NZ's most comprehensive · By the Numbers · How we compare · Editorial standards · How we keep data current · NZ finance glossary · Research & data · Financial literacy NZ · About · Privacy policy · Terms of use
Reviewed and maintained. Last reviewed 2026-07-02 and checked on a twice-monthly cycle against IRD, RBNZ and Stats NZ. How we keep data current.
© 2026 Calculate.co.nz. All rights reserved. Building free NZ calculators since 2011.