Difference between revisions of "Adjoint and Inverse of a Matrix"

From alpha
Jump to navigation Jump to search
(Content added)
(Inverse of matrix added)
Line 51: Line 51:
Cofactor of Matrix A is <math>C= \begin{bmatrix} -8 & 2 & -5 \\ -5 & -7 & 1 \\ -17 & -4 & 10 \end{bmatrix}</math>
Cofactor of Matrix A is <math>C= \begin{bmatrix} -8 & 2 & -5 \\ -5 & -7 & 1 \\ -17 & -4 & 10 \end{bmatrix}</math>


Adjoint of Matrix A is adj <math>A</math> = Transpose of the Cofactor Matrix <math>C</math> =<math>= \begin{bmatrix} -8 & -5 & -17 \\ 2 & -7 & -4 \\ -5 & 1 & 10 \end{bmatrix}</math>


Adjoint of Matrix A is adj <math>A</math> = Transpose of the Cofactor Matrix <math>C</math> =<math>= \begin{bmatrix} -8 & -5 & -17 \\ 2 & -7 & -4 \\ -5 & 1 & 10 \end{bmatrix}</math>
== Inverse of a Matrix ==

Revision as of 07:53, 6 February 2024

The adjoint of a matrix is needed to calculate the inverse of a matrix.

Adjoint of a Matrix

The adjoint of a matrix is the transpose of the cofactor matrix of . The adjoint of a square matrix is denoted by adj . Let be a square matrix of order .

Steps involved in finding the adjoint of a matrix are:

  • Find the minor matrix of all the elements of matrix .
  • Find the cofactor matrix of all the minor elements of matrix
  • Find the adj by taking the transpose of the cofactor matrix .

Adjoint of a Matrix

Step 1: Find the minor matrix of all the elements of matrix .

Row 1:

Minor of

Minor of

Minor of

Row 2:

Minor of

Minor of

Minor of

Row 3:

Minor of

Minor of

Minor of

Minor of Matrix is

Step 2: Find the cofactor matrix of all the minor elements of matrix

To find the cofactors of matrix, the corresponding minors should be multiplied by the signs below according to their position.

Minor of Matrix is

Cofactor of Matrix A is

Adjoint of Matrix A is adj = Transpose of the Cofactor Matrix =

Inverse of a Matrix