Here you will learn properties of multiplication of matrices, positive integral powers of square matrix and matrix polynomial.
Let’s begin –
Also Read : Multiplication of Matrices – Examples & Definition
Properties of Multiplication of Matrices
(a) Matrix multiplication is not commutative in general i.e AB ≠ BA.
(b) Matrix multiplication is associative i.e. (AB) C = A (BC), whenever both sides are defined.
(c) Matrix multiplication is distributive over matrix addition i.e
(i) A (B + C) = AB + AC
(ii) (A + B) C = AC + BC whenever both sides of equality are defined.
(d) If A is an m×n matrix, then Im A = A = A In.
(e) If A is m×n matrix and O is a null matrix, then
(i) Am×n On×p
(ii) Op×m Am×n
i.e. the product of the matrix with a null matrix is always a null matrix.
Positive Integral Powers of a Square Matrix
for any square matrix, we define
(i) A1 = A
(ii) An+1 = An.A, where n ∈ N
It is evident from this definition that A2 = AA, A3 = A2A = (AA) A. etc.
It can be easily shown that
(i) AmAn = Am+n and,
(ii) (Am)n = Amn for all m, n ∈ N.
Matrix Polynomial
Let f(x) = a0xn + a1xn−1 + a2xn−2 + ….. + an−1x + an be a polynomial and let A be a square matrix of order n. Then,
f(A) = a0An + a1An−1 + a2An−2 + ….. + an−1A + anIn
is called a matrix polynomial.
for example, if f(x) = x2 – 3x + 2 is a polynomial and A is a square matrix, then f(A) = A2 – 3A + 2I is a matrix polynomial.