Matrices
Matrices
|
MatheMatics
18
CHAPTER
Matrices
Chapter Objectives
Concept, notation, order, equality, types of matrices, zero and identity matrix, transpose of a matrix, symmetric
and skew symmetric matrices, Conjugate of matrix, Orthogonal matrix, idempotent matrix and Involutory
matrix, Operation on matrices : Addition and multiplication and multiplication with a scalar. Simple properties of
addition, multiplication and scalar multiplication. Non-commutativity of multiplication of matrices and existence
of non-zero matrices whose product is the zero matrix (restrict to square matrices of order 2 and 3). Concept of
elementary row and column operations. Invertible matrices and proof of the uniqueness of inverse, if it exists;
(Here all matrices will have real entries).
Study Material
I. Concept Clarified
1. Concept
A matrix is a collection of numbers or functions arranged into a fixed number of rows and columns.
Usually the numbers are real numbers. The numbers or functions are called the elements or the
entries of the matrix. Capital letter is used to denote matrices.
1 2 3
4 5 6 , B −=
2 4 5 x 1 + x
=
Example : A = −1 3 4 , C − x x 2
7 8 9
In the above example the horizontal lines denote rows whereas vertical lines denote columns of matrix.
Important :
The elements of matrix are written in aij form where i & j = 1, 2, 3, ….. thus a generalized form of matrix is
2. Order of Matrix
Order of matrix is defined on the basis of its rows and columns present in the matrix. A matrix
having ‘m’ rows and ‘n’ columns, has order m × n.
Important
A matrix has no. of elements equal to product of its no. of rows and no. of columns.
The number of rows and columns are called as dimension of matrix.
3. Equality of matrix
Suppose we have two matrices A and B, these two matrices will be called equal matrix if their order is same. If two
matrices are equal then their corresponding terms will also be equal.
| MatheMatics
2 3 x 1 + x
=
Example : A = ,B 2
−2 4 2× 2 −x x 2× 2
In the above example both the matrices are of order 2 × 2 and hence are equal matrix. After equating corresponding
terms we get x = 2.
4. Types of matrices
Matrices are differentiated on the basis of its elements. Few types of matrices are given below :
1. Row Matrix :
A matrix is said to be a row matrix if it has only one row. A = [a11, a12, a13, ............., a1n]i × n, here
m = 1, n = n
Example : A = [–1 –4 –2] 1 × 3
2. Column Matrix :
a11
a
A matrix is said to be a column matrix if it has only one column. A , here m = m, n = 1
21
am1
2
3
Example : A =
3
−5
4 ×1
3. Square Matrix :
A matrix in which the number of rows is equal to the number of columns is said to be a square matrix. Thus an
m × n matrix is said to be a square matrix if m = n, and is known as a square matrix of order ‘n’.
1 −6 3
Example : A =−
8 −5 6
7 −8 − 2 3×3
4. Rectangular Matrix :
A matrix which doesn’t have number of rows equal to number of columns is called rectangular matrix.
2 3
Example : A = −2 4
−4 5
3× 2
5. Diagonal Matrix :
A square matrix is said to be a diagonal matrix if all its non-diagonal elements are zero. i.e. a matrix A = [aij]m×m
is diagonal matrix if aij = 0 when i ≠ j.
1 0 0
Example :=
A 0 −5 0
0 0 − 2
6. Scalar Matrix :
A diagonal matrix is said to be a scalar matrix if its diagonal elements are equal, and nonzero, i.e. a diagonal
matrix A = [aij]m×m is a scalar matrix when :
(i) aij = 0 when i ≠ j.
(ii) aij = k when i = j, for some constant k.
2 0 0
Example : A = 0 2 0
0 0 2
Matrices |
7. Zero or Null Matrix :
A matrix is said to be zero or null matrix if all its elements are zero.
0 0 0
Example : A = 0 0 0
0 0 0
1 3 −2
Example : A = 0 2 7
0 0 −4
−4 0 0
Example=
: A 3 −2 0
11 5 3
5. Transpose of a matrix
The transpose of a matrix is the new matrix which is formed by interchanging columns with the rows i.e. new
matrix has rows which are columns of previous matrix. It is formed by swapping rows with columns and
vice-versa.
4 3 0 4 3 11
AT 3 −2 5
: A 3 −2 4 , its transpose matrix =
Example=
11 5 3 0 4 3
The superscript ‘T’ stands for transpose of the matrix. It is also represented by A’.
4 3 0
Example := A 3 −2 4
0 4 3
In above example a12 = a21 = 3, a13 = a31 = 0, and a23 = a32 = 4.
A square matrix is said to be skew symmetric if transpose of matrix is equal to negative of matrix itself, i.e. AT = –A
so aij = –aji for all i and j.
4 −3 0
Example : A = 3 −2 −4
0 4 3
Conjugate of Matrix
The matrix A containing complex number as its element, then on replacing its elements by the conjugate complex
number is called conjugate matrix of matrix A and is denoted by A .
Orthogonal Matrix
A square matrix of order n × n is said to be orthogonal matrix if AA’ = I = A ‘A.
Idempotent Matrix
A square matrix is said to be idempotent when the matrix is multiplied by itself results in same matrix. i.e. A2 = A
Important :
If A is an idempotent matrix and B is another matrix such that A + B = I, then matrix B is also an idempotent matrix
and AB = BA.
Involutory Matrix
A square matrix is said to be Involutory when the matrix is multiplied by itself results in identity matrix. i.e. A2 = I.
7. Operations on matrices
Let A and B are two matrices each of order m × n. Two matrices may be added or subtracted
only if they have the same dimension (or order); that is, they must have the same number
of rows and columns. Addition or subtraction is accomplished by adding or subtracting
corresponding elements. Matrices are added in the following manner :
If we have two matrices such that, matrix A = [aij]mxn and matrix B = [bij]mxn
Then matrix A + B = [aij + bij]mxn where i, j = 1,2,3,…..
A – B = [aij – bij]mxn where i, j = 1, 2, 3,…..
b1 b2 b3 b4
a1 a2 a1 b b b b
=
Example : A = , B 5 6 7 8
a
3 a a 6
4
b9 b10 b11 b12
Here, [A] has order 2 × 3 and [B] has order 3 × 4
Then, matrix [AB] will have the order 2 × 4
Multiplication of Matrix by scalar :
calar multiplication stands for multiplication of a real number to a matrix. In this multiplication element of
S
the matrix is multiplied by the scalar number. Suppose k be any scalar and is multiplied by the matrix A then
its multiplication is denoted by kA and is given as-
kA = [k aij]mxn
Matrices |
Simple properties of addition
1. Commutative Law of Addition of Matrix :
If A and B are two matrices of the same order then matrix A + B is defined as
A+B=B+A
2. Associative property of addition :
If A, B and C are three matrices of the same order then the matrices B + C, A + (B + C), A + B, (A + B) + C
are defined as
A + (B + C) = (A + B) + C
3. Existence of Additive Identity of Matrix :
Let A be the matrix then, A + O = A = O + A. Therefore, ‘O’ is the null matrix of the same order as the matrix A.
4. Existence of Additive Inverse of Matrix :
If A is any square matrix then matrix (–A) is called inverse matrix.
A + (–A) = 0 = (–A) + A
a1 a2 a3 b1 b2 b3
= A = a 4 a 5 a6 , B b4 b5 b6
a7 a8 a9 b7 b8 b9
Then product AB and BA are :
Important :
It can be commutative only if A and B are diagonal matrix and of the same dimension (or order).
−1 1 1 1
Example : A= and B = 1 1 , then
0 0
−1 + 1 −1 + 1 0 0
= AB =
0 0 0 0
10. Every square matrix can be expressed uniquely as the sum of symmetric and skew symmetric matrix.
So, matrix can be written as
1 1
A ( A AT ) ( A AT )
2 2
11. If A and B are the symmetric matrices of the same order, then
(a) AB – BA is a skew-symmetric matrix.
(b) AB + BA is a symmetric matrix.
ll