To find the adjugate of a square matrix A, we'll first
find the cofactor matrix of A.
The cofactor (i,j) of the
cofactor matrix of A is:
,
where represents a minor of the matrix A which is the determinant that can be
found suppressing the row i and the column j of the matrix
A.
Let's calculate the adj.(A), where A is 2*2 square
matrix:
(a , b)
A
=
(c , d)
We'll calculate the
cofactor elements of the cofactor matrix A.
(-1)^(1+1)*M_(1,1,)
We notice that if we'll suppress the
1st row and the 1st column, we'll get the element d, therefore the minor is
the element d.
d
(-1)^(3)*M_(1,2)
We notice that if we'll
suppress the 1st row and the 2nd column, we'll get the element
c.
(-1)^(3)*b
b
The cofactor
matrix of A is:
(d , -c)
C
=
(-b , a)
Now, we'll
calculate the transpose of the cofactor matrix, such as the 1st row (d , -c) becomes the
1st column and the 2nd row (-b , a) becoms the 2nd
column:
(d , -b)
(-c , a).
The
adjoint of the matrix A is the transpose of the cofactor matrix: adj.(A) =
.
No comments:
Post a Comment