General Mathematical and Physical Concepts 53-19
A square matrix which has an inverse is called nonsingular, whereas a matrix which does not have an
inverse is called singular.
It was stated previously that AB can equal 0 without either A = 0 or B = 0. If, however, either A or B
is nonsingular, then the other matrix must be a null matrix. Hence, the product of two nonsingular
matrices cannot be a null or zero matrix.
Associated with each square matrix A is a unique scalar called the determinant of A. It is denoted either
by det A or by |A|. Thus, for
the determinant is expressed as
The determinant of order n (for an n ¥ n square matrix) can be defined in terms of determinants of
order n – 1 and less. The determinant of a 1 ¥ 1 matrix is defined as the value of that one element, i.e.,
for A = [a
11
], |A| = det A = a
11
.
If A is an n • n matrix, and one row and one column of A are deleted, the resulting matrix is an
(n – 1) ¥ (n – 1) submatrix of A. The determinant of such a submatrix is called a minor of A, and it is
designated by m
ij
, where i and j correspond to the deleted row and column, respectively. More specifically,
m
ij
is known as the minor of the element a
ij
in A. Thus, each element of A has a minor.
The cofactor c
ij
of an element a
ij
is defined as
(53.82)
The determinant of an n ¥ n matrix A can now be defined as
(53.83)
which states that the determinant of A is the sum of the products of the elements of the first row of
A and their corresponding cofactors. (It is equally possible to define |A| in terms of any other row or
column, but for simplicity we used the first row.) On the basis of this definition, the 2 ¥ 2 matrix
has cofactors c
11
= |a
22
| = a
22
and c
12
= –|a
21
| = –a
21
, and the determinant of A is
The cofactor matrix C of a matrix A is the square matrix of the same order as A in which each element
a
ij
is replaced by its cofactor c
ij
.
The adjoint matrix of A, denoted by adj A, is the transpose of its cofactor matrix, i.e.,
(53.84)
It can be shown that
(53.85)
A
31
12
=
A
3 1
1 2
=
c
ij
1–()
ij+
m
ij
=
A a
11
c
11
a
12
c
12
L
a
1n
c
1n
+++=
A
a
11
a
12
a
21
a
22
=
A a
11
c
11
a
12
c
12
+ a
11
a
22
a
12
a
21
–==
adj AC
T
=
A adj A()adj A()AAI==