logo

Eigenvalues and Eigenvectors 📂Matrix Algebra

Eigenvalues and Eigenvectors

Definition

Let’s assume that a square matrix An×n=(aij)A_{n \times n} = (a_{ij}) is given.

  1. The determinant MijM_{ij} of the matrix obtained by removing the ii-th row and the jj-th row from AA is called the minor.
  2. Cij:=(1)i+jMijC_{ij} := (-1)^{i + j} M_{ij} is referred to as the cofactor.
  3. The matrix of cofactors C=(Cij)C = \left( C_{ij} \right) and its transpose CTC^{T} is called the classical adjugate matrix, represented by adj(A)\text{adj} (A).

Explanation

The most widely known result where the cofactor is used is undoubtedly the Laplace expansion. As can be inferred from the Adjugate’s prefix Adj-, it seems that in the past it was simply called the adjoint matrix, but in modern times, since the conjugate transpose matrix is often called the adjoint matrix, it seems to be called the classical adjugate matrix to distinguish it from that.

Properties

The following holds for the identity matrix II and the determinant det\det: Aadj(A)=det(A)I A \text{adj} (A) = \det (A) I Especially, if AA is an invertible matrix, the classical adjugate matrix can be represented as follows: adj(A)=det(A)A1 \text{adj} (A) = \det (A) A^{-1}