014) Synopsis Determinants and Matrices (FRP)
014) Synopsis Determinants and Matrices (FRP)
Square matrix
A matrix in which number of rows and columns are equal
Matrix addition
1) matrix addition is commutative ( A+B = B+A)
2) matrix addition is associative A+(B+C) = (A+B)+C
3) additive identity is zero matrix A+0 = 0+A =A
4) additive inverse is negative of a matrix A +(-A) =(-A) +A =0
5) Cancellation laws hold good in the case of addition of matrices A+B = A+C implies
B=C
Matrix multiplication
1. Matrix multiplication satisfies closure property (i.e. If two square matrices of order n
then the product AB is also a square matrix of order n)
2. Matrix multiplication is not commute in general (i.e. AB is not equal to BA)
3. If AB = BA, then two matrices A and B are called commute
4. If AB = -BA, then the two matrices A and B are called anti commute.
5. If A and B are square matrices of same order “n” then A and B are commute if and
only if A-kI and B-kI are commute
6. ( A B) 2 = A2 + B 2 2 AB , provided AB = BA
7. ( A B) 2 = A2 + B 2 , provided AB + BA = 0
provided AB = BA
10. ( AB)C = A( BC ) , if A, B and C are three matrices ,such that ( AB)C and A( BC ) are
defined.
11. Let A and B be two matrices such that AB = BA then for every natural number “n”
then
12. If A is any matrix of order m x n such that AB and BA are both defined then B is a
matrix of order n x m
13. Let A be square matrix and m, n are positive integral values then
i) Am An = Am+n
ii) ( Am ) = Amn
n
iii) Ao = I , where A is singular or non singular matrix
Transpose of a matrix
If A = ( aij ) then AT = ( a ji )
mxn nxm
1) ( A B ) = AT BT
T
3) ( AT ) = A
T
4) ( AB ) = BT AT
T
( ABC )
T
5). = CT BT AT
Trace of a matrix
n
1). Trace of a matrix A = ( aij ) is a ii
nxn
i =1
3). Trace (AB) = Trace (BA) , if A,B are the square matrices of same order
4). Trace (ABC) = Trace (BCA) = Trace (CAB), if A,B,C are the square matrices of same
order
5).Trace (mA + nB) = m.Trace (A) +n.Trace (B) wherem,n are real numbers.
6). Trace (A) = 8, and A is a square matrix of order 3, then Trace (8A) = 64
1. A square matrix A = ( aij ) is said to be upper triangular matrix if aij = 0 for all i j
1 2 4 a 0 0
Example: i) 0 6 3
ii) if A = b c
0 then A =acf
0 0 5 d e f
2. A square matrix A = ( aij ) is said to be lower triangular matrix iff aij = 0 for all i j
1 0 0
Example: 6 6 0
−5 2 5
3. Addition and Product of two upper / lower triangular matrices is also an upper /
lower triangular matrix
4. If A is upper or lower triangular matrix, order n x n, then the minimum number of
n(n − 1)
zero elements in A, is
2
Symmetric and skew symmetric matrix
2. A square matrix A = ( aij ) is skew symmetric if aij = − a ji for all i,j (i. e. A = -AT)
nxn
3. All the elements of main diagonal of a skew symmetric matrix are zero
4. If A is square matrix then A +AT is always symmetric and A-AT is always skew
1 1
symmetric. A = (2 A) = ( A + AT A − AT )
2 2
5. Every square matrix can be expressed as a sum of symmetric and skew symmetric
matrices.
6. If A and B are symmetric matrices of same order then
i).(A + B) is symmetric,
ii) (AB + BA) is symmetric
iii) AB – BA is skew symmetric matrix.
iv) AB is symmetric provided AB = BA Otherwise AB is not necessarily be a symmetric
matrix
7. If A is symmetric (skew symmetric) and B is a square matrix, such that BT . A.B exists,
then BT . A.B is also symmetric matrix (skew symmetric)
8. If A and B are symmetric matrices and commute then A−1 B, AB −1 , A−1 B −1 are also
symmetric matrices. ( AB = BA B = A −1
BA BA−1 = A−1B )
9. A square matrix,which is both symmetric as well as skew symmetric, then the matrix
is zero matrix
10. If A is a symmetric matrix then An is also a symmetric matrix for all positive integer “n”
11. If A is a skew symmetric matrix then An is, a symmetric matrix for all even positive
integer “n” and a skew symmetric matrix for all odd positive integer “n”
12. If A is a skew symmetric matrix of order n x n, then the maximum number of non
zeroelements is n(n-1)
13. If A is a symmetric matrix of order n x n, then the maximum number of non zero
elements in A, is n2
2 0 0
aij = 0 for i j and aij = c for all I = j and c 0 Example: 0 2 0
0 0 2
1 1 1
i). D = det( D) = abc ii). D −1 = diag , , = diag ( a −1 , b −1c −1 ) provided abc 0
a b c
(i.e adj(diag)=diag)
8. Let A and B be two diagonal matrices then AB is diagonal matrix and also AB = BA(Diagnol matrices can
commutate with each other)
Unit matrix
Unit matrix is a diagonal matrix in which all the diagonal elements are unity
aij = 1 if i = j
A square matrix A = (aij ) nn is called a unit matrix if
aij = 0 if i j
Comparable matrix
Two matrices A and B are said to be comparable if they have the same order (i.e. number
of rows of A and B are same and also the number of columns)
Determinant of a matrix:
1). If A and B are two square matrices such that AB is defined then det (AB) =
det(A).det(B)
2). If A is a nxn matrix then det( A) = n det( A) and det(-A) = (−1) n det( A)
Adjoint of matrix:
1. Let A = ( aij ) be a square matrix of order n and let Cij cofactor of aij in A. Then the
T
transpose of cofactors of elements of A is called adjoint of A. adj(A) = cij
1
4. ( adj ( A) ) = adj ( AT )
T
5. ( adj ( A)) −1 = .A
A
n 2 −3 n + 3 ( n −1)3
adj (adj (adj ( A))) = A . A−1 adj (adj (adj ( A))) = A
10. If A is non singular matrix, then adj(A) is also a non singular matrix
11. If A is a square matrix such that det(A) = 0 then det(adjA) = 0
13. Let A be a square matrix of order 3 such that transpose of inverse of A, is itself then
adj(adj( A) = 1
Inverse of a matrix
1. A square matrix, is said to be singular matrix if its determinant value is equal to zero
2. A square matrix, is said to be invertible if it is non sigular
(i.e.non singular invertible and singular non invertible)
adj ( A) 1 −1
3. A−1 = and A−1 = = A and hence inverse of a matrix is unique
A A
4. If A and B are two invertible matrices and their product is defined then AB also
invertible and
i) ( A−1 ) = A
−1
iv) ( A−1 )T = ( AT )
−1
1 −1
v) ( kA) = A , k R − 0
−1
5. if A and B are two non singular matrices of same order then A = B−1 AB
6. If A and B are commute then A−1 and B−1 are also commute.
7. If A and B are two square matrices of same order and A is non singular matrix,
thenfor a positive integer n, ( A−1BA) = A−1B n A
n
( A BA)
n
T
= AT B n A
7a) A is an orthogonal & B is a square matrix of same order then
8. Let A,B,C be the three square matrices of the same order and A is non singular then
i). AB = AC B = C ( left cancellation law)
1 2 −2 0 0 0
iii). Let A = B= and C = and AB = AC but it does not imply B = C
3 6 0 0 −1 0
because det (A) = 0
9. Inverse of a symmetric matrix (if exists) is also a symmetric matrix
10. Inverse of a matrix is unique, if it exists
Orthogonal matrix
a b
is an orthogonal matrix then a + b = 1, c + d = 1 and ac + bd = 0 and hence
2 2 2 2
8. If
c d
sum of the squares of the elements, in any row of an orthogonal matrix is 1.
a b a b
where a + b = 1 is orthogonal
2 2
i). Every 2 x 2 matrix of the form ,
b a b a
matrix
cos sin
Example for orthogonal matrix
− sin cos
10. If li , mi , ni (i = 1, 2,3) denote the direction cosines of 3 mutual perpendicular vectors then
l1 m1 n1
A = l2 m2 n2 is an orthogonal matrix (i.e. l l
1 2 + m1m2 + n1n2 = 0, & l12 + m12 + n12 = 1etc )
l m3 n3
3
If k is the least positive integer for which Ak +1 = A then k is said to be period of matrix A
For k = 1 A2 = A , then the square matrix is said to be idempotent, and its determinant
value is 0 or 1
2. A square matrix said to be nilpotent,if An = 0 ,(n natural number) positive n is index
and its determinant value is 0
( I − A)
n
7. If A is an idempotent matrix then = I − A where I is unit matrix and n is a
natural number
8. If B is an idempotent matrix and A = I – B then
i). A is also idempotent matrix
ii). AB = BA = 0
If A is involutory if and only if (I + A) is idempotent
9. If an idempotent matrix is a skew symmetric then it is a null matrix.
a natural number
Unimodular matrix
1. A square matrix is said to be uni modular if its determinant value is 1
1). If A is a square matrix of odd order and det(A) =1 and AAT = I , then A − I = 0
a1 x + b1 y + c1 z = d1 , a2 x + b2 y + c2 z = d 2 , a3 x + b3 y + c3 z = d3 , and
a1 b1 c1 x d1
A = a2 b2 c2 X = y and B = d 2
a b3 c3 z d
3 3
adj ( A)
i). If A 0 , then system of equations has unique solution i.e. X = A−1.B = .B
A
ii). If A = 0 , then system of equations has either no solution or infinitely many solutions
iii). the system of equations has no solution, then If det(A) = 0 and adj(A).B is not
equal to zero (converse may not be true)
iv). If the system of equations has infinitely many solutions, then det(A) = 0 and
adj(A).B =0
(converse may not be true)
b). Consider the system of linear equations
a1 x + b1 y + c1 z = d1 , a2 x + b2 y + c2 z = d 2 , a3 x + b3 y + c3 z = d3 , and
a1 b1 c1 d1 b1 c1 a1 d1 c1 a1 b1 d1
= a2 b2 c2 ’ x = d 2 b2 c2 y = a2 d2 c2 and z = a2 b2 d2
a3 b3 c3 d3 b3 c3 a3 d3 c3 a3 b3 d3
x y
i). If, 0 , then system of equations has unique solution i.e. x = , y= and z = z
ii). If = 0 , then system of equations has either no solution or infinitely many solutions
iii). If the system of equations has no solution, then = 0 and not all x , y , z zero
iv). If the system of equations has infinitely many solutions, then = 0 and all x , y , z zero
a1 b1 c1
a1 x + b1 y + c1 z = 0, a2 x + b2 y + c2 z = 0, a3 x + b3 y + c3 z = 0, and = a2 b2 c2
a3 b3 c3
ii). If = 0 , then system of equations has infinitely many solutions (non-trivial) ( not all
x,y,z zero)
Properties of determinants:
If A = aij , be a square matrix of order n , then sum of the product of the elements of
n xn
one row or column with their corresponding cofactors of the same row or column, is
n
equal to its determinant (i.e. a (co factor of a
j =1
ij 1j )= A )
Sum of the product of the elements of one row or column with their corresponding
cofactors of the same row or column of the other row or column is equal to zero. its
n
determinant (i.e. a
j =1
ij (co factor of a2 j ) = 0 )
1. Only square matrices have determinants and the matrices which are not square do
not have determinants
2. The value of determinant remains unchanged if rows and columns are interchanged
(.i.e. A = AT )
3. If a row or coloumn of a determinant consists of all zeroes then the value of the
determinant is zero.
4. If any two or two coloumns of determinant are identical or proportional then the value
of the determinant is zero
5. If any two row or two columns of a determinant are interchanged , then the value of
the determinant changes by minus sign only.
6. If each element of a row or column of a determinant is multiplied by a constant k,
then the value of the determinant is k times the value of the determinant (i.e. If
A = aij then kA = k n A )
n xn
7. Let A be square matrix such that each element of a row or column of A is expressed as
a sum of two terms, then the determinant of A can be expressed as the sum of two or
more matrices of the same order.
12. If A is a matrix of order 2 x 3 and B is a matrix of order 3 x 2 and det(AB) = 4 then
det(BA) = 0
a1 a2 a3 b1 b2 0
= a4 a5 a6 b3 b4 0 = 0
0 0 0 b5 b6 0
a b c
1. A = b c a = − ( a + b + c ) ( a 2 + b2 + c 2 − ab − bc − ca )
c a b
1
= − ( a + b + c ) ( (a − b)2 + (b − c)2 + (c − a)2 )
2
= 3abc − a3 − b3 − c3
= −(a + b + c)(a + b + c 2 )(a + b 2 + c ) then
2
a b c a b c a b c
2
2. A = b c a = b c a.b c a
c a b c a b c a b
a 2 + b 2 + c 2 ab + bc + ca ab + bc + ca
= ab + bc + ca a 2 + b 2 + c 2 ab + bc + ca
ab + bc + ca ab + bc + ca a 2 + b2 + c2
bc − a 2 ca − b 2 ab − c 2
= ca − b 2 ab − c 2 bc − a 2
ab − c 2 bc − a 2 ca − b 2
a2 c2 2ac − b 2
= 2ab − c 2 b2 a2 =
b 2
2bc − a 2
c 2
1 a a2 1 a bc
3. 1 b b = (a − b)(b − c)(c − a ) = 1 b
2
ca
2
1 c c 1 c ab
1 a a3
4. 1 b b3 = ( a + b + c ) (a − b)(b − c)(c − a )
1 c c3
1 a2 a3
5. 1 b 2 b3 = ( ab + bc + ca ) (a − b)(b − c)(c − a )
1 c2 c3