D E F I N I T I O N S
| Matrix | A matrix is a rectangular display of members of a set. A matrix with m rows and n columns is called m x n matrix. |
| Square matrix | A matrix having the same number of rows and columns is called square matrix. |
| Zero matrix | An m x n matrix in which every entry is 0 is called zero matrix. |
For example, A =
,
is a 3 x 2 matrix. To represent the elements inside the matrix, we may
use the notation
.
In this case, we can see that a11
= 2, a12 = 1, a21
= 3 and so on. Therefore, for an m x n matrix,
we will have the notation
.
For each i = 1, 2, ...., m, the ith
row of A is the 1 x n matrix
and
for each j = 1, 2, ...., n, the jth column
of A is the m x 1 matrix 
Basic algebra of matrices:
Other properties of matrices:
a. x(yA) = (xy)A
b. (x + y)A = xA + yA
c. x(A + B) = xA + xB
d. x(AB) = (xA)B = A(xB)
If A =
,
an n x n matrix, the main diagonal of
A is the set consisting of a11, a22,
...., ann. The matrix A is called a diagonal
matrix if aij = 0 whenever i
j.
Consider the following examples:
Let A =
.
Then the main diagonal of A is {2, 5, -9}.
Let B =
.
Then B is a diagonal matrix.
Other properties:
1. If A and B are diagonal matrices, then the sum of A and B and the product AB are diagonal matrices.
2. If A =
,
B =
,
and AB =
are
n x n matrices, then cii = aiibii
for each i = 1, 2, ...., n.
The identity matrix of order
n is the n x n matrix In
= [aij], where aij =
1 if i = j and aij = 0 if i
j.
The identity matrix of order 3 is
and
the identity matrix of order 4 is 
.
Other properties:
If A is an m x n matrix, then ImA = AIn = A.
Let A =
is
an m x n matrix, if there is a n x m matrix B =
where
bij = aji for each i
= 1, 2, ..., n and each j = 1, 2, ..., m, then B is called the
transpose of A, and is denoted by At.
Other properties:
1. A square matrix is called symmetric if A = At.
2. A matrix all of whose entries are either 0 or 1 is called a zero-one matrix.
Let A be an n x n matrix. If there exists an n x n matrix B such that AB = BA = In, then A is said to be invertible and B is called an inverse of A, denoted by A-1.
Consider the following example:
Let A =
,
then B =
is
the inverse of A, since AB =
and
BA =
.
Other properties:
1. If B and C are inverses of an n x n matrix A, then B = C.
2. If A and B are invertible n x n matrices, then AB is invertible and (AB)-1 = B-1A-1.
3. If A is an invertible n x n matrix, then
a. A-1 is invertible and (A-1)-1 = A.
b. For each n
N,
An is invertible and (An)-1
= (A-1)n.
c. For each nonzero k
R,
kA is invertible and (kA)-1 = (1/k)A-1.
4. If A =
and
ad - bc
0,
then A-1 = 1/(ad-bc)
.
Let A =
be
a 2 x 2 matrix. The determinant
of A, denoted det(A), is the
real number a11a22 - a21a22.
If A =
is
a 3 x 3 matrix. The determinant of A is the real number a11det(
)
- a12det(
)
+ a13det (
)
Let n
N
and let A =
be
a n x n matrix. The (n - 1) x
(n - 1) matrix that is obtained by deleting the rth
row and sth column of A is called a minor
matrix of A and is denoted by Mrs.
Consider the following example:
Let A =
,
the minor matrices M14, M22, and M53
of A are
M14 =
=
(Deleting the first row and fourth column of A),
M22 =
=
(Deleting
the second row and second column of A),
and M53 =
=
.(Deleting
the fifth row and third column of A).
Consider A to be a 3 x 3 matrix. By using the minor matrix of A, the determinant of A is a11det(M11) - a12det(M12) + a13det(M13)
Let A =
be
an n x n matrix. The minor
of aij is the
determinant of Mij. The number (-1)i+jdet(Mij)
is called the cofactor of aij
and is denoted by Cij.
Let A =
be
an n x n matrix (n >
3). The determinant of A, denoted
by det(A), is
a1k
C1k.
Take a Chapter Quiz!!
Go
to next chapter.
Go
to Class Agenda.