Calculate the adjoint (adjugate) matrix and determinant for 2×2 and 3×3 matrices.
The adjoint matrix, also called the adjugate matrix, is the transpose of the cofactor matrix. It is used in linear algebra, especially when computing inverses of square matrices.
For an invertible matrix A, the inverse can be written as A⁻¹ = (1 / det(A)) × adj(A). If the determinant is zero, the adjoint still exists, but the inverse does not.
Adjoint matrices appear in solving systems of equations, symbolic matrix algebra, control systems, and other engineering and physics applications.
A transpose flips a matrix across its diagonal. The adjoint is the transpose of the cofactor matrix.
It is used in the inverse formula A⁻¹ = (1 / det(A)) × adj(A) when the determinant is nonzero.
The matrix is singular, so it has no inverse, but its adjoint still exists.
Yes, but the arithmetic becomes more tedious. This calculator is limited to 2×2 and 3×3 matrices.
A cofactor is a signed minor. You remove one row and one column, compute the minor determinant, then apply the sign pattern.
Yes. In modern linear algebra, “adjoint” here means the adjugate matrix.
Related Tools
Find angle between vectors.
Find characteristic polynomial.
Cholesky factorization.
Expand determinant by cofactors.
Calculate cofactor matrix.
Find column space.