linear-1
linear-1
INSTITUTE OF MATHEMATICS
189/35 BEHIND RAILWAY STATION, VAISH COLLEGE ROAD, ROHTAK PIN-124001 (HARYANA)
E-mail us on - [email protected], [email protected] Mob. 8607383607, 9802177766
Page 1
Chapter - 1
Matrices
1.1 Matrices and their properties
Def. Matrix : A set of mn numbers (real or imaginary) arranged in the form of a rectangular array of
m rows and n columns is called an m n matrix (to be read as ‘m’ by ‘n’ matrix).
An m n matrix is usually written as
a11 a12 a13 a1 j a1n
a21 a22 a23 a2 j a2 n
A
ai1 ai 2 ai 3 aij ain
a amj amn
m1 am 2 am 3
The numbers a11, a12,.... etc. are known as the elements of the matrix A. The element aij belongs to ith
row and j th column and is called the (i, j )th element of the matrix A [aij ]. Thus, in the element aij
the first subscript i always denotes the number of row and the second subscript j, number of column in
which the element occurs.
Note : Unless otherwise stated, by a matrix we shall mean a complex matrix.
Types of matrices :
Def. Row matrix : A matrix having only one row is called a row-matrix or a row-vector.
e.g., A 1 2 1 2 is a row matrix of order 1 4 .
Def. Column matrix : A matrix having only one column is called a column matrix or a column-
vector.
3
1 2
e.g., A 2 and B are column-matrices of order 3 1 and 4 1 respectively.
5
1
4
2
Def. Square matrix : A matrix in which the number of rows is equal to the number of columns, say n,
is called a square matrix of order n.
A square matrix of order n is also called a n-rowed square matrix. The elements aij of a square matrix
A aij for which i j , i.e., the elements a11, a22 ,...., ann are called the diagonal elements and
nn
the line along which they lie is called the principal diagonal or leading diagonal of the matrix.
2 1 1
e.g., the matrix 3 2 5 is square matrix of order 3 in which the diagonal elements are 2, –2 and –3.
1 5 3
Def. Identity or unit matrix : A square matrix A [aij ]nn is called an identity or unit matrix if
In other words, a square matrix each of whose diagonal element is unity and each of whose non-
diagonal elements is equal to zero is called an identity or unit matrix. The identity matrix of order n is
denoted by I n .
1 0 0
1 0
e.g., the matrices I 2 , I3 0 1 0 are identity matrices of order 2 and 3 respectively.
0 1 0 0 1
Def. Null matrix : A matrix whose all elements are zero is called a null matrix or a zero matrix.
0 0 0 0 0
e.g., , are null matrices of order 2 2 and 2 3 respectively.
0 0 0 0 0
Def. Equality of matrices : Two matrices A [aij ]mn and B [bij ]rs are equal if
If two matrices A and B are equal, we write A B, otherwise we write A B . The matrices
3 2 1 3 2 1
0 0
A x y 5 and B 1 0 5 are equal if x 1, y 0 and z 4 . Matrices
0 0 and
1 1 4 1 1 z
0 0 0
0 0 0 are not equal, because their orders are not same.
Def. Addition of matrices : Let A, B be two matrices, each of order m n . Then their sum A B is a
matrix of order m n and is obtained by adding the corresponding elements of A and B. Thus, if
J.R. INSTITUTE OF MATHEMATICS
189/35 BEHIND RAILWAY STATION, VAISH COLLEGE ROAD, ROHTAK PIN-124001 (HARYANA)
E-mail us on - [email protected], [email protected] Mob. 8607383607, 9802177766
Page 3
A [aij ]mn and B [bij ]mn are two matrices of the same order, their sum A B is defined to be the
matrix of order m n such that ( A B )ij aij bij for i 1, 2,..., m and j 1, 2,...., n
Note : The sum of two matrices is defined only when they are of the same order.
Properties of matrix addition :
1. Commutativity : If A and B are two m n matrices, then A B B A . i.e., matrix addition is
commutative.
2. Associativity : If A, B, C are three matrices of the same order, then ( A B) C A ( B C ) . i.e.,
matrix addition is associative.
3. Existence of identity : The null matrix is the identity element for matrix addition, i.e.,
AO A O A.
4. Existence of inverse : For every matrix A [aij ]mn there exists a matrix [ aij ]mn , denoted by
A , such that A ( A) O ( A) A
5. Cancellation laws : If A, B, C are matrices of the same order, then
A B AC B C [ Left cancellation law]
B AC A B C [ Right cancellation law]
Def. Multiplication of a matrix by a scalar (scalar multiplication) : Let A [aij ] be an m n
matrix and k be any number called a scalar. Then the matrix obtained by multiplying every element of
A by k is called the scalar multiple of A by k and is denoted by kA. Thus, kA [kaij ]mn .
Properties of scalar multiplication : If A [aij ]mn , B [bij ]mn are two matrices and k, l are
scalars, then
(i) k ( A B) kA kB (ii) (k l ) A kA lA
(iii) (kl ) A k (lA) l (kA) (iv) (k ) A (kA) k ( A)
(v) 1 A A (vi) (1) A A
Def. Subtraction of matrices : For two matrices A and B of the same order, the subtraction of matrix
B from matrix A is denoted by A B and is defined as A B A ( B) .
Def. Mulitiplication of matrices : Two matrices A and B are conformable for the product AB if the
number of columns in A (pre-multiplier) is same as the number of rows in B (post-multiplier). Thus, if
A [aij ]mn and B [bij ]n p are two matrices of order m n and n p respectively, then their
b1 j
b2 j
( AB)ij [ai1 ai 2 ....ain ] ( ith row of A) (jth column of B)
bnj
It can be easily seen that (i) Am An Am n and (ii) ( Am ) n Amn for all m, n .
Properties of matrix multiplication :
1. Matrix multiplication is not commutative in general.
2. Matrix multiplication is associative i.e., (AB)C=A(BC), whenever both sides are defined.
3. 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.
4. If A is an m n matrix, then I m A A AI n
5. The product of two matrices can be the null matrix while neither of them is the null matrix. i.e., if
0 2 1 0 0 0
A and B , then AB while neither A nor B is the null matrix.
0 0 0 0 0 0
6. If A is m n matrix and O is a null matrix, then
(i) AmnOn p O m p (ii) O pm Amn O pn
i.e., the product of the matrix with a null matrix is always a null matrix.
7. In the case of matrix multiplication if AB O , then it does not necessarily imply that BA O . Let
J.R. INSTITUTE OF MATHEMATICS
189/35 BEHIND RAILWAY STATION, VAISH COLLEGE ROAD, ROHTAK PIN-124001 (HARYANA)
E-mail us on - [email protected], [email protected] Mob. 8607383607, 9802177766
Page 5
0 1 1 0 1 0 0 1 0 1
A and B . Then, AB O. But, BA O. Thus,
0 0 0 0 0 0 0 0 0 0
AB O while BA O .
8. Let A and B are any n n complex matrices. If sum of elements of each row (column) of A is k1
and sum of elements of each row (column) of B is k2 , then sum of elements of each row (column)
of AB is k1k2 .
Proof : We prove the result for 2 2 matrices and then it can be generalized easily to n n
a a
matrices. Let A 11 12 such that a11 a12 k1 , a21 a22 k1
a21 a22
b11 b12
and B such that b11 b12 k2 , b21 b22 k2
b21 b22
a b a b a11b12 a12b22
then AB 11 11 12 21 and
a21b11 a22b21 a21b12 a22b22
Sum of elements of first row of AB a11b11 a12b21 a11b12 a12b22
k2 (a11 a12 )
k1k2
Similarly, it can be proved that the sum of elements of second row is also k1k2 .
9. Let A be a n n complex matrix such that sum of elements of each row is k, then sum of elements
of each row of A2 is k 2 .
Proof : Take B A and k2 k1 k in above result.
10. Let A be a n n complex matrix such that sum of elements of each row is k, then sum of elements
12. Let A be a n n complex matrix such that sum of each row of A is k, then sum of all elements of
Am is n k m .
6
13. If A and B are two square matrices of same order such that AB BA and n is a positive integer,
n
then A B can be expanded by binomial theorem i.e.,
14. If A and B are two square matrices of same order such that AB BA 0 and n is a positive
integer, then ( A B) n An B n .
15. If A is an m n matrix and B is n p matrix, then rows of AB are the linear combination of rows
of B and columns of AB are the linear combination of columns of A.
Def. Transpose of a matrix : If A is any matrix of order m n , then a matrix obtained from A by
inter changing its rows and columns is called the transpose of the matrix A and is denoted by A or AT
which is of order n m.
The operation of interchanging rows with columns is called transposition. Symbolically if
A aij then A a ji i.e., (i, j)th element of A = ( j, i)th element of A.
m n n m
(v) A A
n n
, A being a square matrix and n is a positive integer.
Def. Conjugate of a matrix : If A is any matrix of order m n whose elements are complex numbers,
then a matrix obtained from A by replacing each of its elements by their corresponding complex
conjugate is called the conjugate of A and is denoted by A where A is also of same order m n.
Note : If the elements of the matrix A are all real numbers then A A .
(i) A A
Page 7
Def. Transposed conjugate of a matrix : If A is any matrix of order m n , then the transpose of the
conjugate of A is called transposed conjugate of A and is denoted by A or A . Symbolically if
Determinant of a square matrix of order 1 : If A [a11] is a square matrix of order 1, then the
a a
Determinant of a square matrix of order 2 : If A 11 12 is a square matrix of order 2, then
a21 a22
the expression a11a22 a12a21 is defined as the determinant of A.
a11 a12
i.e., A a11a22 a12a21
a21 a22
8
Thus, the determinant of a square matrix of order 2 is equal to the product of the diagonal elements
minus the product of off-diagonal elements.
a11 a12 a13
Determinant of a square matrix of order 3 : If A a21 a22 a23 is a square matrix of order 3,
a31 a32 a33
then the expression a11a22a33 a12a23a31 a13a32a21 a11a23a32 a22 a13a31 a12 a21a33 is defined as
Thus the determinant of a square matrix of order 3 is the sum of the product of elements a1 j in first
row with (1)1 j times the determinant of a 2 2 sub-matrix obtained by leaving the first row and
column passing through the element.
Remark : For the determinant of a square matrix of order 3 can be arranged in various forms to
obtain the expansion of A along any of its rows or columns. Infact, to expand A about a row or a
column we multiply each element aij in ith row with (1)i j times the determinant of the sub-matrix
obtained by leaving the row and column passing through the element.
Determinant of a square matrix of order 4 or more : To calculate the determinant of a square
matrix of order 4 or more, we expand A about a row or a column by multiplying each element aij in
ith row with (1)i j times the determinant of the sub-matrix obtained by leaving the row and column
passing through the element.
Def. Minor : Let A [aij ] be a square matrix of order n. Then the minor M ij of aij in A is the
determinant of the square sub-matrix of order (n 1) obtained by leaving i th row and j th column of A.
Def. Cofactor : Let A [aij ] be a square matrix of order n. Then, the cofactor Cij of aij in A is equal
to (1)i j times the determinant of the sub-matrix of order (n 1) obtained by leaving i th row and
j th column of A. It follows from this definition that Cij Cofactor of aij in A (1)i j M ij , where
J.R. INSTITUTE OF MATHEMATICS
189/35 BEHIND RAILWAY STATION, VAISH COLLEGE ROAD, ROHTAK PIN-124001 (HARYANA)
E-mail us on - [email protected], [email protected] Mob. 8607383607, 9802177766
Page 9
M ij if i j is even
M ij is minor of aij in A. Cij
M ij if i j is odd
Properties of determinants :
Property 1 : Let A [aij ] be a square matrix of order n, then the sum of the product of elements of
any row (column) with their cofactors is always equal to A or, det( A)
n n
i.e., aij Cij A and aijCij A.
j 1 i 1
Property 2 : Let A [aij ] be a square matrix of order n, then the sum of the product of elements of
any row (column) with the cofactors of the corresponding elements of some other row (column) is
n n
zero. i.e., aijCkj 0 and aij Cik 0 .
j 1 i 1
Property 3 : The value of a determinant remains unchanged if its rows and columns are interchanged.
Property 4 : If any two rows (columns) of a determinant are interchanged, then the value of the
determinant changes by minus sign only.
Property 5 : If any two rows (columns) of a determinant are identical, then its value is zero.
Property 6 : If each element of a row (column) of a determinant is multiplied by a constant k, then the
value of the new determinant is k times the value of the original determinant.
Property 7 : It follows from the above property that we can take out any common factor from any one
row or any one column of a given determinant.
Property 8 : Let A [aij ] be a square matrix of order n, then kA k n A , because k is common from
Property 10 : If each element of a row (column) of a determinant is multiplied by the same constant
and then added to the corresponding elements of some other row (column), then the value of the
determinant remains same.
10
Property 11 : If each element of a row (column) of a determinant is zero, then its value is zero.
Property 12 : If A and B are square matrices of the same order, then AB A B .
Property 13 : If A and B are square matrices of the same order, then A B A B , in general.
Def. Singular and Non-singular Matrix : A square matrix A is said to be singular or non-singular
according as |A| = 0 or |A| 0 .
Def. Adjoint of a square Matrix : Let A = aij be the square matrix of order n and Aij be the
nn
n12
3. If A is a non-singular matrix of order n, then adj.(adj.A) A .
n1
Proof : If A is a non-singular matrix of order n, then adjA A
( n1)k
4. Generalization : If A is a non-singular matrix of order n, then | adj.adj....adj.( A) | A .
k times
5. If A is a non-singular matrix of order n and k be any scalar then adj kA k n 1adj A
Page 11
10. If A and B are two square matrices of same order then adj. (AB) = (adj. B) (adj. A)
11. If A is a square matrix then adj. A = (adj. A), where A is the transpose of matrix A.
Def. Inverse of a square matrix : Let A be a square matrix of order n. If there exists a square matrix
B of order n such that AB = BA = In , then the matrix A is said to be invertible and the matrix B is
called inverse of the matrix A and is denoted by A1.
Note : (i) If the matrix B is inverse of A then A is the inverse of B.
(ii) For the products AB and BA both to be defined and be equal it is necessary that A and B are both
square matrices of the same order. Thus non-square matrices cannot possess inverse.
Properties of inverse :
1. Inverse of a square matrix , if it exists, is unique.
2. A square matrix A is invertible if and only if A is non singular i.e. |A| 0.
adj. A
3. If A is a non singular matrix then A1 .
| A|
4. A singular matrix cannot have an inverse.
5. If A and B are two square matrices of order n such that A is non-singular and AB 0 , then B 0 .
Proof : Since A is non-singular i.e., A 0 , therefore A1 exists.
Proof : We have, B BI n B AB BA B
B BA B 0
12
I n BA B 0 …….(1)
Since AB I n , therefore AB I n 1
A B 1 0 B 0
BA I n
7. Let A be a non-singular matrix with integer entries, then the necessary and sufficient condition for
A1 to be with all integer entries is that A 1 .
1
Proof : Suppose that A 1 , then since A1 adjA adjA
A
Since A has integer entries, therefore adjA also has integer entries. Therefore, A1 has all integer
entries.
Conversely : Now suppose that A1 has all integer entries.
Since A A 1 I
AA1 I 1
A A 1 1
Since A and A1 both have integer entries, therefore A and A1 are integers and thus 1 can be
Thus A1 1 .
8. Reversal law for inverse : If A and B be non singular matrices then (AB)1= B1A1
9. Generalization of Reversal law for inverse : If A1, A2,............, An be non singular matrices of same
order then ( A1 A2 ........ An ) 1 An 1 An11.......... A21 A11 .
10. If A is non singular matrix then ( Ak )1 ( A1 ) k , where k is any positive integer.
1
11. If A is a non-singular matrix then A1 .
A
14. The reversal law for multiplication holds for adjoint, inverse, transpose and transposed conjugate
but it does not hold for conjugate.
Def. Trace : The sum of the elements of a square matrix A lying along the principal diagonal is called
the trace of A and is denoted by tr( A) .
J.R. INSTITUTE OF MATHEMATICS
189/35 BEHIND RAILWAY STATION, VAISH COLLEGE ROAD, ROHTAK PIN-124001 (HARYANA)
E-mail us on - [email protected], [email protected] Mob. 8607383607, 9802177766
Page 13
Properties of trace : Let A and B be any n n complex matrices and k is any complex number, then
1. tr (kA) k tr( A)
2. tr( A B) tr( A) tr( B)
3. tr( AB) tr( BA)
4. tr( AB) tr( A)tr( B) , in general. In other words, tr( AB ) may or may not be equal to tr( A)tr( B) .
7. tr A* tr A
n n 2
8. Let A [aij ]nn be any complex matrix, then tr( AA ) tr( A A) aij = Sum of squares of
i 1 j 1
a a
Proof : We consider 2 2 matrix first and then it can be easily generalized. Let A 11 12
a21 a22
a 2 a 2 a11a21 a12a22
11 12
a a a a 2 2
21 11 22 12 a21 a22
2 2 2 2
tr( AA ) a11 a12 a21 a22
10. Let A be a n n complex matrix, then tr( AA ) 0 iff A is a zero matrix.
n n
11. Let A be a n n real matrix, then tr( AA ') tr( A ' A) aij2
i 1 j 1
Exercise 1.1
3 4
1. (i) Compute the adjoint of the matrix A and verify that adj. A A | A | I .
5 7
cos sin 0
(ii) For the matrix sin cos 0 , verify that adj. A A | A | I .
0 0 1
2 3 1 1 1
2. If A , verify that (i) adj. A adj. A1 (ii) A A
1 2
3 1 4 0 1
3. If A , B , verify that AB B 1 A1
4 0 2 5
i 0 0 i 2
, i 1 verify that (i) AB BA
4. If A and B (ii) AB B A
0 i i 0
2 3 2
5. If A verify that A2 A
5 7
2 3i i i 2i 1
6. If A , B , verify that (i) AB A . B (ii) AB B A
6 5i 0 2 i i
cos sin
7. If A , then prove that
sin cos
cos n sin n
(i) A A A (ii) ( A )n , for every positive integer n.
sin n cos n
8. If a is a non-zero real or complex number. Use the principle of mathematical induction to prove
a 1 n
a n na n1
that if A , then A for every positive integer n.
0 a 0 a n
0 1
9. If A , prove that (aI bA)n a n I na n1bA , where I is a unit matrix of order 2 and n 0 .
0 0
3n1 3n1 3n1
1 1 1
10. If A 1 1 1 , then prove that An 3n1 3n1 3n1 for every positive integer n.
n1 n1 n1
1 1 1 3 3 3
11. Let A, B be two matrices such that they commute. Show that for any positive integer n
(i) AB n B n A (ii) ( AB )n An B n
J.R. INSTITUTE OF MATHEMATICS
189/35 BEHIND RAILWAY STATION, VAISH COLLEGE ROAD, ROHTAK PIN-124001 (HARYANA)
E-mail us on - [email protected], [email protected] Mob. 8607383607, 9802177766
Page 15
1 1 0
1 2
17. Let A and B 0 1 1 . (a) Find An . (b) Find B n .
0 1 0 0 1
5 2
18. Let A . Find all numbers k for which A is a root of the polynomial :
0 k
(a) f x x 2 7 x 10 (b) g x x 2 25 (c) h x x 2 4
1 0
19. Let B . Find a matrix A such that A3 B .
26 27
20. Prove that for any A, there does not exist a matrix B such that AB BA I .
21. (i) Give an example of two matrices A and B such that A B A B .
Answers
0 0 0 1 0 1 0 1
12. AB BA 14. (i) A , B (ii) A , B
0 1 0 0 0 0 0 0
1 2 0 0 2 2 1 2 4 3
15. A , B , C 16. A ; B 3 0
1 2 1 1 0 0 0 3
1
1 n n(n 1)
2
1 2n
17. (a) (b) 0 1 n
0 1 0 0
1
16
1 0
18. (a) k = 2, (b) k = –5 (c) none 19.
2 3
1 0 1 0 1 0 0 1
21. (i) A , B (ii) A , B
0 1 0 1 0 0 0 0
---------------------------------------------------------------------------------------------------------------------------
1.2 Some special matrices
Def. Diagonal matrix : A matrix A = aij is called a diagonal matrix if aij = 0 for all i j
nn
In other words, a square matrix is a diagonal matrix if its non-diagonal elements are zero.
Remark : An n n diagonal matrix whose diagonal elements are d1, d2, .........., dn can be represented
as diag. (d1, d2, .........., dn).
Properties :
1. The sum of two diagonal matrices of same order is again a diagonal matrix of that order. i.e., if
d1 d1' d1 d1'
d2 d 2' d 2 d 2'
A and B , then A B
dn d n' d n d n'
2. The product of two diagonal matrices of same order is again a diagonal matrix of that order. i.e., if
d1 d1' d1d1'
d2 d 2' d 2 d 2'
A and B , then AB
dn d n' d n d n'
d1
d2
3. The scalar product of a diagonal matrix is again a diagonal matrix. i.e., if A
dn
kd1
kd 2
and k is any complex number, then kA .
kd n
4. If A is a diagonal matrix, then the positive integral powers of A is again a diagonal matrix. i.e., if
d1 d1m
m
d2 d
A , then A
m 2 , where m 0 .
m
dn d n
J.R. INSTITUTE OF MATHEMATICS
189/35 BEHIND RAILWAY STATION, VAISH COLLEGE ROAD, ROHTAK PIN-124001 (HARYANA)
E-mail us on - [email protected], [email protected] Mob. 8607383607, 9802177766
Page 17
5. If A is a diagonal matrix and all the diagonal elements of A are non-zero, then A1 is also a
d1
d2
diagonal matrix. i.e., if A , where d 0 for i 1, 2,..., n , then
i
dn
1/ d1
1/ d 2
A 1 .
1/ d n
6. If A is a diagonal matrix, then A A ' . In other words, transpose of a diagonal matrix is equal to
the matrix itself.
d1
d2
7. Pre-multiplication by a diagonal matrix : If D is a diagonal matrix of order n
dn
d1
d2
8. Post-multiplication by a diagonal matrix : If D is a diagonal matrix and
dn
9. The determinant of a diagonal matrix is equal to the product of its diagonal elements, i.e., if
18
d1
d2
A is a diagonal matrix of order n, then A d d ....d .
1 2 n
dn
Def. Scalar matrix : A square matrix A is called a scalar matrix if A is a diagonal matrix and all
diagonal elements of A are equal.
Mathematically, A = aij is a scalar matrix if
nn
Properties :
1. The sum of two scalar matrices of same order is again a scalar matrix of that order. i.e., if
k1 k2 k1 k2
k1 k2 k1 k 2
A and B , then A B .
k1 k2 k1 k2
2. The product of two scalar matrices of same order is again a scalar matrix of that order. i.e., if
k1 k2 k1k 2
k1 k2 k1k2
A and B , then AB .
k1 k2 k1k2
k1
k1
3. The scalar product of a scalar matrix is again a scalar matrix. i.e., if A and k is
k1
kk1
kk1
any complex number, then kA .
kk1
4. If A is a scalar matrix, then the positive integral powers of A is also a scalar matrix. i.e., if
k k n
n
k k
A , then An , where n 0 .
k kn
J.R. INSTITUTE OF MATHEMATICS
189/35 BEHIND RAILWAY STATION, VAISH COLLEGE ROAD, ROHTAK PIN-124001 (HARYANA)
E-mail us on - [email protected], [email protected] Mob. 8607383607, 9802177766
Page 19
k
k
5. If A( O) is a scalar matrix, then A1 is also a scalar matrix. i.e., if A , where
k
1/ k
1/ k
1
k 0 , then A .
1/ k
6. If A is a scalar matrix, then A A ' . In other words, transpose of a scalar matrix is equal to the
matrix itself.
7. The determinant of a scalar matrix is equal to the product of its diagonal elements. i.e., if
k
k
A is a scalar matrix of order n, then A k n .
k
8. Scalar matrices are the only matrices which commute with every square matrix of its order.
Def. Upper triangular matrix : A matrix is an upper triangular matrix if all elements below the principal
diagonal are zero. Mathematically, A = aij is an upper triangular matrix if aij 0 for all i j .
nn
Def. Lower triangular matrix : A matrix is called lower triangular matrix if all elements above the
principal diagonal are zero. Mathematically, A = aij is a lower triangular matrix if aij 0 for all i j .
nn
Def. Triangular matrix : A matrix which is either upper triangular or lower triangular is called a
triangular matrix.
Properties :
1. If A and B are two upper (lower) triangular matrices of same order, then A B is also an upper
(lower) triangular matrix.
2. If A and B are two upper (lower) triangular matrices of same order, then AB is also an upper (lower)
triangular matrix.
3. If A is an upper (lower) triangular matrix and k is any complex number, then kA is also an upper
(lower) triangular matrix.
4. If A is an upper (lower) triangular matrix, then the positive integral powers of A is also an upper
20
(lower) triangular matrix. Further, if d1 , d 2 ,..., d n are the diagonal elements of a triangular matrix,
5. If A is an upper (lower) triangular matrix and all the diagonal elements of A are non-zero, then A1
is also an upper (lower) triangular matrix.
6. If A is an upper (lower) triangular matrix, then A ' is a lower (upper) triangular matrix.
7. The determinant of upper (lower) triangular matrix is equal to the product of its diagonal elements.
8. The trace of upper (lower) triangular matrix is equal to the sum of its diagonal elements.
9. Every diagonal matrix is both upper and lower triangular.
Def. Super upper triangular matrix : A matrix is said to be super upper triangular matrix if all
elements below and on the principal diagonal are zero. Mathematically, A = aij is a super upper
nn
Def. Super lower triangular matrix : A matrix is said to be super lower triangular matrix if all
elements above and on the principal diagonal are zero. Mathematically, A = aij is a super lower
nn
Properties :
1. If A and B are two super upper (lower) triangular matrices of same order, then A B is also a super
upper (lower) triangular matrix.
2. If A and B are two super upper (lower) triangular matrices of same order, then AB is also a super
upper (lower) triangular matrix.
3. If A is a super upper (lower) triangular matrix and k is any complex number, then kA is also a super
upper (lower) triangular matrix.
4. If A is a super upper (lower) triangular matrix, then the positive integral powers of A is also a super
upper (lower) triangular matrix.
5. Inverse of a super upper (lower) triangular matrix does not exist.
6. If A is a super upper (lower) triangular matrix, then A ' is a super lower (upper) triangular matrix.
7. The determinant of super upper (lower) triangular matrix is zero.
8. The trace of super upper (lower) triangular matrix is zero.
Def. Backward diagonal matrix : A matrix A = aij is called a backward diagonal matrix
nn
Page 21
0 .. 0 d1 0 .. 0 d1' 0 .. 0 d1 d1'
0 .. d 2 0 0 .. d 2' 0 0 .. d 2 d 2' 0
i.e., if A and B , then A B
.. .. .. .. .. .. .. .. .. .. .. ..
d n .. 0 0 d n' .. 0 0 d n d n' .. 0 0
2. The product of two backward diagonal matrices may or may not be a backward diagonal matrix.
However, the product of two backward diagonal matrices of same order is always a diagonal
matrix of that order.
3. The scalar product of a backward diagonal matrix is again a backward diagonal matrix. i.e., if
0 .. 0 d1 0 .. 0 kd1
0 .. d 2 0 0 .. kd 2 0
A and k is any complex number, then kA .
.. .. .. .. .. .. .. ..
d n .. 0 0 kd n .. 0 0
4. If A is a backward diagonal matrix, then the positive integral power of A may or may not be a
backward diagonal matrix. However, the positive odd integral power of A is a backward diagonal
0 .. 0 d1
0 .. d 2 0
matrix while the positive even integral power of A is a diagonal matrix. i.e., if A
.. .. .. ..
d n .. 0 0
0 .. 0 d1m1d nm (d1d n ) m
m1 m m
0 .. d d 0 (d 2 d n 1 )
then A2 m1 2 n1
and A2 m ,
.. .. .. ..
m1 m
d n d1 .. 0 0 (d n d1 ) m
where m 0 .
5. If A is a backward diagonal matrix and all the backward diagonal elements of A are non-zero, then
22
0 .. 0 d1
0 .. d 2 0
A 1 is also a backward diagonal matrix. i.e., if A , where d 0 for i 1, 2,..., n ,
i
.. .. .. ..
d n .. 0 0
0 .. 0 1/ d n
0 .. 1/ d n1 0
then A1 .
.. .. .. ..
1/ d1 .. 0 0
0 .. 0 d1
0 .. d 2 0 n
7. If A is a backward diagonal matrix of order n , then det A 1 2 d d d
1 2 n
.. .. .. ..
d n .. 0 0
0 .. 0 d1
0 .. d 2 0 0 if n is even
8. If A is a backward diagonal matrix of order n,then tr( A)
.. .. .. .. d n1 if n is odd
2
d n .. 0 0
Def. Backward scalar matrix : A matrix A = aij is called a backward scalar matrix if
nn
k if i j n 1
aij
0 if i j n 1
Properties :
1. The sum of two backward scalar matrices of same order is again a backward scalar matrix of that order.
0 .. 0 k1 0 .. 0 k2 0 .. 0 k1 k2
0 .. k1 0 0 .. k2 0 0 .. k1 k2 0
i.e., if A and B , then A B .
.. .. .. .. .. .. .. .. .. .. .. ..
k1 .. 0 0 k2 .. 0 0 k1 k2 .. 0 0
2. The product of two backward scalar matrices may or may not be a backward scalar matrix. However,
the product of two backward scalar matrices of same order is always a scalar matrix of that order.
0 .. 0 k1 0 .. 0 k2 k1k 2
0 .. k1 0 0 .. k2 0 k1k2
i.e., if A and B , then AB .
.. .. .. .. .. .. .. ..
k1 .. 0 0 k2 .. 0 0 k1k2
J.R. INSTITUTE OF MATHEMATICS
189/35 BEHIND RAILWAY STATION, VAISH COLLEGE ROAD, ROHTAK PIN-124001 (HARYANA)
E-mail us on - [email protected], [email protected] Mob. 8607383607, 9802177766
Page 23
3. The scalar product of a backward scalar matrix is again a backward scalar matrix. i.e., if
0 .. 0 k1 0 .. 0 kk1
0 .. k1 0 0 .. kk1 0
A and k is any complex number, then kA .
.. .. .. .. .. .. .. ..
k1 .. 0 0 kk1 .. 0 0
4. If A is a backward scalar matrix, then the positive integral power of A may or may not be a
backward scalar matrix. However, the positive odd integral powers of A is a backward scalar
0 .. 0 k
0 .. k 0
matrix while the positive even integral power of A is scalar matrix. i.e., if A
.. .. .. ..
k .. 0 0
0 .. 0 k 2 m1 k 2m
2 m 1 2m
0 .. k 0 k
then A 2 m 1
and A
2m , where m 0 .
.. .. .. ..
2 m1 2m
k .. 0 0 k
5. If A( O) is a backward scalar matrix, then A1 is also a backward scalar matrix. i.e., if
0 .. 0 k 0 .. 0 1/ k
0 .. k 0 0 .. 1/ k 0
A , where k 0 , then A
1
.. .. .. .. .. .. .. ..
k .. 0 0 1/ k .. 0 0
6. If A is a backward scalar matrix, then A ' is also a backward scalar matrix.
0 .. 0 k
0 .. k 0 n
7. If A is a backward scalar matrix of order n , then det A 1 2 k n
.. .. .. ..
k .. 0 0
0 .. 0 k
0 .. k 0 0 if n is even
8. If A is a backward scalar matrix of order n,then tr( A)
.. .. .. .. k if n is odd
k .. 0 0
24
Exercise 1.2
4 21 1 4
1. Find all real triangular matrices A such that A2 B , where (a) B (b) B .
0 25 0 9
1 8 5
2. Let B 0 9 5 . Find a triangular matrix A with positive diagonal entries such that A2 B .
0 0 4
3. Using only the elements 0 and 1, find the number of 3 3 matrices that are :
(a) diagonal (b) upper triangular (c) non-singular and upper triangular. Generalize to
n n matrices.
4. Let Dk kI , the scalar matrix belonging to the scalar k, show that :
(a) Dk A kA (b) BDk kB (c) Dk Dk ' Dk k ' (d) Dk Dk ' Dkk '
Answers
1 2 1
2 3 2 3 2 7 2 7
1. (a) , , , (b) none 2. 0 3 1
0 5 0 5 0 5 0 5 0 0 2
3. All entries below the diagonal must be 0 to be upper triangular, and all diagonal entries must be 1
to be non singular. (a) 8 ; 2n (b) 26 ; 2n n1 / 2 (c) 23 ; 2n n1 / 2 .
1 1 1 2 4 6 1 2 2 2
5. (a) A , B , C 0 0 6. A ,B
0 0 3 4 3 1 3 2
A square matrix A = aij said to be symmetric if aij = aji for all i and j.
a h g 1 1 i 2i
1 3
Examples : , h b f, 1 i 2 3 2i .
3 4
g h c 2 i 3 2 i 3
J.R. INSTITUTE OF MATHEMATICS
189/35 BEHIND RAILWAY STATION, VAISH COLLEGE ROAD, ROHTAK PIN-124001 (HARYANA)
E-mail us on - [email protected], [email protected] Mob. 8607383607, 9802177766
Page 25
0 a b 0 i 2
0 4
Examples : , a 0 c , i 0 1 i .
4 0
b c 0 2 1 i 0
Properties :
1. The diagonal elements of a symmetric matrix are arbitrary.
2. The diagonal elements of a skew-symmetric matrix are all zero.
3. If A is a square matrix, then
(i) A + A is symmetric (ii) A A is skew-symmetric
4. If A is any square matrix, then AA and AA are both symmetric.
5. If A is symmetric then kA is symmetric, where k is any number real or complex.
6. If A is skew-symmetric then kA is skew-symmetric, where k is any number real or complex.
7. If A and B are symmetric matrices of same order, then
(i) A B, A B , AB BA are symmetric (ii) AB BA is skew-symmetric
(iii) BAB, ABA are symmetric.
8. If A and B are skew-symmetric matrices of same order, then
(i) A B, A B, AB BA are skew-symmetric (ii) AB + BA is symmetric
(iii) BAB, ABA are skew-symmetric.
9. If A and B are symmetric matrices of same order, then AB is symmetric iff AB = BA.
10. If A and B are square matrices of same order then BAB is symmetric or skew-symmetric according
as A is symmetric or skew-symmetric.
11. If A is a symmetric matrix then An is also symmetric for all positive integers n.
12. If A is a skew-symmetric matrix then An is symmetric if n is a positive even integer and An is
skew–symmetric if n is positive odd integer.
13. If A is a non-singular and symmetric matrix then adj. A is also symmetric.
14. If A is a skew-symmetric matrix of order n, then adj. A is symmetric or skew-symmetric according
as n is odd or even.
15. Determinant of a skew-symmetric matrix of odd order is always zero.
16. Determinant a skew-symmetric matrix of even order with integral entries is always a perfect square.
26
17. Zero matrix is the only matrix which is both symmetric and skew-symmetric.
18. Every square matrix is uniquely expressible as the sum of a symmetric matrix and a
skew-symmetric matrix.
Def. Hermitian matrix : A square matrix A is said to be hermitian if A = A
or
A square matrix A aij is said to be Hermitian if aij a ji for all i and j.
1 2 i 1 2i
1 3 i
Examples : , 2i 2 3i .
3 i 2
1 2i 3i 3
3i 1 i 2 3i
0 3 5i
Examples : , 1 i 0 5i
3 5i 2i
2 3i 5 i 4i
Properties :
1. The diagonal element of a hermitian matrix are purely real.
2. The diagonal elements of a skew-hermitian matrix are either zero or purely imaginary.
3. If A is a square matrix, then
(i) A + A is hermitian (ii) A A is skew-hermitian
4. If A is any square matrix, then AA and A A are both hermitian
5. If A is hermitian then kA is hermitian, where k is any real number.
6. If A is skew-hermitian then kA is skew-hermitian, where k is any real number.
7. If A is hermitian then iA is skew-hermitian.
8. If A is skew-hermitian then iA is hermitian.
9. If A and B are hermitian matrices of same order , then
(i) A B, A B , AB BA are hermitian (ii)AB BA is skew-hermitian
(iii) BAB, ABA are hermitian.
10. If A and B are skew-hermitian matrices of same order, then
(i) A B, A B, AB BA are skew-hermitian (ii) AB + BA is hermitian
(iii) BAB,ABA are skew-hermitian
11. If A and B are hermitian matrices of same order , then AB is hermitian if and only if AB = BA.
12. If A and B are square matrices of same order then B AB is hermitian or skew-hermitian according
J.R. INSTITUTE OF MATHEMATICS
189/35 BEHIND RAILWAY STATION, VAISH COLLEGE ROAD, ROHTAK PIN-124001 (HARYANA)
E-mail us on - [email protected], [email protected] Mob. 8607383607, 9802177766
Page 27
as A is hermitian or skew-hermitian.
13. If A is a hermitian matrix then An is also hermitian for all positive integers n.
14. If A is a skew-hermitian matrix then An is hermitian or skew-hermitian according as n is a positive
even integer or an odd integer.
15. Determinant of a Hermitian matrix is always real.
16. Determinant of a Skew-Hermitian matrix of
(i) Even order is always real (ii) Odd order is either zero or purely imaginary
17. Every square matrix is uniquely expressible as the sum of a hermitian matrix and a skew-hermitian
matrix.
18. Every square matrix A can be uniquely expressed as A P iQ where P and Q are hermitian
matrices.
19. Every hermitian matrix A can be written as A B iC where B is real symmetric and C is real
skew- symmetric.
4 5 3
Example 1 : Express the matrix A = 2 7 8 as the sum of a symmetric and skew symmetric
4 6 5
matrix.
4 5 3 4 2 4
Solution : Let A 2 7 8 then A 5 7 6
4 6 5 3 8 5
8 3 1 0 7 7
Now, A A 3 14 2 and A A 7 0 14
1 2 10 7 14 0
3 1 7 7
4 0
2 2 2 2
1 3 1 7
(A A )
7 1 and ( A A )
0 7
2 2 2 2
1 7
1 5 7 0
2 2
1 1 1 1
Since A = ( A A) ( A A) where A A is symmetric and A A is skew-symmetric.
2 2 2 2
28
3 1 7 7
4 0
4 5 3 2 2 2 2
3 7
Therefore 2 7 8 7 1
0 7
2 2
4 6 5 1 7
1 5 7 0
2 2
Exercise 1.3
2 x 3 7 6 2 x
1. Find x, y, z such that A is symmetric, where (a) A 4 5 y (b) A y
z 2 .
z 1 7 x 2 5
2. Suppose A and B are symmetric. Show that the following are also symmetric :
(a) A B (b) kA, for any scalar k (c) A2
(d) An , for n 0 (e) f A , for any polynomial f x .
1 7 1
3. Express the matrix 2 3 4 as a sum of a symmetric and skew-symmetric matrices.
5 0 5
1 0 5 3
2 1 6 1
4. Express A as a sum of a symmetric and a skew-symmetric matrix.
3 2 7 1
4 4 2 0
3 x 2i yi
5. Find real numbers x, y, z such that A is hermitian, where A 3 2i 0 1 zi .
yi 1 xi 1
2 1 i 2 3i 7 4i 2 3 5i
(i) 2 i 1 2i i
(ii) 3 i 6i 1 4i
2 4i 3 2i 4 5i 3i 2 i 3
9. Let A and B are two hermitian matrices and A2 B 2 O then show that A O and B O .
Answers
1. (a) x 4 , y 1, z 3 , (b) x 0, y 6, z any real number.
J.R. INSTITUTE OF MATHEMATICS
189/35 BEHIND RAILWAY STATION, VAISH COLLEGE ROAD, ROHTAK PIN-124001 (HARYANA)
E-mail us on - [email protected], [email protected] Mob. 8607383607, 9802177766
Page 29
7 1
9 5 1 1 4
2 0 1 1
2
1 3 0 2
2 2 1 1 3 5
4 1 0 2
9 5 2
2
3. 3 2
0 2 4.
2 2
4 1 3
3 2 2 4 7 1 2 0
5 2 0 2 2
7 3 1 1 5 3
0 0
2 2 2 2 2 2
1 1
5. x 3, y 0, z 3 7. (c) Hint : Let B
2
A A and C A A
2
4 3 2i 4 7i 0 1 i
1 1
8. (i) 3 2i 2 3i 1 4i 3 3i
2 2
4 7i 3 i 8 i 3 3i 10i
14 2 3i 3 8i 8i 2 3i 3 2i
1 1
(ii) 2 3i 0 3 3i 2 3i 12i 1 5i
2 2
3 8i 3 3i 6 3 2i 1 5i 0
------------------------------------------------------------------------------------------------------------------
1.4 Orthogonal and Unitary matrices
Def. Orthogonal Matrix : A square matrix A is said to be orthogonal if AA AA I . It is clear
from the definition that if the matrix A is orthogonal then A1 A .
cos sin 0 1 0 0
cos sin 1 0
Examples : , 0 1 , sin cos 0 , 0 1 0 ,
sin cos 0
0 1 0 0 1
cos 0 0 sin 1 0 0 0
0 cos sin 0 0 0 1 0
, .
0 sin cos 0 0 1 0 0
sin 0 0 cos 0 0 0 1
Remark : In a matrix, if every row and column contains exactly one element from the set {1, 1} and
all other elements are zero, then the matrix is orthogonal.
Properties :
1. (i) The sum of two orthogonal matrices need not be orthogonal. i.e., if A and B are two orthogonal
matrices of same order, then A B may or may not be orthogonal.
30
(ii) If A and B are two orthogonal matrices of same order, then A B is orthogonal iff
AB ' BA ' I O
Proof : Since A and B are orthogonal, therefore we have AA ' I , BB ' I
Suppose, AB ' BA ' I O
Now, ( A B)( A B) ' ( A B)( A ' B ') AA ' BA ' AB ' BB ' I BA ' AB ' I I
A B is orthogonal.
Conversely : suppose A B is orthogonal. i.e., ( A B)( A B) ' I
AA ' AB ' BA ' BB ' I
I AB ' BA ' I I
AB ' BA ' I O
2. The product of two orthogonal matrices of same order is again an orthogonal matrix of that order.
3. Generalization : If A1, A2 ,..........., An be n orthogonal matrices of same order then their product
A1 A2.......... An is also orthogonal.
4. (i) The scalar product of orthogonal matrix need not be orthogonal. i.e., if A is an orthogonal
matrix and k is any complex number, then kA may or may not be orthogonal.
(ii) If A is an orthogonal matrix and k is any complex number, then kA is orthogonal iff k 1 .
Proof : Since A is an orthogonal matrix, therefore we have AA ' I
Now, (kA)(kA) ' k 2 AA ' k 2 I I iff k 2 1 i.e., k 1
5. If A is an orthogonal matrix, then any positive integral power of A is also an orthogonal matrix.
6. If A is an orthogonal matrix, then A1 is also orthogonal.
7. If A is an orthogonal matrix, then A is also orthogonal.
8. The determinant of an orthogonal matrix is 1 .
OR
The absolute value of determinant of an orthogonal matrix is unity.
9. An orthogonal matrix is always non-singular.
Def. Proper and Improper orthogonal matrix : An orthogonal matrix is said to be proper or
improper according as |A| = 1 or |A| = 1
10. If A is an orthogonal matrix with |A| =1, then each element of A is equal to its cofactor .
11. If A is a orthogonal matrix with |A| = 1, then each element of A is equal to negative of its cofactor.
Def. Orthonormal set : A set of vectors v1 , v2 ,...., vn is said to be an orthonormal set if vi , v j 0
for i j and vi , vi 1 for all i . e.g. the set 1,0,0 , 0, 1,0 , 0,0, 1 is an orthonormal set.
12. A matrix is orthogonal iff its rows (columns) form an orthonormal set.
13. The number of orthogonal matrix of order n n with entries from the set 0,1, 1 is 2n n !
J.R. INSTITUTE OF MATHEMATICS
189/35 BEHIND RAILWAY STATION, VAISH COLLEGE ROAD, ROHTAK PIN-124001 (HARYANA)
E-mail us on - [email protected], [email protected] Mob. 8607383607, 9802177766
Page 31
1 2 2
1
Example 1 : Show that 2 1 2 is orthogonal. Also find the inverse.
3
2 2 1
1 2 2 1 2 2
1 1
Solution : Let A 2 1 2 Then A 2 1 2
3 3
2 2 1 2 2 1
1 2 2 1 2 2 9 0 0 1 0 0
1 1
and AA 2 1 2 2 1 2 0 9 0 = 0 1 0 I
9 9
2 2 1 2 2 1 0 0 9 0 0 1
1 2 2
1
Similarly AA = I. Hence A is orthogonal and A A ' 21
1 2
3
2 2 1
Def. Unitary Matrix : A square matrix A is said to be unitary if AA A A I . It is clear from the
A A ' A A A A A I A A AA I
So, a unitary matrix whose elements are all real, is an orthogonal matrix.
Remark : In a matrix, if every row and column contains exactly one element from the set {ei : }
(i.e., unit modulus) and all other elements are zero, then the matrix is unitary.
Properties :
1. (i) The sum of two unitary matrices need not be unitary. i.e., if A and B are two unitary matrices
of same order, then A B may or may not be unitary.
(ii) If A and B are two unitary matrices of same order, then A B is unitary iff
AB BA I O
Proof : Since A and B are unitary, therefore we have AA I , BB I
AA BA AB BB
I BA AB I
I
A B is unitary.
Conversely : suppose A B is unitary. i.e., ( A B)( A B) I
5. If A is a unitary matrix, then any positive integral power of A is also a unitary matrix.
6. If A is a unitary matrix, then A1 is also unitary.
7. If A is a unitary matrix, then A is also unitary.
8. The conjugate of a unitary matrix is unitary.
9. The transposed conjugate of a unitary matrix is unitary.
10. The determinant of a unitary matrix has absolute value 1.
11. A unitary matrix is always a non-singular matrix.
1 1 2i 4 2i
Example 2 : Show that is unitary and find A1.
5 2 4i 2 i
1 1 2i 4 2i
Solution : Given that A
5 2 4i 2 i
1 1 2i 2 4i 1 1 2i 2 4i
Then A and A ' A
5 4 2i 2 i
5 4 2i 2 i
1 1 2i 4 2i 1 2i 2 4i 1 1 4 16 4 0
Now A A 4 2i 2 i = 25
25 2 4i 2 i 0 4 16 4 1
J.R. INSTITUTE OF MATHEMATICS
189/35 BEHIND RAILWAY STATION, VAISH COLLEGE ROAD, ROHTAK PIN-124001 (HARYANA)
E-mail us on - [email protected], [email protected] Mob. 8607383607, 9802177766
Page 33
1 25 0 1 0
= I
25 0 25 0 1
1 1 2i 2 4i
Similarly AA = I . Hence A is unitary and hence A1 [ A1 A ]
5 4 2i 2 i
A A A B B A B B A ( A B) B ( A B)
( A B )( A B) ( A B ) ( A B )
A B is a normal matrix.
2. (i) The product of two normal matrices need not be normal. i.e., if A and B are two normal
matrices of same order, then AB may or may not be a normal matrix.
(ii) If A and B are two normal matrices of same order such that AB B A and A B BA , then
AB is also a normal matrix.
Proof : Since A and B are two normal matrices, therefore we have AA A A and BB B B .
Now, ( AB)( AB) ( AB)( B A ) A( BB ) A AB BA B ( AA ) B B A AB ( AB) ( AB)
AB is a normal matrix.
3. The scalar product of normal matrix is again a normal matrix.
4. If A is a normal matrix, then any positive integral power of A is also a normal matrix.
5. If A is a normal matrix, then A is also a normal matrix.
6. Every real symmetric, real skew-symmetric, hermitian, skew-hermitian, real orthogonal and
unitary matrix is normal.
7. A normal matrix need not be symmetric, skew-symmetric, hermitian, skew-hermitian, orthogonal
or unitary.
34
Exercise 1.4
1. Check whether the following matrices are proper orthogonal or improper orthogonal :
3 4 12 5
5 5 13 13 3 5
(i) (ii) (iii) 1 2
4
3 5 12
5 5 13 13
2. Prove that a matrix A [a ] of order 1 is orthogonal if and only if a 1 .
a b a b a b 2 2
3. Show that the matrix A is orthogonal iff A = b a or b a where a + b = 1.
c d
4. If A is an orthogonal matrix and if B AP, where P is non-singular, then prove that PB1 is
orthogonal.
5. If A is symmetric and P is orthogonal, then show that P1AP is symmetric.
6. If A and B commute, then prove that CAC and CBC commute if C is orthogonal.
1
7. If A is skew-symmetric and I A is non-singular, then prove that B I A I A is
orthogonal.
8. Show that the following matrices are unitary and hence find their inverse :
1 i
0 i 2 2
(i) i 0 (ii)
i 1
2
2
1 i i 3 i
2 3 2 15
1 1 1 i 1 1 4 3i
(iii)
3 1 i 1
(iv) 2 3 2 15
1 i 5i
2
3 2 15
a ic b id
9. Show that the matrix A is unitary if and only if a 2 b 2 c 2 d 2 1 .
b id a ic
Page 35
i 0 0 0
i 0 0 i 0 0 i 0 0 0 0 0 0 i
1 0
(i) 0 i 0 (ii) 0 1 0 (iii) 0 0 1
(iv) (v) 0 1 0
0 i 0 0
0 0 i 0 0 1 0 i 0 i 0 0
0 0 0 1
15. What do you notice in above matrices.
16. Show that the following matrices are orthogonal and hence find their inverse.
1 2 2
3 4 3 3 3
5
5 2 1 2
(i) (ii)
4 3 3 3 3
5 5 2
2 1
3 3 3
1 1 1
3 6 2
1 2 2
1 1 2
(iii) 2 1 2 (iv) 0
3 3 6
2 2 1
1 1 1
3 6 2
17. Find a 2 2 orthogonal matrix P whose first row is a multiple of (a) (3, –4) (b) (1, 2)
18. Find a 3 3 orthogonal matrix P whose first two rows are multiple of :
(a) (1,2,3) and (0,–3,2) (b) (1,3,1) and (1,0,–1)
19. Suppose A and B are orthogonal matrices. Show tht AT , A1 , AB are also orthogonal.
1 1 1
3 4 1 2
20. Which of the following matrices are normal ? A , B , C 0 1 1 .
4 3 2 3
0 0 1
3 4i 1 1 0
23. Determine which of the following matrices are normal A and B .
i 2 3i 1 i i
36
Answers
1. (i) Improper orthogonal. (ii) Proper orthogonal (iii) The matrix is not orthogonal.
1 i 1 1
1 i
2 2 2
0 i 2 2 1 1 1 i i 1 i
8. (i) i (ii) (iii) (iv)
0 i 1
3 1 i 1 3 3 3
2
2 3i 4 3i 5i
2 15
2 15 2 15
1 1 1
3 3 3
3 4 1 2 2 1 2 2
5 5 1 1 1 2 1
16. (i) (ii) 2 1 2 (iii) 2 1 2 (iv)
4 3 3 3 6 6 6
2 2 1 2 2 1
5 5 1 1
2 0
2
3 4 1 2
5
5 5 5
17. (a) , (b)
4 3 2 1
5 5 5 5
1 2 3 1 3 1
14 14 14 11 11 11
3 2 1 1
18. (a) 0 (b) 0
13 13 2 2
13 2 3 3 2 3
182 182 182 22 22 22
20. A, C 21. A, B 23. A
Page 37
1
Remark : The matrix A [aij ]nn where aij for all i, j and n 2 is an idempotent matrix. i.e.,
n
1 1 1
1 n n ... n
1/ n 1/ n ... 1/ n
1/ n 1/ n ... 1/ n 1 1 1 ... 1
is always an idempotent matrix and I A n n n is also an
1/ n 1/ n ... 1/ n 1 1 1
... 1
n n n
idempotent matrix.
Properties :
1. (i) The sum of two idempotent matrices need not be an idempotent matrix. i.e., if A and B are two
idempotent matrices, then A B may or may not be an idempotent matrix.
(ii) If A and B are idempotent matrices of same order, then A B is idempotent iff AB BA O .
Proof : We have A2 A, B 2 B
Suppose AB BA O .
Now, ( A B) 2 A2 AB BA B 2 A2 B 2 A B
A B is idempotent.
Conversely : suppose A B is idempotent. i.e., ( A B)2 A B A2 AB BA B 2 A B
A AB BA B A B
AB BA O ……(1)
Pre-multiplying (1) both sides by A, we get AAB ABA O AB ABA O ……(2)
Post-multiplying (1) both sides by A,we get ABA BAA O ABA BA O ……(3)
By (2) and (3), we get AB BA ……(4)
By (1) and (4), we get AB BA O .
2. (i) The product of two idempotent matrices need not be an idempotent matrix. i.e., if A and B are
two idempotent matrices, then AB may or may not be an idempotent matrix.
(ii) If A and B are two idempotent matrices such that AB BA , then the product AB is also idempotent.
Proof : Since A and B are idempotent matrices, therefore we have A2 A, B 2 B
k n I (1 k )n k n A
Page 39
A B is involutory.
Conversely : suppose A B is involutory. i.e., ( A B) 2 I A2 AB BA B 2 I
I AB BA I I
AB BA I O
2. (i) The product of two involutory matrices need not be an involutory matrix. i.e., if A and B are
two involutory matrices, then AB may or may not be an involutory matrix.
(ii) If A and B are two involutory matrices such that AB BA , then the product AB is also
involutory.
Proof : Since A and B are involutory matrices, therefore we have A2 I , B 2 I
4. If A is an involutory matrix then A2n I and A2 n1 A where n is any positive integer.
5. If A is an involutory matrix, then A ' is also an involutory matrix.
6. Let A be an involutory matrix. If k is any complex number and n be a positive integer then
(kI A)n can be expressed as a linear combination of I and A.
7. If any two rows of the identity matrix are interchanged the resulting matrix is an involutory matrix.
1
8. A square matrix A is involutory iff ( A I ) is idempotent. This relation gives a bijection between
2
involutory matrices and idempotent matrices.
9. The determinant of an involutory matrix is always 1 or –1.
40
10. The trace of a n n involutory matrix always belongs to the set n, n 1 ,..., 1,0,1, 2,...., n .
Def. Nilpotent matrix : A square matrix A is said to be nilpotent matrix if there exists a positive
integer k such that Ak O .
0 1 1 2
0 0 2 3
Examples : Zero matrix,
0 0 0 1
0 0 0 0
Remark : All super lower triangular and super upper triangular matrices are nilpotent.
Def. Index of nilpotency : Let A be a nilpotent matrix then the smallest positive integer k for which
Ak O is called index of nilpotency of A.
Properties :
1. (i) The sum of two nilpotent matrices need not be nilpotent matrix. i.e., if A and B are two
nilpotent matrices, then A B may or may not be nilpotent matrix.
(ii) If A and B are two nilpotent matrices of same order such that AB BA , then A B is also
nilpotent matrix.
(iii) If A and B are two nilpotent matrices with index m and n such that AB BA , then A B is
nilpotent with index m n 1 .
2. (i) The product of two nilpotent matrices need not be nilpotent matrix. i.e., if A and B are
two nilpotent matrices, then AB may or may not be nilpotent matrix.
(ii) If A and B are two nilpotent matrices of same order such that AB BA , then AB is also a
nilpotent matrix.
(iii) If A and B are two nilpotent matrices with index m and n such that AB BA , then AB is
nilpotent with index min m, n .
3. If A and B are any square matrices of same order such that AB is nilpotent, then BA is also
nilpotent. Further, (index of nilpotency of BA) (index of nilpotency of AB) +1.
4. The scalar product of nilpotent matrix is again a nilpotent matrix. i.e., if A is nilpotent matrix and
k is any complex number, then kA is also a nilpotent matrix.
5. Index of nilpotency of a nilpotent matrix cannot exceed its size. In other words if A is a n n
nilpotent matrix with index of nilpotency k then k n .
6. If A is a n n nilpotent matrix then we must have An O .
7. If A is a n n matrix such that A O, A2 O, ..., An O , then A cannot be nilpotent.
8. If A is a nilpotent matrix with index of nilpotent n and k is a positive integer then Ak is nilpotent
n
matrix with index of nilpotent , where denotes the ceiling function.
k
J.R. INSTITUTE OF MATHEMATICS
189/35 BEHIND RAILWAY STATION, VAISH COLLEGE ROAD, ROHTAK PIN-124001 (HARYANA)
E-mail us on - [email protected], [email protected] Mob. 8607383607, 9802177766
Page 41
Def. Ceiling function : x is the smallest integer greater than or equal to x, where x is any real number.
k n I nC1k n1 A nC2k n2 A2 ... nCm1k n m1 Am1 Am Am1 .... An 0
11. The determinant of a nilpotent matrix is always 0 i.e., every nilpotent matrix is singular.
However, every singular matrix is not nilpotent.
12. The trace of a nilpotent matrix is always 0.
Exercise 1.5
1. Show that the following matrices are idempotent :
0 a 0 0 0 0 0 0
0 1 0 0 0 0 0 0
(i) (ii)
0 b 0 0 a b 1 c
0 c 0 0 0 0 0 0
2. What do you notice in above matrices.
3. If AB A and BA B , then show that A and B are idempotent matrices.
2 2 0
4. Express the matrix B 0 3 0 as the sum of a scalar matrix and an idempotent matrix and
0 2 2
hence calculate B 5 .
a b
5. Show that the matrix 1 a 2 , b 0 is always involutory.
a
b
3 0 0 1
0 3 1 0
6. Express the matrix B as the sum of a scalar matrix and an involutory matrix and
0 1 3 0
1 0 0 3
hence calculate B 3 .
42
7. Show that the following matrices are nilpotent and also find their index of nilpotency.
0 1 1 0 0
0 0 1 1 1 0 0 0 1
0 1 1 1 0
0 1 1 0 0 0 1
(i) A 0 0 0 1 1 (ii) B (iii) C
0 0 0 1 0 0 0 0
0 0 0 0 0
0 0 0 0 0 0 0 0 0
0 0 0 0
0 1 1 0 0 2 1 1 1
(iv) D 0 0 1 (v) E 0 0 0 (vi) F 1 1 1
0 0 0 0 0 0 0 0 0
1 1 1 1 2 3
(vii) G 1 1 1 (viii) H 5 10 15
1 1 0 3 6 9
8. Construct five different nilpotent matrices by taking hint from the matrix H in above question.
2 2 2
9. Express the matrix 0 2 3 as the sum of a scalar matrix and a nilpotent matrix and hence
0 0 2
calculate B10 .
10. Give an example of two matrices A and B such that AB is nilpotent but neither A nor B is nilpotent.
Answers
2 0 0 0 2 0 32 422 0
4. B 0 2 0 0 1 0 ; B 0 243 0
5
0 0 2 0 2 0 0 422 32
3 0 0 0 0 0 0 1 36 0 0 28
0 3 0 0 0 0 1
0 0 36 28 0
6. B ; B
3
0 0 3 0 0 1 0 0 0 28 36 0
0 0 0 3 1 0 0 0 28 0 0 36
7. (i) 4 (ii) 4 (iii) 2 (iv) 3 (v) 2 (vi) 2 (vii) 3 (viii) 2
2 0 0 0 2 2 1024 10240 79360
9. B 0 2 0 0 0 3 ; B 0
10
1024 15360
0 0 2 0 0 0 0 0 1024
1 0 0 0
10. A , B
0 0 0 1
J.R. INSTITUTE OF MATHEMATICS
189/35 BEHIND RAILWAY STATION, VAISH COLLEGE ROAD, ROHTAK PIN-124001 (HARYANA)
E-mail us on - [email protected], [email protected] Mob. 8607383607, 9802177766
Page 43
imaginary imaginary
13 Orthogonal AA ' I 1 Sum of diagonal
elements
14 Unitary AA I Unit Sum of diagonal
modulus elements
15 Normal AA A A --- Sum of diagonal
elements
16 Idempotent A2 A 0 or 1 0,1, 2,...., n}
17 Involutory A2 I 1 or –1 n,...,0,1,..., n
18 Nilpotent Ak 0 0 0
J.R. INSTITUTE OF MATHEMATICS
189/35 BEHIND RAILWAY STATION, VAISH COLLEGE ROAD, ROHTAK PIN-124001 (HARYANA)
E-mail us on - [email protected], [email protected] Mob. 8607383607, 9802177766
Page 1
9. If two 2 2 matrices A and B satisfy the 20. The only n n matrix that commutes with
equation BA 0 , then either A 0 or all other n n matrices is I n .
B0.
1
10. For n n matrices, this cancellation law a b 1 d b
21. =
holds : If AB CA and A 0 , then B C . c d ad bc c a
Establishes that every 2 2 matrix has an
11. If three matrices A, B and C satisfy the inverse.
equation AB CB and if B 0 , then it
follows that A C . 22. If A and B are n n matrices such that
AB I , then BA I also.
2
23. If A and B are invertible n n matrices, 37. Let A be an m n matrix, and let B be an
then so is AB , and furthermore, n m matrix. If n m and AB is
AB 1 A1B 1 . invertible, then so is BA.
Page 3
or 1 where n 5
1. 5! 2. 55
J.R. INSTITUTE OF MATHEMATICS
189/35 BEHIND RAILWAY STATION, VAISH COLLEGE ROAD, ROHTAK PIN-124001 (HARYANA)
E-mail us on - [email protected], [email protected] Mob. 8607383607, 9802177766
Page 5
21. The columns of an orthogonal matrix forms 25. Given the permutation
1. an orthogonal set of vectors 1 2 3 4 5
, the matrix A is
2. an orthonormal set of vectors 3 1 2 5 4
3. a linearly independent set defined to be the one whose i-th column is
4. All of the above the (i)-th column of the identity matrix I.
Which of the following is correct ?
2 6 3 x 1. A A2 2. A A4
22. If A ,B , then in order
3 9 y 2
3. A A5 4. A A1
that AB 0. The values of x and y will be,
(CSIR NET June 2014)
respectively
1. 6 and 1 2. 6 and 1
6
26. Let J denote a 101 101 matrix with all the n n identity matrix. Which of the
entries equal to 1 and let I denote the following is always true ?
identity matrix of order 101. Then the 1. A is nonsingular
determinant of JI is 2. B is nonsingular
1. 101 2. 1 3. A+B is nonsingular
3. 0 4. 100 4. AB is nonsingular
(CSIR NET June 2014) (CSIR NET Dec 2014)
27. For the matrix A as given below, which of 29. The determinant of the n n permutation
them satisfy A6 =I ? matrix
1
cos 4 sin
4
0 1
.
1. A sin cos 0
4 4 .
0 0 1
.
1
1
1 0 0
n
n
1. 1 2. 1 2
2. A 0 cos sin
3 3
3. 1 4. 1
0 sin cos
3 3 (CSIR NET Dec 2014)
cos 6 0 sin
6
1 1 x 1 x x2
3. A 0 1 0
30. The determinant 1 1 y 1 y y 2 is
sin 0 cos 1 1 z 1 z z2
6 6
equal to
cos 2 sin
2
0 1. ( z y )( z x )( y x)
4. A sin cos 0 2. ( x y ) ( x z )( y z )
2 2
2 2 2
0 0 1 3. x y y z z x
4. x 2
y 2 y 2 z 2 z 2 x 2
(CSIR NET June 2014)
(CSIR NET Dec 2014)
aij 0 or 1 i, j ,
J.R. INSTITUTE OF MATHEMATICS
189/35 BEHIND RAILWAY STATION, VAISH COLLEGE ROAD, ROHTAK PIN-124001 (HARYANA)
E-mail us on - [email protected], [email protected] Mob. 8607383607, 9802177766
Page 7
1 1 4
1 0 0
3. 1 4 10 4. None of these
1 i 3
33. If A i 0 , then the 4 3 5
2
0 1 i 3
1 2i
2 37. Multiplication of matrices E and F is G.
1. 0 2. 1 cos sin 0 1 0 0
3. 2 4. 3 E sin cos 0 , G 0 1 0
0 0 1 0 0 1
(GATE 2009)
Then, the value of matrix F is
34. For which value of x will the matrix given cos sin 0
below become singular ? 1. sin cos 0
0 0 1
8 x 0
4 0 2
12 6 0
8
cos cos 0 x a p
2. cos sin 0 D2 det y b q . Then
0 0 1 z c r
1. D1 D2 2. D1 2 D2
cos sin 0
3. D1 D2 4. 2D1 D2
3. sin cos 0
(CSIR NET Dec 2016)
0 0 1
cos sin
sin cos 0 42. Consider the matrix A ,
4. cos sin 0 sin cos
2
0 0 1 where . Then A2015 equals
31
1. A
2. I
38. Let A be a 5 5 matrix such that sum of
cos13 sin13
3.
elements of each row is 2 then the sum of sin13 cos13
all elements of A3 is 0 1
4.
1. 45 2. 40 1 0
3. 90 4. None of these (CSIR NET Dec 2016)
2. invertible
45. The trace of the matrix 0 2 0 is
3. nilpotent 0 0 3
4. unipotent, i.e., Q I is nilpotent
(GATE 2004)
1. 7 20 2. 220 320
a b c 3. 2 220 320 4. 220 320 1
41. Let D1 det x
y z and
(CSIR NET June 2018)
p q r
------------------------ M C Q -----------------------
J.R. INSTITUTE OF MATHEMATICS
189/35 BEHIND RAILWAY STATION, VAISH COLLEGE ROAD, ROHTAK PIN-124001 (HARYANA)
E-mail us on - [email protected], [email protected] Mob. 8607383607, 9802177766
Page 9
orthogonal
AAt I , where I is the m m identity
Page 11
MCQ
1. 1,3,4 2. 2,4 3. 2,3 4. 3,4
5. 2,3,4 6. 1,2,3 7. 1,2,3 8. 2,3
9. 1,4 10. 2,4