Matrix Arithmetic

Diagonals

Identities

Transposition of Matrices

Inverse of Matrices

Determinants


Matrix Arithmetic

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:

  1. Equal matrices : Two m x n matrices A = [aij] and B = [bij] are equal if aij = bij for each i = 1, 2, ...., m and each j = 1, 2, ..., n.
  2. Scalar product of k and A : If k  R and A is matrix, the scalar product of k and A is the matrix obtained from A by multiplying each entry of A by k. It is denoted kA.
  3. Sum of two matrices: A = [aij] and B = [bij] are two m x n matrices. The sum of A and B, denoted by A + B, is the m x n matrix C = [cij] such that cij = aij + bij for each i = 1, 2, ...., m and each j = 1, 2, ..., n.
  4. Product of two matrices: Let A = [aij] be an m x n matrix and B = [bij] be an n x p matrix. The product of A and B, denoted by AB, is the m x p matrix [cij], where cij = aikbkj   for each i = 1, 2, ...., m and each j = 1, 2, ..., p and each k = 1, 2, ..., n..



Other properties of matrices:

  1. Let A be an m x n matrix, B an n x p matrix, and C a p x q matrix. Then (AB)C = A(BC).

  2. If A, B, and C are square matrices of the same size, then A(B+C) = AB+AC and (A+B)C = AC+BC.

  3. If A and B are square matrices of the same size and x and y are real numbers, then
  4. a. x(yA) = (xy)A

    b. (x + y)A = xA + yA

    c. x(A + B) = xA + xB

    d. x(AB) = (xA)B = A(xB)











Diagonals

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 ij.

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.







Identity Matrices

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.







Transposition of Matrices

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.








Inverse of Matrices

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

4. If A = and ad - bc 0, then A-1 = 1/(ad-bc) .








Determinants

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.