Online calculator to compute the adjugate matrix NxN

The calculator computes the adjugate matrix of a given NxN matrix and uses the result to compute also the inverse matrix. The calculator shows the calculation of every element of the adjugate matrix. The input field N defines the number of rows and columns. The input field digits is for setting the number of displayed digits. With setting of N the related matrix field will be displayed for input of the matrix elements. With selection button 'Compute' the computation of the adjugate and inverse matrix starts. With selection button 'Steps' the elements of the cofactor matrix are shown also.

Calculator adjugate matrix of

A= ( a11a12a1N a21a22a2N aN1aN2aNN )

↹#.000
Matrix dimension N =

Enter the matrix elements: a11, a12, ...

The matrix is:

Calculation of the adjugate of a matrix

The adjugate is often used to calculate the inverse of a square matrix. To define the adjugate it is useful to define some terms first.

Minors

The minors of a matrix A are formed by crossing out the i-th row and j-th column for each matrix element aij. The values of these determinants are the minors mij of matrix A.

Cofactor matrix

The cofactor matrix Cof(A) of a matrix A is formed from the minors by multiplying each minor mij with a sign (-1)i+j. The elements of the cofactor matrix are thus a*ij=(-1)i+j * mij.

aij*=(-1)(i+j)mij

Cof(A)= ( a11*a12*a1n* a21*a22*a2n* an1*an2*ann* )

The adjugate of matrix of A is defined as follows.

adj(A)=Cof(A)T

Note:

The terms and definitions of the adjugate can easily be misunderstood. In the literature there are different definitions of the adjectives. Sometimes the cofactor matrix is used as adjugate. Furthermore, it should be noted that the adjugate is not the adjugate matrix. The adjugate matrix is for real matrices the same as the transposed matrix and for complex matrices the transposed with conjugated complex elements.

More Calculators

Here is a list of of further useful calculators and sites:

Index Calculator NxN Cramer's rule Calculator NxN Gauss method Matrix Determinant Vector calculation