Matrix
Matrix
1. INTRODUCTION :
A rectangular array of mn numbers in the form of m horizontal lines
(called rows) and n vertical lines (called columns), is called a matrix
of order m by n, written as m × n matrix.
In compact form, the matrix is represented by A=[aij]m×n.
Triangular Matrix
1 3 –2 1 0 0
A= 0 2 4 ; B = 2 –3 0
0 0 5 4 3 3
Scalar Matrix
Unit or Identity Matrix
a 0 0
0 a 0 aij= 1 if i = j
0 0 a 0 if i ¹ j
If a = a =a = a
11 22 33
If a = a =a = 1
11 22 33
Note :
(i) Minimum number of zeros in triangular matrix of order n
= n(n – 1)/2.
(ii) Minimum number of zeros in a diagonal matrix of order n
= n (n – 1).
(iii) Null square matrix is also a diagonal matrix.
4. EQUALITY OF MATRICES :
Matrices A = [aij] & B= [bij] are equal if,
(a) both have the same order.
(b) aij = bij for each pair of i & j .
5. ALGEBRA OF MATRICES :
(I) Addition : A + B = [aij + bij] where A & B are of the same
order.
(a) Addition of matrices is commutative : A + B = B + A
(b) Matrix addition is associative : (A + B) + C = A + (B + C)
(c) A + O = O + A (Additive identity)
(d) A + (–A) = (–A) + A = O (Additive inverse)
Note :
If A and B are two non-zero matrices such that AB = O,
then A and B are called the divisors of zero. If A and B are
two matrices such that
(i) AB = BA then A and B are said to commute
(ii) AB = –BA then A and B are said to anticommute
A(B + C) = AB + AC ù
Provided A,B & C are conformable
(A + B)C = AC + BC úû
for respective products
(V) Positive Integral Powers of A square matrix :
(a) AmAn = Am+n
(b) (Am)n = Amn = (An)m
m
(c) I = I , m,n Î N
6. CHARACTERISTIC EQUATION :
Let A be a square matrix. Then the polynomial in x, |A – xI| is
called as characteristic polynomial of A & the equation |A – xI| = 0
is called characteristic equation of A.
1 1
A= (A + A T ) + (A - A T )
2 4244
14 3 2 4244
14 3
symmetric skew symmetric
1 T 1
and A= (A + A) - (A T - A)
2 2
12. ADJOINT OF A SQUARE MATRIX :
æ a11 a12 a13 ö
Let A = [aij] = ç a21 a22 a23 ÷ be a square matrix and let the
ç ÷
çè a a32 a ÷ø
31 33