Multiplication and Power of Matrices
The multiplications of matrices
are presented using examples and questions with solutions.
Multiplication of Rows and Columns Matrices
Let A be a row matrix of order 1 × p with entries a1j and B be a column matrix of order p × 1 with entries bj1. The multiplication of matrix A by matrix B is a 1 × 1 matrix defined by:
Example 1
Matrices A and B are defined by
Find the matrix A B.
Solution
Multiplication of Matrices
We now apply the idea of multiplying a row by a column to multiplying more general matrices. Let A be an m × p matrix and B be an p × n matrix.
Let R1, R2, ... Rm be the rows of matrix A and C1, C2, ... Cn be the columns of column B and write the two matrices as:
The product of the two matrices A and B is matrix C of order m × n defined by
Example 2
Find the product
Solution
The matrix on the left has 2 rows R1 and R2 the matrix on the right has 2 columns C1 and C2. Their product is given by:
Power of a Matrix
The power of a square matrix A is defined as follows:
, the identity matrix
(n times) , where n is a positive integer.
If m and n are positive integers, then
Properties of Matrix Multiplication
- The product of two matrices and is defined if the number of columns of matrix is equal to the number of rows of matrix .
- In general, the product of two matrices is not commutative:
- Matrix multiplication is associative: if all the multiplications are defined.
- Matrix multiplication is distributive: and
- Multiplication by an identity matrix : , this holds for square matrices of dimension n by n.
- For α and β real:
- For α and β real:
- For α and β real:
- For α real:
Questions on Multiplication of Matrices
- Part 1
A, B, C, D and E are matrices with the orders
A: 2 × 3 , B: 3 × 5 , C: 5 × 1 , E: 1 × 5
Which of the following are defined?
-
-
-
-
-
- Part 2
A, B, C, D and E are matrices given by:
Find if possible:
-
-
-
-
-
- Part 3
Find x and y if
- Part 4
Calculate
Solutions to the Above Questions
- Part 1
A, B, C, D and E are matrices with the orders
A: 2 × 3 , B: 3 × 5 , C: 5 × 1 , E: 1 × 5
Which of the following are defined?
- : defined because the number of columns of A is equal to the number of rows of B.
- : NOT defined, the number of columns of A is NOT equal to the number of rows of C.
- : defined because the number of columns of C is equal to the number of rows of E.
- : defined because the number of columns of E is equal to the number of rows of C.
- : defined because AB is defined (see above) and the results is a matrix of order 2 by 5. The number of columns of AB is equal to 5 which is equal to the number of rows of C.
- Part 2
- is defined and is given by
- is not defined because the number of columns of B is not equal to the number of rows of C.
- is not defined because the number of columns of A is not equal to the number of rows of D.
- is not defined because the number of columns of E is not equal to the number of rows of F.
- is defined and is given by
- Part 3
Find the product
then solve
Two matrices are equal if they have the same order and their corresponding entries are equal, hence the system of equations
Solve to obtain
x = 5 and y = -1
- Part 4
Calculate
Rewrite the matrix as follows:
Hence
We note that the matrix is an Row Operations and elementary matrix
corresponding to interchanging rows 2 and 3. So to raise the elementary matrix to the power 10, we start with the elementary and interchange rows 2 and 3 9 times which gives the original matrix
Hence
More References and links