Linear Algebra C S I R Net
Linear Algebra C S I R Net
Linear Algebra
By U. R. Tyagi
CONTENTS
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.
2 Linear Algebra
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
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
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 1 Matrices 3
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
and
0 0
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
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
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
4 Linear Algebra
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.
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 1 Matrices 5
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
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 .
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
6 Linear Algebra
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 .
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 .
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 1 Matrices 7
(i) A A
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
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
8 Linear Algebra
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
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
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 1 Matrices 9
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
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
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
10 Linear Algebra
Property 9 : If each element of a row (column) of a determinant is expressed as a sum of two or more
terms, then the determinant can be expressed as the sum of two or more determinants.
a1 1 b1 1 c1 1 a1 b1 c1 1 1 1
e.g., a2 b2 c2 a2 b2 c2 a2 b2 c2
a3 b3 c3 c3 b3 c3 a3 b3 c3
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.
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.
1 1 1 ... 1
a1 a2 a3 ... an
Property 14 : Vandermonde determinant : a12 a22 a32 ...
an2 a j ai
i j
... ... ... ... ... i , j 1,2,...,n
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
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 1 Matrices 11
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
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.
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
12 Linear Algebra
Proof : We have, B BI n B AB BA B
B BA B 0
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
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 1 Matrices 13
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. If A and B are invertible matrices such that kA lB is invertible then kB 1 lA1 is also invertible.
15. If A and B are invertible matrices such that A B is invertible then A1 B 1 is also invertible.
Proof : Directly follows from above result.
16. If A and B are square matrices of same order such that AB BA 0 and A B is non-singular
then Ak B k is also non-singular where k is a positive integer.
17. If A and B are square matrices of same order such that AB BA 0 and A B is non-singular
then Ak B k is also non-singular where k is an odd positive integer.
2 2
Proof : We have, A B A B . But A B is non-singular
A B 2 is non-singular A B 2 is non-singular
A B is non-singular A B k is non-singular
k
Ak B k is non-singular [ Since k is odd so A B Ak B k ]
18. 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) .
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)
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
14 Linear Algebra
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 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
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 1 Matrices 15
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
4. If A and B , i 1 verify that (i) AB BA (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 n n n 1
9. If A
0 0 , prove that (aI bA) a I na bA , where I is a unit matrix of order 2 and n 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
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
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
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 1 Matrices 17
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 multiple 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
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
18 Linear Algebra
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
1
A .
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
am1 am 2 ... amn d1am1 d 2am 2 ... d n amn
i.e., ith column of A is multiplied by di .
9. The determinant of a diagonal matrix is equal to the product of its diagonal elements, i.e., if
d1
d2
A is a diagonal matrix of order n, then A d d ....d .
1 2 n
dn
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 1 Matrices 19
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 multiple 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
k , then An kn , where n 0 .
A
n
k k
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
20 Linear Algebra
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
k 0 , then A1 .
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
(lower) triangular matrix. Further, if d1 , d 2 ,..., d n are the diagonal elements of a triangular matrix,
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 1 Matrices 21
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
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.
0 .. 0 d1 0 .. 0 d1' d1d n '
0 .. d 2 0 0 .. d 2' 0 d 2 d n1'
i.e., if A and B , then AB .
.. .. .. .. .. .. .. ..
d n .. 0 0 d n' .. 0 0 d n d1'
3. The scalar multiple 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
0 .. d 2m1d nm1 0 (d 2 d n 1 )m
then A 2 m 1
and A
2m ,
.. .. .. ..
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
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
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 1 Matrices 23
0 .. 0 1/ d n
0 .. 1/ d n1 0
then A
1 .
.. .. .. ..
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
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
24 Linear Algebra
3. The scalar multiple 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 A2 m1 and A2 m , where m 0 .
.. .. .. ..
2 m1
k .. 0 0 k 2m
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 A1
.. .. .. .. .. .. .. ..
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
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
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 1 Matrices 25
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
7. 5n 8. 3n
----------------------------------------------------------------------------------------------------------
1.3 Symmetric, skew-symmetric, hermitian and skew-hermitian matrices
A square matrix A = aij said to be symmetric if aij = aji for all i and j.
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
26 Linear Algebra
a h g 1 1 i 2i
1 3
Examples : , h b f, 1 i 2 3 2i .
3 4
g f c 2 i 3 2 i 3
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.
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 1 Matrices 27
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
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
28 Linear Algebra
(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
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.
20. Every skew hermitian matrix A can be written as A B iC where B is real skew-symmetric and
C is real symmetric.
21. A real matrix is hermitian iff it is symmetric.
22. A non-real symmetric matrix cannot be hermitian.
23. A non-real hermitian matrix cannot be symmetric.
24. A real matrix is skew hermitian iff it is skew symmetric.
25. A non-real skew symmetric matrix cannot be skew hermitian.
26. A non-real skew hermitian matrix cannot be 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
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 1 Matrices 29
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
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
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
30 Linear Algebra
7. Let A be a square matrix. Show that (a) A A is hermitian, (b) A A is skew-hermitian, (c)
A B C , where B is hermitian and C is skew hermitian.
8. Express the following matrices as a sum of hermitian and skew-hermitian matrices :
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.
7 1
9 5 1 1 4
2 0 1 1
2
1 2
3 0 2
2
3
5
1 1 4 1 0 2
9 5 2 2
3. 3 2
0 2 4.
2 2
4 1
1 2 3
3 4 7 0
2 5 2
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
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 1 Matrices 31
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.
(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 multiple 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.
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
32 Linear Algebra
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 matrices of order n n with entries from the set 0,1, 1 is 2n n !
n
cos sin cos n sin n
14. where n is a positive integer.
sin cos sin n cos n
n
cos sin 0 cos n sin n 0
15. sin cos 0 sin n cos n 0 where n is a positive integer.
0 0 1 0 0 1
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 ' 2 1
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
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 1 Matrices 33
i 0 ... 0 0 ... 0 i
i
1 1 i 1 i e 0 0 i ... 0 0 ... i 0
Examples : , , ,
2 1 i 1 i 0 e i
0 0 ... i i ... 0 0
Note : If each element of the matrix A is real, then A A
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
is also unitary.
4. (i) The scalar multiple of unitary matrix need not be unitary. i.e., if A is a unitary matrix and k is
any complex number, then kA may or may not be unitary.
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
34 Linear Algebra
2
(ii) If A is a unitary matrix and k is any complex number, then kA is unitary iff k 1 .
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. In other words, if A is a unitary matrix
a ib
then A ei , or A where a 2 b 2 0 .
2 2
a b
11. A unitary matrix is always a non-singular matrix.
12. A real matrix is unitary iff it is orthogonal.
13. A non-real orthogonal matrix cannot be unitary.
14. A non-real unitary matrix cannot be orthogonal.
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
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
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 1 Matrices 35
Proof : Since A and B are two normal matrices, therefore we have AA A A and BB B B .
Now, ( A B)( A B) ( A B)( A B ) AA BA AB BB
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 multiple 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.
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
a b a b a b
3. Show that the matrix A is orthogonal iff A = or where a2 + b2 = 1.
c d b a b a
4. If A is an orthogonal matrix and if B AP, where P is non-singular, then prove that PB1 is
orthogonal.
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
36 Linear Algebra
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
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 1 Matrices 37
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
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
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
38 Linear Algebra
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
---------------------------------------------------------------------------------------------------------------------------
1.5 Idempotent, Involutory and Nilpotent matrices
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 1 Matrices 39
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
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
40 Linear Algebra
6. If A is an idempotent matrix, k is a complex number and n is a positive integer, then (kI A)n can
be expressed as the linear combination of I and A.
Proof : As A is idempotent so An A for all n 1 . Further kI and A commute with each other so
(kI A)n can be expanded by Binomial Theorem, so
k n I (1 k )n k n A
10. Identity matrix is the only non-singular idempotent matrix. In other words if A is idempotent and
A I then A 0 .
If n is an even positive integer and d1, d 2 ,...., d n are non zero complex numbers then the matrix
2
0 0 ... ... d1
0 0 0 0 5 2i
0 ... d 2 0
0
... 0 4 0
... ... ... ...
is an involutory matrix, e.g., 1
0 1
0 ... 0 0 0 0 .
4
d2
1 0 0 0
1 0 0 ... 0 5 2i
d1
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 1 Matrices 41
Properties :
1. (i) The sum of two involutory matrices need not be an involutory matrix. i.e., if A and B are two
involutory matrices, then A B may or may not be an involutory matrix.
(ii) If A and B are involutory matrices of same order, then A B is involutory iff AB BA I O .
Proof : We have A2 I , B 2 I
Suppose, AB BA I O
Now , ( A B) 2 A2 AB BA B 2 I AB BA I I O I
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(columns) 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.
10. The trace of a n n involutory matrix always belongs to the set n, n 1 ,..., 1,0,1, 2,...., n .
11. There does not exist a real matrix A of odd order such that A2 I . But there exists real matrices
0 0 0 1
0 0 0
0 1 1
A of even order such that A2 I . For example, , .
1 0 0 1 0 0
1 0 0 0
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. For example, consider the
0 1 0 1 0 0
matrices A B and again consider A , B .
0 0 0 0 1 0
(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. For example, consider
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 1 Matrices 43
0 1 0 0
A , B
0 0 1 0
(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 multiple 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
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.
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
44 Linear Algebra
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 .
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.
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 1 Matrices 45
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 ; B3
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
1 0 0 0
10. A , B
0 0 0 1
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
46 Linear Algebra
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 1 Matrices 47
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.
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
48 Linear Algebra
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.
or 1 where n 5
18. A, B, ( A B ) are non-singular matrices.
1. 5! 2. 55
Then, [ B( A B)1 A]1 is equal to
3. 215 4. 515
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 1 Matrices 51
21. The columns of an orthogonal matrix forms 25. Given the permutation
1. an orthogonal set of vectors
1 2 3 4 5
2. an orthonormal set of vectors , the matrix A is
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
22. If A ,B , then in order 1. A A2 2. A A4
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
26. Let J denote a 101 101 matrix with all the
3. 6 and 3 4. 5 and 4
entries equal to 1 and let I denote the
identity matrix of order 101. Then the
determinant of JI is
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
52 Linear Algebra
1. 101 2. 1 4. AB is nonsingular
3. 0 4. 100 (CSIR NET Dec 2014)
(CSIR NET June 2014)
29. The determinant of the n n permutation
27. For the matrix A as given below, which of matrix
them satisfy A6 =I ? 1
1
cos 4 sin
4
0 .
.
1. A sin cos 0
4 4 .
0 0 1
1
1
n
n
1 0 0 1. 1 2. 1 2
2. A 0 cos sin 3. 1 4. 1
3 3
(CSIR NET Dec 2014)
0 sin cos
3 3
1 1 x 1 x x2
cos 6 0 sin
6
30. The determinant 1 1 y 1 y y 2 is
3. A 0 1 0 1 1 z 1 z z2
sin 0 cos equal to
6 6
1. ( z y )( z x )( y x)
cos 2 sin
2
0
2. ( x y ) ( x z )( y z )
4. A sin cos 0 3.
2
x y y z z x
2 2
2 2
0 0 1
4. x 2
y 2 y 2 z 2 z 2 x 2
(CSIR NET June 2014) (CSIR NET Dec 2014)
2 i 1. idempotent 2. nilpotent
32. Let e 5
and the matrix
3. involutory 4. periodic
1 2 3 4
2
0 3 4
36. Let f x x 2 5 x 6, and
M 0 0 2 3 4
0 0 0 3 4 2 0 1
0 0 0
0 4 A 2 1 3 , then f (A) is equal to
1 1 0
Then, the trace of the matrix I M M 2 is
1. 5 2. 0 3. 3 4. 5 1 1 3 1 1 5
(GATE 2012) 1. 1 1 10 2. 1 1 4
5 4 4 3 10 4
1 1 4
1 0 0 3. 1 4 10 4. None of these
1 i 3 4 3 5
33. If A i 0 , then the
2
0 1 i 3
1 2i 37. Multiplication of matrices E and F is G.
2
Matrices E and G are as follows :
trace of A102 is
cos sin 0 1 0 0
1. 0 2. 1
E sin cos 0 , G 0 1 0
3. 2 4. 3
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
1. sin cos 0
below become singular ?
0 0 1
8 x 0
4 0 2 cos cos 0
12 6 0 2. cos sin 0
0 0 1
1. 4 2. 6
3. 8 4. 12 cos sin 0
3. sin cos 0
0 0 1
5 8 0
35. If A 3 5 0 , then A is
1 2 1
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
54 Linear Algebra
39. Let A and B are two 3 3 complex matrices 43. Let A and B be real invertible matrices such
that AB BA . Then
such that sum of elements of each row of A
1. Trace A Trace B 0
is 1 i and that if B is i then sum of all nine
2. Trace A Trace B 1
elements of AB is 3. Trace A 0, Trace B 1
1. 3 3i 2. 3 3i 4. Trace A 1, Trace B 0
3. 3 3i 4. 3 3i (CSIR NET June 2017)
0 1
44. Let A . Then the smallest
40. Let P be a n n matix with integral entries 1 1
1 positive integer n such that An I is
and Q P I , where I denotes the 1. 1 2. 2
2
3. 4 4. 6
n n identity matrix. Then, Q is
(CSIR NET Dec 2017)
1. idempotent, i.e., Q 2 Q 20
2. invertible 2 1 0
3. nilpotent 45. The trace of the matrix 0 2 0 is
4. unipotent, i.e., Q I is nilpotent 0 0 3
(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
p q r (CSIR NET June 2018)
x a p ------------------------ M C Q -----------------------
D2 det y b q . Then 1. Let A aij bean n n complex matrix and
z c r
let A denote the conjugate transpose of A.
1. D1 D2 2. D1 2 D2
Which of the following statements are
3. D1 D2 4. 2D1 D2
(CSIR NET Dec 2016) necessarily true?
1. If A is invertible, then tr A A 0 , i.e,
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 1 Matrices 55
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
56 Linear Algebra
7. Which of the following(s) is/are correct ? 2. AAt is invertible
1. If A is unitary matrix, then A is also 3. At A is invertible
4. if m n , then A is invertible
unitary matrix.
(CSIR NET June 2017)
2. Inverse of unitary matrix is unitary matrix.
1 1 1 i
11. Let A aij be a 3 3 complex matrix
3. A is unitary matrix.
3 1 i 1 identify the correct statements
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 1 Matrices 57
Assignment key
SCQ
1. 3 2. 2 3. 3 4. 3
5. 3 6. 2 7. 4 8. 2
9. 3 10. 4 11. 2 12. 3
13. 4 14. 4 15. 2 16. 1
17. 4 18. 2 19. 4 20. 4
21. 4 22. 1 23. 3 24. 3
25. 3 26. 4 27. 2 28. 2
29. 2 30. 1 31. 3 32. 4
33. 4 34. 1 35. 3 36. 1
37. 3 38. 2 39. 3 40. 2
41. 3 42. 2 43. 1 44. 4
45. 3
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
Chapter 2
Rank of a matrix
We can do anything we want to, if we stick to it long enough.
– Helen Keller
Def. Submatrix : A matrix obtained by leaving zero or more rows but not all and simultaneously
leaving zero or more columns but not all of a given matrix is called submatrix of the given matrix.
Def. Minor of a matrix : Let A be an m n matrix, then the determinant of every square sub-matrix
of A is called a Minor of the matrix A and the order of the sub-matrix is called order of minor.
Def. Determinantal Rank : Let A [aij ] m n be an m n matrix, then a non-negative integer r is
2. A 0 iff A 0 or zero matrix is the only matrix whose determinantal rank is zero.
3. A 0 iff A 1 or A 0 or A 0 or A is positive.
6. If every minor of order r of a matrix A vanishes then every minor of order r 1 of A also vanishes.
It is so because every minor of order r 1 is a sum of scalar multiples of minors of order r.
7. Determinantal rank of transpose of a matrix is equal to the original matrix.
60 Linear Algebra
10. If A is a m n matrix whose all elements are distinct then the number of submatrices of order r s
m n
is m
Cr nCs and the total number of submatrices of A is m Cr n Cs 2m 1 2n 1 .
r 1 s 1
11. If A is a m n matrix whose all elements are same then the number of submatrices of order r s is
1 and the total number of submatrices of A is mn.
1 1 1
Example 1 : Find the determinantal rank of the matrix x y z , x, y, z being all real.
x 3 y3 z 3
1 1 1 1 1 1
Solution : Let A x y z , so A x y z = ( x y )( y z )( z x )( x y z )
3 3
x y z 3 x 3
y 3
z3
1 1
But yx 0 [ x, y are different ]
x y
1 1
Now x y z , then the minor z x 0 and so ρ A 2 .
x z
1 1 1
Case (iv) : If x y z then A x x x
x2 x2 x2
Here every minor of order 2 vanishes but there is a minor of order 1, which does not vanish ( 1 is an
Exercise 2.1
1. Find the determinantal rank of the following matrices
3
1 1
(i) 5 (ii) (iii) 0 0 7 0
0 1 1
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 2 Rank of a matrix 61
2 3 1 1
2 0 0 1 2 3 1 1 2 4
(iv) 0 2 0 (v) 2 4 9 (vi)
3 1 3 2
0 0 2 3 6 4
6 3 0 7
a 0 .. 0
1 5 4 6 2 1 1 0 a .. 0
(vii) 2 7 5 9 (viii) 0 3 2 (ix)
.. .. .. ..
3 9 6 12 2 4 3
0 0 .. a n n
0 6 6 1
1 5 4 6 8 2 2 2
7 2 3
(iv) 2 7 5 9 (v) (vi) 2 2 2
2 3 0 1
3 9 6 12 2 2 2
3 2 1 1
1 x x2
3. Find the determinantal rank of A = 1 y y2 .
1 z z 2
4. Let A and B be two square matrices of order n. If ( A) ( B) n , prove that ( AB) n and
conversely.
5. If A is a square matrix of order n and ρ( A) n 2 then prove that adj A O .
3a 8 3 3
6. Find the value of a so that ( A) 2 , where A is the matrix 3 3a 8 3
3 3 3a 8
x p q r
7. Find x so that A = p xq r has determinantal rank 3.
p q x r
8. Show that determinantal rank of a matrix determinantal rank of every sub-matrix of it.
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
62 Linear Algebra
0 1 0 0
0 0 1 0
9. If A find ( A) and ( A2 ) .
0 0 0 1
0 0 0 0
10. Show that determinantal rank of a matrix with each element unity is one.
11. Prove that if A is a skew-symmetric matrix of odd order say n then ( A) n .
1 1 1 1 2 1
12. If A 2 3 4 and B 6 12 6 .Find the determinantal rank of A, B, A B , AB and BA.
3 2 3 5 10 5
a 0 1
13. Find a so that the determinantal rank of the matrix A 1 2 a is less than 3. Also find the
1 2 3
determinantal rank for these values of a.
Answers
1. (i) 1 (ii) 1 (iii) 1 (iv) 3 (v) 3 (vi) 3 (vii) 2 (viii) 2 (ix) 0 if a = 0 and n if a 0
2. (i) 3 (ii) 2 (iii) 2 (iv) 2 (v) 3 (vi) 1
3 if x y, y z , z x
2 11
3. ( A) 2 if either x y or x z and y z 6. a ,
1 3 3
if x y z
7. x 0 , x ( p q r ) 9. ( A) 3, ( A2 ) 2
12. A 2, B 1, A B 2, AB 0, BA 1 13. a 0,3 ; ( A) 2
---------------------------------------------------------------------------------------------------------------------------
2.2 Linear independence and dependence
Def. Linearly dependent vectors : The vectors v1 , v2 ,...., vn are said to be linearly dependent if
there exist scalars a1 , a2 ,...., an (not all zero) such that a1v1 + a2v2 +....+ anvn = 0.
OR
Some finite vectors are said to be linearly dependent if their linear combination can be made zero
without taking all scalars zero.
Def. Linearly independent vectors : Vectors which are not L.D. are called L.I.
OR
Vectors v1 , v2 ,........, vn are called linearly independent if , whenever
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 2 Rank of a matrix 63
a1v1 + a2v2 +....+ anvn = 0 for some scalars ai’s , then a1 = a2 =......= an 0 .
OR
Some finite vectors are said to L.I. if the only way to make their linear combination zero is to take all
scalars zero.
Def. An infinite subset of V is said to be linearly independent if every finite subset of S is linearly
independent , otherwise it is linearly dependent.
Results:
1. The empty set is defined to be linearly independent.
2. A set containing only the zero vector i.e. {0} is linearly dependent.
3. A set containing only a non-zero vector is linearly independent.
4. Two vectors are L.D. iff one of them is a scalar multiple of other.
5. A set which contain the null vector ‘0’ is linearly dependent.
6. Every super set of a linearly dependent set is linearly dependent.
7. Every subset of a linearly independent set is linearly independent.
8. If a vector v is a linear combination of vectors v1 , v2 ,...., vn then the set {v, v1 , v2 ,...., vn } is
linearly dependent.
9. If the set {v1 , v2 ,...., vn } is L.I. and the set {v1 , v2 ,...., vn , v} is L.D. , then v is a linear
10. The set of non-zero vectors v1 , v2 ,...., vn is L.D. iff one of the vectors vr (r 1) is a linear
1 0 1
0 1 6 (Operating R 2 R 2 2R 1 , R 3 R 3 3R 1 )
0 2 8
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
64 Linear Algebra
1 0 1
0 1 6 ( Operating R 3 R 3 2R 2 )
0 0 4
which is in row echelon form. Here , (A) 2 number of columns. So the given vectors are L.D.
Exercise 2.2
1. Determine which of the following sets of vectors are linearly dependent and which are linearly
independent .
(i) (2, 3, 1) ( 1, 4, 2) , (1, 18, 4)
(ii) (0, 2, 4) , (1, 2, 1) , (1, 4, 3)
(iii) (1, 1, 1) , (1, 2, 3), (0, 1, 2)
(iv) (2, 3, 1, 1), (1, 1, 2, 4), (3, 1, 3, 2), (6, 3, 0, 7)
(v) (1, 5, 2, 3), (1, 0, 0, 1) , (1, 0, 2, 4)
(vi) (1, 2, 1), (2, 1, 1), (7, 4, 1)
(vii) e1 1, 0,...,0 , e2 0, 1,...,0 ,....., en 0, 0,...,1
1 1 a
2. (i) Find a if the vectors 1 , 2 , 0 are linearly dependent.
3 3 1
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 2 Rank of a matrix 65
1 1 1
(ii) Find p if the vectors 1 , p, 0 are linearly dependent .
3 3 1
1 1 3
(iii) Find a if the vectors 2 , 4 , 0 are linearly dependent .
3 0 a
2 3 5
(iv) Find k if the vectors 0 , 1 , 1 are linearly dependent .
k 5 1
Answers
1. (i) Linearly dependent (ii) Linearly dependent (iii) Linearly dependent
(iv) Linearly dependent (v) Linearly independent (vi) Linearly dependent
(vii) Linearly independent
2. (i) a = 1 (ii) p = 1 (iii) a = 6 (iv) k = 4
----------------------------------------------------------------------------------------------------------
2.3 Row rank and Column rank
Def. Row rank : The maximum number of linearly independent rows of a matrix A is called the row
rank of A and is denoted by R ( A) .
Def. Column rank : The maximum number of linearly independent columns of a matrix A is called
column rank of A and is denoted by C ( A) .
Elementary operations : There are six elementary operations, three elementary row operations and
three elementary column operations. These are given below:
Def. Elementary Row operations : The following three types of operations on the rows of a matrix
are called elementary row operations.
(i) The interchange of any two distinct rows of a matrix. If the ith row is interchanged with jth row,
then it is denoted by Ri R j or Ri , j .
(ii) The multiplication of any row (each element of the row) by a fixed non-zero scalar. If ith row is
multiplied by k 0 then it is denoted by Ri k Ri or Ri k .
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
66 Linear Algebra
(iii) The addition to the elements of a row, a fixed scalar multiple of the corresponding elements of
another row. If k times the elements of jth row are added to the corresponding elements of ith
row then it is denoted by Ri Ri k R j or Ri , j (k ) .
Def. Elementary column operations : The following three types of operations on the columns of a
matrix are called elementary column operations.
(i) The interchange of any two distinct columns of a matrix. If the ith column is interchanged with
jth column, then it is denoted by Ci C j or Ci , j .
(ii) The multiplication of any column (each element of the column) by a fixed non-zero scalar. If ith
column is multiplied by k 0 then it is denoted by Ci k Ci or Ci k .
(iii) The addition to the elements of a column, a fixed scalar multiple of the corresponding elements
of another column. If k times the elements of jth column are added to the corresponding
elements of ith column then it is denoted by Ci Ci k C j or Ci , j (k ) .
Def. Row equivalent matrices : A matrix A is said to be row equivalent to a matrix B if B can be
obtained from A by applying, in succession, a finite number of elementary row operations on A and we
R
write A ~ B .
Def. Column Equivalent matrices : A matrix A is said to be column equivalent to a matrix B if B can
be obtained from A by applying in succession a finite number of elementary column operations on A
C
and we write A ~ B .
Def. Equivalent Matrices : Two matrices A and B are said to be equivalent if one can be obtained
from the other by applying a finite number of elementary operations in succession. Then we write
A ~ B.
Def. Row-echelon form of a matrix : A matrix is said to be in row-echelon form if
(i) All zero rows, if any, are at the bottom of the matrix.
(ii) First non-zero element of every row is on the right hand side of the first non-zero element in the
preceding row.
Remark : The first non-zero element of any row is called key-element or pivotal element or pivot of
that row.
Def. Row reduced echelon form of a matrix : A matrix is said to be in row reduced echelon form if
(i) It is in row echelon form.
(ii) Every key element is unity.
(iii) The elements above the key element in every column are all zero.
Def. Column-echelon form of a matrix : A matrix is said to be in column-echelon form if
(i) All zero columns, if any, are at the extreme right of the matrix.
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 2 Rank of a matrix 67
(ii) First non-zero element of every column is below the first non-zero element in the preceding column.
Remark : The first non-zero element of any column is called key-element or pivotal element or pivot
of that column.
Def. Column reduced echelon form of a matrix : A matrix is said to be in column reduced echelon
form if
(i) It is in column echelon form. (ii) Every key element is unity.
(iii) The elements to the left of the key element in every row are all zero.
Results (A) : Results on echelon forms :
1. The elementary operations do not alter the rank of a matrix.
2. For any matrix A, R A A C A .
Proof : Let R ( A) r and let B be the matrix obtained when A is reduced to row-echelon form. Then
by definition of row-rank, B contains r key elements (or r non-zero rows) and all the zero rows are at
the bottom of B. Removing all the zero rows (if any) and those columns which do not contain a key
element, we will obtain a minor of order r of the triangular form
c11 c12 ...... c1r
0 c22 ...... c2 r
C where c11 0, c22 0,......., crr 0
0 0 ...... cr r
Then , | C | c11 c22 ......... cr r 0 . Also, any minor of order r 1 (if any) will contain atleast one zero
row at its bottom and hence ( B) r . But elementary row operations do not alter the rank and B is
obtained from A by elementary operations, so
Therefore , ( A) r R ( A)
Hence rank of A and row rank of A are equal. Similarly, we can prove that rank of A and column rank
of A are equal. Therefore, R ( A) ( A) C ( A) .
3. In row-echelon form, the number of pivots and position of pivots is always fixed however some
entries may be different.
4. Row reduced echelon form of a matrix is unique.
5. If A is in row echelon form, then its transpose A is in the column echelon form.
6. Two matrices are row equivalent iff they have same row-reduced echelon form.
7. Two matrices are column equivalent iff they have same column-reduced echelon form.
8. Two matrices of same size are equivalent iff they have the same rank.
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
68 Linear Algebra
9. Determinant and trace of two equivalent matrices need not be same.
2. General Product Result : Let A and B are two matrices such that AB is defined, then
AB min A , B i.e. AB A and AB B
A if B n
AB
B if A n
OR
Let A be a m n matrix and B be a n p matrix if rank of any one matrix is n, then AB is
A B AB n
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 2 Rank of a matrix 69
n
nullity of A n
2
n n
2 A 0 n A A is always non negative integer
2 2
7. If A is n n matrix and ( A) n 1 then (adj A) 1 and nullity of adj A n 1 . Converse is
also true.
Proof : By Frobenius inequality, ( A) ( B) ( AB) n
Taking B adj A , we have
( A) (adj A) ( A adj A) n
(adj A) 1 ……(1)
Since, ( A) n 1 adj A 0
(adj A) 1 ……(2)
From (1) and (2), (adj A) 1
A2 1 or 2
Def. Gram Matrix : Let A be any real matrix then the matrix AA ' and A ' A are called Gram Matrix
w.r.t. A.
10. The gram matrix of a real matrix is always symmetric.
11. If A is any real matrix then ( A) ( A ') ( AA ') ( A ' A) .
1 i 0 0
e.g. Let A , here A 1 and AA ' , therefore A AA ' .
0 0 0 0
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
70 Linear Algebra
0 0
14. If A is a complex matrix then it is not necessary that A A A , e.g. A .
i 0
15. If v x1 x2 .... xn be a real 1 n matrix, then vv ' x12 x22 .... xn2 0 , further if v 0
AB 0 or 1 .
BA 1 .
A I n A tr A tr I n A tr A I n A tr I n n .
Proof : A I n A n
I n A n A nullity A
4. The rank of a skew-symmetric matrix cannot be odd.
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 2 Rank of a matrix 71
Def. Congruent matrices : Two matrices A and B are said to be congruent if there exist a non
singular matrix P such that A P ' BP . Symbolically, A B .
or
Two matrices A and B are said to be congruent if they can be obtained from each other by applying
congruent operations.
4. Congruent matrices have same rank but need not have same determinant and trace.
5. If two matrices are congruent then they are equivalent also.
6. If two matrices are equivalent then they need not be congruent.
7. Every matrix congruent to a symmetric matrix is a symmetric matrix.
Proof : Let a matrix B be congruent to a symmetric matrix A. Then, there exists a non-singular
matrix P such that B P ' AP B ' P ' AP ' P ' A ' P B (since A is symmetric)
1 1 4
6 1 3 8 1 6 2 3
4 2 6 1 1
Solution : Let A ~ 4 2 6 1 (Operate R1 R1 )
10 3 9 7 10 3 9 7 6
16 4 12 15
16 4 12 15
Operate R2 R2 4 R1 , R3 R3 10 R1 , R4 R4 16 R1
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
72 Linear Algebra
1 1 4
1 6 2 3
0 4 4
19
3 3
~
0 4 19
4
3 3
4 19
0 4
3 3
Operate R3 R3 R2 , R4 R4 R2
1 1 4
1 6 2 3
4 19
~ 0 4
3 3
0 0 0 0
0 0 0 0
1 1 4
1 6 2 3
3 19
Operate R2 R2 ~ 0 1 3
4 4
0 0
0 0
0 0 0 0
1 i 2
Example 2 : Reduce the matrix A to row echelon form and hence find the rank.
1 i 2i
1 i 2
Solution : Let A
1 i 2i
1 i
Operate R2 R2 R1 , we get
1 i
1 i 2
A~
0 0
Which is the required row echelon form of the matrix and hence A 1 .
Exercise 2.3
1. Reduce the following matrices to the row reduced echelon form, Also find their rank and nullity.
1 2 3 4 0 1 2
1 2 3
(i) (ii) 3 4 1 2 (iii) 4 3 1
2 5 4 4 3 1 2 4 2 3
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 2 Rank of a matrix 73
1 2 0 0 1 1 1 1 1
1 1 1 2 0 1 8 0 1 1 2 3 1
(iv) 2 1 3 6
(v) (vi)
1 0 0 0 2 2 1 0 2
3 1 1 2
0 0 0 1 1 1 1 3 3
2. Reduce the following matrices to the column reduced echelon form, Also find their rank and nullity.
1 1 1 1
1 0 1 1 1 2 0 1 1 3 2 1
(i) 3 2 5 1 (ii) 2 6 3 3 (iii)
2 0 3 2
0 4 4 4 3 10 6 5
3 3 0 3
3. Find the rank and nullity of the following matrices without using minors :
1 2 1 4 1 1 1 2 4 3
(i) 2 4 3 5 (ii) 1 1 1 (iii) 1 2 1
1 2 6 7 2 1 1 1 2 6
1 2 3 0
2 3 4 2 4 4 0 3
3 1 2 4 3 2
(iv) (v) (vi) 2 3 1 5
3 2 1 3
1 2 2 1 4 8 7
6 8 7 5
1 0 1 1 1 2 3 1 1 2 0 1
(vii) 3 2 5 1 (viii) 3 4 1 2 (ix) 2 6 3 3
0 4 4 4 5 2 1 3 3 10 6 5
3 2 0 1 1 6 1 3 8
0 2 2 1 5 4 2 6 1
(x) (xi)
1 2 3 3 1 10 3 9 7
0 1 1 2 6 16 4 12 15
4. Find the rank of the following complex (non-real) matrices :
1 i 2 3i
3 5i 7 2i
(i) 3 5i 2 i (ii)
5 2i i 8 i 9 2i 1 i
5. Using only 0’s and 1’s, list all possible 2 2 matrices in row reduced echelon form.
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
74 Linear Algebra
6. Using only 0’s and 1’s, find the number n of possible 3 3 matrices in row reduced echelon form.
7. Show that if any row is deleted from a matrix in echelon (respectively, row reduced echelon) form,
then the resulting matrix is still in echelon (respectively, row reduced echelon) form.
8. Let r rank A B . Find 2 2 matrices A and B such that :
11. If A aij where aij k i r j s and k is a non zero complex number, r and s are positive
nn
12. Suppose b1, b2 ,..., bn are any numbers and n 3 . If A aij where aij bi2 b2j for all i, j
nn
A B 5 .
Answers
1
1 0 0 9
1 0 7 1
1. (i) and ( A) 2 , nullity ( A) 1 (ii) 0 1 0 and ( A) 3 , nullity ( A) 1
0 1 2 9
0 0 1 11
9
7
1 0 4 1 0 0 0
(iii) 0 1 2 , ( A) 2 , nullity ( A) 1 (iv) 0 1 0 0 and ( A) 3 , nullity ( A) 1
0 0 0 0 0 1 2
1 0 0 0 1 0 0 1 2
0 1 0 0 0 1 0 0 1
(v) and ( A) 4 , nullity ( A) 0 (vi) , ( A) 3 , nullity ( A) 2
0 0 1 0 0 0 1 2 0
0 0 0 1 0 0 0 0 0
2. (i) 2 , 2 (ii) 2 , 2 (iii) 3 , 1
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 2 Rank of a matrix 75
O : O O
I O Ir
If A = Ir or r or [ I r O] , then ( A) r
O O O
I O
Theorem : If A is an m n matrix of rank r, then A is equivalent to the matrix r which is
O O
normal form.
Proof : If A is null matrix then clearly it is in the normal form so let A O
Let aij = be a non-zero element of A. We can bring this to (1, 1) position i.e., top left position
by interchanging the first row with the ith row and then the first column with jth column. Thus A is
equivalent to matrix B with 0 as its 1,1 entry.
1
Now operate R1 so that first entry of B becomes 1. By subtracting suitable multiplies of
first row from the remaining rows, we can make all elements 0 in the first column below the first
element.
Similarly, by subtracting suitable multiples of the first column from the remaining columns of
B, we make all elements 0 except the first element in the first row. Let the new matrix be C.
1 0 I1 O
Thus A~C
0 D O D
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
76 Linear Algebra
If D 0 , we stop, otherwise we repeat the argument with D. The row and column operations will not
change the entries in the first row and first column.
1 0 0
I O
Thus, we can obtain A~ 0 1 0 2
O E
0 0 E
Continuing the above process, after a finite number of row and column operations, we have
I O
A~ k , which is the normal form.
O O
I O
Since ( A) r and rank of k k . Therefore r k
O O
Exercise 2.4
Reduce the following matrices to the normal form and hence find their ranks :
1 2 1 1 1 1 1 1 1 1 2 1 3
1. 1 0 2 2. 1 1 1 3. 2 1 1 4. 2 4 4 7
2 1 3 3 1 1 3 1 1 1 2 1 2
1 2 1 0
2 2 0 6
9 0 2 3 1 1 1
2 4 2 0 3 2 1 2
2
5. 0 1 5 6 6. 4 2 1 2 7. 8. 2 1 2 5
1 1 0 3
4 5 3 0 2 2 2 0 5 6 3 2
1 2 1 2 1 3 1 3
1 1 2 3
9 7 3 6
5 4 1 0 2
9. 1 4 1 10.
0 3 0 4
6 8 2 4
0 1 0 2
Answers
I2 0
1. I3 , 3 2. I3 , 3 3. 0 , 2
0
I2 0
4. 0 , 2 5. I3 0 , 3 6. I3 0 , 3
0
I3 0 I3 0
7. 0 0 , 3 8. 0 0 , 3 9. I3 0 , 3
10. I4 , 4
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 2 Rank of a matrix 77
Def . A matrix obtained from a unit matrix by a single elementary transformation is called an
elementary matrix (or E-matrix).
1 0 0
For example, if we operate R1 R2 , R3 R3 3 R1 , R2 R2 2 R1 on the unit matrix I 3 0 1 0 ,
0 0 1
0 1 0 1 0 0 1 0 0
we obtain the following elementary matrices 1 0 0 , 0 1 0 , 2 1 0
0 0 1 3 0 1 0 0 1
(ii) Fij will denote the elementary matrix obtained by interchanging the ith and jth column of a unit matrix.
(iii) Ei (k ) will denote the elementary matrix obtained by multiplying the ith row of a unit matrix by a
non-zero number k.
(iv) Fi (k ) will denote the elementary matrix obtained by multiplying the ith column of a unit matrix
by a non-zero number k.
(v) Ei j (k ) will denote the elementary matrix, obtained by adding to the elements of the ith row of a
unit matrix the products by any number k of the corresponding elements of the jth row.
(vi) Fi j (k ) will denote the elementary matrix, obtained by adding to the elements of the ith column of
a unit matrix the products by any number k of the corresponding elements of the jth column.
Remark : Here it should be noted that matrices obtained by interchanging the ith and jth row of a unit
matrix or by interchanging the ith and jth column of a unit matrix are same. Therefore, we have
Ei j Fi j .
Similarly , we have Ei (k ) Fi (k )
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
78 Linear Algebra
Now, Eij is obtained from identity matrix by interchange of two rows (or columns), so
| Ei j | | I | 1 0
Again, Ei (k ) is obtained from identity matrix by multiplying the ith row (or column) by k 0 , so
| Ei (k ) | k | I | k .1 k 0
Finally, Eij (k ) is obtained from identity matrix by multiplying the jth row (or column), by k and then
P and Q are non-singular matrices since the elementary matrices are non-singular and product of non-
singular matrices is non-singular.
Cor 1 : If A is an m n matrix of rank r, then there exist non-singular matrices P and Q of order m and
I O
n respectively, such that PAQ r .
O O
I O
Proof : Since A is of rank r, A is equivalent to the matrix r in the normal form.
O O
I O
there exists non-singular matrices P and Q of order m and n respectively, such that PAQ r .
O O
Cor. 2 : If A is a square non-singular matrix of order n then, there exist non-singular matrices P and
Q such that PAQ I n .
There exist non-singular matrices P and Q (as in the above theorem) such that PAQ I n .
Let P E1 E2 ..... Er and Q F1 F2 ......Fs where E1 , E2 ,...., Er and F1 , F2 ,..., Fs are elementary
matrices.
Thus, E1 E2 .....Er A F1 F2 ......Fs I n
Proof : (i) Every non-singular matrix can be expressed as the product of elementary matrices. Also,
elementary row (column) operations are equivalent to pre-multiplication (post multiplication) with the
corresponding elementary matrices and elementary matrices do not alter the rank of a matrix. Hence,
the result.
(ii) Directly follows from part (i).
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
80 Linear Algebra
Result 9 : The rank of the product of two matrices cannot exceed the rank of either matrix.
i.e., AB A and AB B .
operations which are applied in succession in above step (i). Similarly let F1 , F2 ,......., Fs be the
elementary matrices corresponding to the elementary column operations which are applied in
succession in above step (i).
(iii) Then we can write I n Er ......E2 E1 A F1 F2 ...... Fs ......(1)
Here it should be noted that the matrices Ei ' s are written in reverse order on left of A and the
1 2 1
Example 1 : Express A 1 0 2 as the product of elementary matrices.
2 1 3
1 2 1
Solution : The given matrix is A 1 0 2
2 1 3
1 2 1
Operating R3 R3 2 R2 , A ~ 1 0 2
0 1 7
1 2 1
Operating R2 R2 R1 , A~ 0 2 3
0 1 7
1 0 0
Operating C2 C2 2C1 , C3 C3 C1 , A ~ 0 2 3
0 1 7
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 2 Rank of a matrix 81
1 0 0
Operating R2 R3 , A~ 0 1 7
0 2 3
1 0 0
Operating R3 R3 2 R2 , A~ 0 1 7
0 0 11
1 0 0
Operating C3 C3 7C2 , A~ 0 1 0
0 0 11
1 0 0
1
Operating R3 R3 , A ~ 0 1 0
11
0 0 1
1
If E32 (2) , E21 (1), F21 ( 2), F31 (1), E23 , E32 ( 2), F32 ( 7) , E3 are the corresponding
11
elementary matrices then
1
I 3 E3 E32 ( 2) E23 E21 (1) E32 (2) A F21 ( 2) F31 (1) F32 ( 7)
11
1
1 1
A E3 E32 ( 2) E23 E21 (1) E32 (2) F21 ( 2) F31 ( 1) F32 ( 7)
11
1
1 1 1 1 1 1 1 1
A E32 (2) E 21 (1) E23 E32 ( 2) E3 F
32 ( 7) F 31 ( 1) F
21 ( 2)
11
A E32 (2) E21 (1) E23 E32 ( 2) E3 11 F32 ( 7) F31 (1) F21 ( 2)
1 0 0 1 0 0 1 0 0 1 0 0 1 0 0
A 0 1 0 1 1 0 0 0 1 0 1 0 0 1 0
0 2 1 0 0 1 0 1 0 0 2 1 0 0 11
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
82 Linear Algebra
1 0 0 1 0 1 1 2 0
0 1 7 0 1 0 0 1 0
0 0 1 0 0 1 0 0 1
(ii) Check the entry a11 . If a11 0 , its okay but if a11 0 , then make it non-zero by suitable
row operations or column operations. Any row operation which is applied on L.H.S. of (1) is
also to be applied on pre – factor I m of R.H.S. of (1). Similarly any column operation which is
1
(iii) Make a11 equal to 1 by multiplying first row by and apply the same row operation on the
a11
pre-factor of R.H.S.
(iv) Make 0’s below a11 by applying row operation and apply the same row operation on pre-factor
of R.H.S.
(v) Make 0’s on the right of a11 by applying column operations and apply the same column
operations on the post factor of R.H.S.
(vi) Repeat the above process on a22 , a33 ,......... until all non – diagonal elements on the L.H.S.
I O
become zero and suppose we have obtained r PAQ and then r is the rank of the
O O
matrix A.
Example 2 : Find the non-singular matrices P and Q such that PAQ is in the normal form, where
1 2 3 2
A 2 2 1 3 .
3 0 4 1
1 2 3 2
Solution : A 2 2 1 3 the matrix A is of order 3 4 , so we consider
3 0 4 1
1 0 0 0
1 2 3 2 1 0 0
2 2 1 3 0 1 0 A 0 1 0 0
A I3 A I 4 i.e. 0 0 1 0
3 0 4 1 0 0 1
0 0 0 1
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 2 Rank of a matrix 83
1 0 0 0
1 2 3 2 1 0 0
0 6 5 7 2 1 0 A 0 1 0 0
0 0 1 0
0 6 5 7 3 0 1
0 0 0 1
1 0 0 0
1 2 3 2 1 0 0
0 6 5 7 2 1 0 A 0 1 0 0
0 0 1 0
0 0 0 0 1 1 1
0 0 0 1
1 2 3 2
1 0 0 0 1 0 0
0 6 5 7 2 1 0 A 0 1 0 0
0 0 1 0
0 0 0 0 1 1 1
0 0 0 1
1
1 3 2
3
1 0 0 0 1 0 0
1 1
Operating C2 C2 , we get 0 1 5 7 2 1 0 A 0 0 0
6 6
0 0 0 0 1 1 1
0 0 1 0
0 0 0 1
1 4 1
1 3
3 3
1 0 0 0 1 0 0 I2 : O
0 1 0 0 2 1 0 A 0 1
5 7 .... .... PAQ
6 6 6
0 0 0 0 1 1 1 O : O
0 0 1 0
0 0 0 1
1 4 1
1 3
3 3
1 0 0
1 5 7
where P 2 1 0 , Q = 0
6 6 6
1 1 1
0 0 1 0
0 0 0 1
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
84 Linear Algebra
Exercise 2.5
1. Find the elementary matrices corresponding to the following elementary operations. Also find the
inverse of the elementary matrices and verify your answer.
(i) R1,3 (ii) R2 (3) (iii) R1,2 (4) (iv) C2,3 (v) C3 (5) (vi) C3,1 (7)
1 2 1 1 3 3 1 2 1 1 1 1
(i) 2 5 2 (ii) 1 4 3 (iii) 3 1 2 (iv) 4 2 2
1 2 1 1 3 4 0 1 2 2 2 0
3. For the following find non-singular matrices P and Q such that PAQ is in normal form and hence
determine the rank of A.
1 1 1 1 1 2
2 2 6 1 2 1
(i) (ii) (iii) 1 1 1 (iv) 1 2 3
1 2 2 3 4 1 3 1 1 0 1 1
1 1 2 3
3 2 1 5 1 2 1 2 1 3 0 3
(v) 5 1 4 2 (vi) 1 5 2 3 (vii)
1 2 3 3
1 4 11 19 1 2 1 2
1 1 2 3
Answers
1 0 0 1 0 0 1 0 0 1 0 1 1 2 0
2. (i) 2 1 0 0 1 0 0 1 0 0 1 0 0 1 0
0 0 1 1 0 1 0 0 2 0 0 1 0 0 1
1 0 0 1 0 0 1 0 3 1 3 0
(ii) 1 1 0 0 1 0 0 1 0 0 1 0
0 0 1 1 0 1 0 0 1 0 0 1
1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 1 1 1 0
(iii) 3 1 0 0 5 0 0 1 0 0 1 0 0 1 1/ 5 0 1 0 0 1 0
0 0 1 0 0 1 0 1 1 0 0 9 / 5 0 0 1 0 0 1 0 0 1
1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 1 1 1 0
(iv) 4 1 0 0 1 0 0 6 0 0 1 0 0 1 0 0 1 1 0 1 0 0 1 0
0 0 1 2 0 1 0 0 1 0 4 1 0 0 2 0 0 1 0 0 1 0 0 1
3. Although the matrices P and Q are not unique here we are giving one of the answers
1 1/ 3 8 / 3
1/ 2 0 0 1/ 3 1/ 3 ; ( A) 2
(i) P and Q
1/ 2 1 0 0 1
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 2 Rank of a matrix 85
1 2 3
1 0 0 1
(ii) P and Q 2 ; ( A) 2
3 / 2 1/ 2 0 0 1
1 0 0 1 1 0
(iii) P 1/ 2 1/ 2 0 and Q
0 1 1 ; ( A) 2
2 1 1 0 0 1
1 0 0 1 1 1
(iv) P 1 1 0 and Q 0 1 1 ; ( A) 2
1 1 1 0 0 1
1 4 / 7 9 / 119 9 / 217
0 0 1 0 1/ 7 1/ 7 1/ 7
(v) P 0 1/ 3 5 / 3 and Q
; ( A) 2
0 0 1/ 17 0
1 2 / 3 1/ 3
0 0 0 1/ 31
1 2 / 3 1/ 3 4 / 3
1 0 0 0 1/ 3 1/ 3 1/ 3
(vi) P 1 1 0 and
Q ; ( A) 3
0 0 1 0
1/ 2 0 1/ 2
0 0 0 1
1 0 0 0 1 1 1/ 3 3 / 4
1/ 3 0 1/ 3 0 0 1 5 / 3 3 / 4
(vii) P and Q ; ( A) 3
5 / 16 3 / 16 1/ 8 0 0 0 1 3 / 4
1 0 0 1 0 0 0 1
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
RISING STAR ACADEMY
Chapter 2 Rank of a matrix 87
0 1 2 2 7 8
6. This matrix is in row echelon form : 16. ~
1 0 3 1 2 1
5 3 2 1
0 3 2 4
17. These two matrices are row equivalent to
each other :
7. This matrix is in reduced row echelon
3 4 2 2 1 0
1 5 0 3 1 3 2 ~ 1 3 2
form :
0 0 1 6
18. This matrix in row echelon form :
8. The number of pivots in a matrix is equal to
the number of rows that contain pivots.
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
88 Linear Algebra
---------------- S C Q ---------------------
21. All nonzero matrices have several row
echelon forms. 1. If x, y , z are in A.P. with common
22. Some matrices have several reduced row difference d and the rank of the matrix
echelon forms. 4 5 x
5 6 y is 2, then the value of d and k
23. If A ~ C and A ~ D , then C ~ D .
6 k z
24. Two different matrices can be row
equivalent to a third matrix that is in are
reduced row echelon form. x
1. d ; k is an arbitrary number
2
25. A matrix can be row equivalent to two
different matrices that is in reduced row 2. d an arbitrary number; k 7
echelon form. 3. d k ; k 5
26. There exist examples of matrices A, B and x
C such that A is row equivalent to C and B 4. d ; k 6
2
is row equivalent to C but A is not row
equivalent to B.
2. Square matrix A of order n over has
27. There exists a 4 4 matrix A having three
pivot positions, namely, a11, a23 and a44 . rank n. Which one of the following
statement is not correct ?
2 9 4 3
0 1. AT has rank n
7 8 5
28. The rank of the matrix 2. A has n linearly independent columns
0 0 6 2
3. A is non-singular
0 0 3 1
is 4. 4. A is singular
4 2 1 3
1 1 0 9. The rank of the matrix 6 3 4 7 is
1 1 2 2 1 0 1
5. Let M . Then, the rank of M
2 2 0
1. 4 2. 3 3. 2 4. 1
1 0 1
is equal to
10. If the rank of a 5 6 matrix A is 4, then
1. 3 2. 4 3. 2 4. 1
which one of the following statements is
correct?
6. Let A C mn and A ', A * denote, 1. A will have four linearly independent
respectively the transpose and conjugate rows and four linearly independent
transpose of A . Then, columns
1. rank ( AA * A) rank ( A) 2. A will have four linearly independent
2. rank ( A) rank ( A2 ) rows and five linearly independent
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
90 Linear Algebra
4. if AB 0, then r ( A) r ( B) 2n
12. Consider the two statements
17. In context of a matrix, which one of the
I.rank ( A) rank( B) max{rank( A), rank( B)}
following is not an elementary row
II.rank ( A) rank( B ) min{rank( A), rank( B )}
operation?
Then, 1. Interchanging of two rows
1. I is true but II is false 2. To multiply any row by a non-zero
2. II is true but I is false scalar
3. Both are true 3. Ri R j kRs , where Ri ith row, k
4. Both are false
any scalar
13. Let A [aij ] be an n n matrix such that
4. None of the above
aij 3 for all i and j . Then the nullity of 18. The rank of the 4 4 skew-symmetric
A is 0 1 0 1
1 0 1 0
1. n 1 2. n 3
matrix is
0 1 0 1
3. n 4. 0
14. Let A be a non-zero matrix of order 8 with 1 0 1 0
1. 1 2. 2 3. 3 4. 4
A2 0. Then, one of the possible value for
rank of A is
19. Let A be a matrix of order m n and B be a
1. 5 2. 6
matrix of order n p, n p. If rank ( A) n
3. 4 4. 8
and rank ( B ) p , then the rank ( AB) is
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 2 Rank of a matrix 91
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
92 Linear Algebra
n m matrix over real numbers with following is/are always true ?
1. rank A 4
m n . Then
1. AB is always nonsingular 2. rank B 7
2. AB is always singular 3. nullity B 0
3. BA is always nonsingular
4. BA I 7 , where I 7 is the 7 7 identity
4. BA is always singular
(CSIR NET June 2018) matrix
29. What is the rank of the following matrix ? (CSIR NET Dec 2014)
1 1 1 1 1
True false key
1
2 2 2 2
1. T 2. T 3. F 4. F
1 2 3 3 3
5. F 6. T 7. T 8. T
1 2 3 4 4
1 2 3 4 5 9. T 10. F 11. T 12. T
13. F 14. F 15. T 16. T
1. 2 2. 3
17. T 18. T 19. T 20. T
3. 4 4. 5
21. T 22. F 23. T 24. T
(CSIR NET June 2019)
25. F 26. F 27. F 28. F
www.risingstarmath.com
Chapter 3
System of linear equations
You are what you repeatedly do. Excellence is not an event-it is a habit.
– Aristotle
When the system of equations has one or more solutions, the equations are said to be consistent,
otherwise they are said to be inconsistent.
a11 a12 .... a1n : b1
a a22 .... a2 n : b2
21
The matrix [ A : b] .... .... .... .... : .... is called the Augmented matrix of the given system.
.... .... .... .... : ....
am1 am 2 .... amn : bm
94 Linear Algebra
Results :
1. The system of linear equations Ax b is consistent i.e., possesses a solution if and only if the co-
efficient matrix A and the augmented matrix A: b are of the same rank.
and A. Now
(i) [ A : b ] ( A) iff the system of equations is inconsistent.
(ii) [ A : b ] ( A) number of unknowns iff the system is consistent and has a unique
solution.
(iii) [ A : b ] ( A) number of unknowns iff the system is consistent and has an infinite
number of solutions. In this case if there are n unknowns and ( A) r , then by giving
arbitrary values to n r unknowns, we get the values of r unknowns.
6. A system of linear equations Ax b is consistent iff b can be expressed as the linear
combination of columns of A.
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 3 System of linear equations 95
n
Conversely : Let b can be expressed as the linear combination of columns of A i.e., b xi ai
i 1
where ai are the columns of A and xi are scalars, then the vector x having components xi is a
9. In a non-homogeneous system,
(i) If number of variables number of equations, then the system has either no solution or
infinitely many solutions.
(ii) If number of variables number of equations, then the system may have no solution, unique
solution or infinitely many solutions.
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
96 Linear Algebra
1 1 1 x 6
AX 1 2 3 y 14 B
1 4 7 z 30
1 1 1: 6
The augmented matrix is [ A : B] 1 2 3 : 14
1 4 7 : 30
We shall reduce the augmented matrix A : B to row echelon form by applying elementary row
transformations only.
Operating R2 R2 R1 , R3 R3 R1
1 1 1 : 6
[ A : B] ~ 0 1 2 : 8
0 3 6 : 24
Operating R3 R3 3R2
1 1 1 : 6
~ 0 1 2 : 8
0 0 0 : 0
rank of A 2 .
Since rank A rank A : B 2 number of unknowns therefore the given equations are consistent and
1 1 1 x 6
0 1 2 y 8
0 0 0 z 0
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 3 System of linear equations 97
Operating R2 R2 R1 , R3 R3 R1
1 1 1 : 6
~ 0 1 2 : 4
0 1 1 : 6
Operating R3 R3 R2
1 1 1 : 6
~ 0 1 2 : 4
0 0 3 : 10
(i) The system will have no solution if [ A : B ] ( A) which is possible only if 3 and 10 .
(ii) The system will have a unique solution if [ A : B] ( A) number of unknowns 3 , which is
possible only if 3 and is arbitrary.
(iii) The system will have an infinite number of solutions if [ A : B] ( A) number of unknowns.
which is possible only if 3, 10
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
98 Linear Algebra
Exercise 3.1
Type I
Check the consistency of the following system of equations and find the solution if it is consistent :
1. x y 2 z w 5 , 2 x 3 y z 2w 2 , 4 x 5 y 3z 7
2. 2 x y z 4 , 3 x y z 6 , 4 x y 2 z 7 , x y z 9
3. 4 x 3 y 2 z 7 , 2 x y 4 z 1 , x 2 y z 1
4. x 2 y 3z 4t 0 , 2 x 3 y 4 z 1 , 3 x 4 y t 2 , 4 x z 2t 3
5. x 4 y 3z 16 , 2 x 7 y 12 z 48 , 4 x y 6 z 16 , 5 x 5 y 3z 0
6. 2 x y 3z 3 , x 2 y z 5w 4 , x 3 y 2 z 7 w 5
7. x y 2 z 4 , 2 x 3 y 6 z 10 , 3 x 6 y 10 z 17
8. x 2 y 3z 2 , 2 x 3 y 8 z 7 , 3 x 4 y 13z 8
9. x 2 y 3z 3 , 2 x 3 y 8 z 4 , 5 x 8 y 19 z 11
10. 1 i x 2 y 1 , 1 i x 2iy i
Type II
12. For what values of a and b do the system of equations
x y 5 z 0, x 2 y 3az b , x 3 y az 1 have
(i) no solution (ii) unique solution (iii) infinitely many solutions.
13. Investigate the values of and so that the equations
2x 3 y 5z 9 , 7 x 3 y 2z 8 , 2x 3 y z have
(i) no solution (ii) a unique solution (iii) an infinite number solution.
14. For what value of , the equations x y z 1 , x 2 y 4 z , x 4 y 10 z 2 have a
solution and solve them completely in each case.
15. Show that the equations 2 x y z a , x 2 y z b , x y 2 z c have no solution unless
a b c 0 in which case they have infinitely many solutions. Find the solution when
a 1, b 1, c 2 .
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 3 System of linear equations 99
1 2 1 x 1
16. For what value of , does the system 3 1 2 y 1 has
0 1 z 1
(i) no solution (ii) unique solution (iii) More than one solution
17. Consider each of the following systems in unknowns x and y :
(i) x ay 1 (ii) ax 3 y 2 (iii) x ay 3
ax 4 y b 12x ay b 2x 5 y b
For which values of a does each system have a unique solution, and for which pairs of values (a, b)
does each system have more than one solution ?
18. Consider each of the following systems in unknowns x, y, z :
(i) x 2 y 1 (ii) x 2 y 2z 1 (iii) x y az 1
x y az 2 x ay 3 z 3 x ay z 4
ay 9 z b x 11y az b ax y z b
For which values of a does the system have a unique solution, and for which pairs of values a, b
does the system have more than one solution ? The value of b does not have any effect on whether
the system has a unique solution. Why ?
Answers
1. Inconsistent system 2. Inconsistent
13 5 3 9 1 1 1
3. x , y , z 4. x , y , z , t
4 2 4 11 11 11 11
9 16 6 16
5. x k , y k , z k
5 3 5 3
6. x 2 k1 k2 , y 1 k1 2k2 , z k1, w k2
1
7. 2,1, , 8. no solution 9. u 7a 1, 2a 2, a .
2
1 2k
10. x , yk
1 i
11. (i) 2, –1, 3 (ii) 4, –2, 1 (iii) not possible
1 1
12. (i) a 1, b (ii) a 1, b is arbitrary (iii) a 1, b
2 2
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
100 Linear Algebra
5 5
17. (i) a 2, 2, 2 , 2, 2 , (ii) a 6, 6, 4 , 6, 4 , (iii) a , ,6
2 2
18. (i) a 3, 3,3 , 3, 3 , (ii) a 5 and a 1, 5,7 , 1, 5 , (iii) a 1 and a 2, 2, 5
---------------------------------------------------------------------------------------------------------------------------
3.2 System of homogeneous linear equations
solution of (2), where k1 and k2 are any arbitrary numbers. Since x1 and x2 are solutions of (2)
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 3 System of linear equations 101
4. Let Ax b be a non-homogeneous system and x1, x2 are two solutions of this system. If k1 and
k2 are two scalars such that k1 k 2 1, then k1x1 k2 x2 is also a solution of Ax b . In words,
8. Working rule for finding the solution of the system of homogeneous equation Ax O :
Reduce the coefficient matrix A to echelon form by applying elementary row transformations only
and find the rank of the matrix A. Let it be r then
(i) If ( A) n , the number of unknowns, then zero solution (trivial solution) is the only solution.
(ii) If ( A) n , the number of unknowns, then the system will have infinitely many solutions of
which n r solutions are linearly independent. These linearly independent solutions are obtained
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
102 Linear Algebra
(i) The system has infinitely many solutions.
(ii) The system has non-trivial solutions.
(iii) The system has atleast two solutions.
13. For the homogeneous system Ax O , where A is a square matrix, then
(i) A 0 iff system has unique solution i.e., only the trivial solution.
(ii) A 0 iff system has infinitely many solutions i.e., non-trivial solutions exists.
Remark : The determinant approach does not work for non-square system.
14. In a homogeneous system,
(i) If number of variables number of equations, then the system has infinitely many solutions.
(ii) If number of variables number of equations, then the system has either unique or infinitely
many solutions.
Proof : (i) Let Ax 0 be a system such that A is an m n matrix, where n m .
Then, r rank of A min{m, n} m n
nr 0 nr 1 system has atleast 1 free variable
system has infinitely many solutions.
(ii) Let Ax 0 be a system such that A is an m n matrix, where n m ,
then r = rank of A min{m, n} n n r 0.
If n r 0 , then there is no free variable and hence system has a unique solution i.e.,
x 0, y 0, z 0 (only trivial solution)
If n r 0 , then there is atleast 1 free variable and hence the system has infinitely many solutions.
The following table illustrates the situation with the help of examples.
Here, V denotes the number of variables and E denotes the number of equations.
Example 1 : Find all the solutions of the following system of equations :
3 x 4 y z 6 w 0, 2 x 3 y 2 z 3w 0, 2 x y 14 z 9w 0, x 3 y 13z 3w 0
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 3 System of linear equations 103
Solution : The given system of equations can be written as a single matrix equation
3 4 1 6 x
2 3 2 3 y
AX O
2 1 14 9 z
1 3 13 3 w
We shall first find the rank of the coefficient matrix A by reducing it to echelon form by applying E-
row transformations only
Applying R4 R1 , we get
1 3 13 3
2 3 2 3
A~
2 1 14 9
3 4 1 6
Applying R2 R2 2 R1 , R3 R3 2 R1 , R4 R4 3R1
1 3 13 3
0 3 24 9
~
0 5 40 15
0 5 40 15
1 1 1
Applying R2 R2 , R3 R3 , R4 R4
3 5 5
1 3 13 3
0 1 8 3
~
0 1 8 3
0 1 8 3
Applying R3 R3 R2 , R4 R4 R2
1 3 13 3
0 1 8 3
~
0 0 0 0
0 0 0 0
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
104 Linear Algebra
1 3 13 3 x 0
0 1 8 3 y 0
0 0 0 0 z 0
0 0 0 0 w 0
x 3 y 13z 3w 0
This give the equations
y 8 z 3w 0
Solving these equations, we get
y 8 z 3w, x 3( 8 z 3w) 13z 3w or y 8 z 3w, x 11z 6w
Then x 11k1 6k2 , y 8k1 3k 2 , z k1, w k2 is the general solution of the given system of
equations, where k1 and k2 are arbitrary numbers.
Example 2 : Discuss for all values of k the system of equations
2 x 3ky (3k 4) z 0, x (k 4) y (4k 2) z 0, x 2(k 1) y (3k 4) z 0
Solution : The given system of equations can be written as a single matrix equation
2 3k 3k 4 x
AX 1 k 4 4k 2
yO
1 2k 2 3k 4 z
Operating R1 R2 , we have
1 k 4 4k 2
A 2 3k 3k 4
1 2k 2 3k 4
Operating R2 R2 2 R1 , R3 R3 R1 , we have
1 k 4 4k 2 x
0 k 8 5k y O ……(1)
0 k 2 k 2 z
The given system of equations possess linearly independent solution if rank of coefficient matrix A is
less than 3. For the matrix A to be of rank less than 3, we must have
A 0
i.e., (k 8)( k 2) 5k (k 2) 0
i.e., k 2 2k 8k 16 5k 2 10k 0
i.e., 4k 2 16 0
i.e., k 2
Now three cases arise.
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 3 System of linear equations 105
Case I : When k 2 , the given system of equations possesses no linearly independent solution and
x y z 0 is the only solution.
Case II : If k 2 , the equation (1) reduces to
1 6 10 x
0 6 10 yO
0 0 0 z
The coefficient matrix being of rank 2, the given system of equations now possesses
3 2 1 linearly independent solution.
This gives equations 6 y 10 z 0, x 6 y 10 z 0
5
Thus y z, x 0
3
5
Hence x 0, y c, z c
3
or x 0, y 5k , z 3k is the general solution of the given system where k is an arbitrary
parameter.
Case III : If k 2 , the equation (1) reduces to
1 2 6 x
0 10 10 y O
0 4 4 z
1 2 6 x
1 1 0 1 1 y O
Operating R3 R3 , R2 R2
4 10
0 1 1 z
1 2 6 x
Operating R3 R3 R2 0 1 1 y O
0 0 0 z
The coefficient matrix being of rank 2, the given system of equat ions now possesses
3 2 1 linearly independent solution.
This gives the equations y z 0, x 2 y 6 z 0
Thus y z, x 4z
Hence x 4k , y k , z k is the general solution of the given system, where k is an arbitrary
parameter.
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
106 Linear Algebra
Exercise 3.2
1. Solve the following system of equations and show they can have only trivial solution:
(i) x y z 0 (ii) x y z 0
x 2y z 0 3x y 4 z 0
2 x y 3z 0 7 x 3 y 9z 0
4x 2 y 5z 0
2. Solve the following system of equations :
(i) x y 2 z 3w 0 (ii) x1 2 x2 x3 x4 0
3x 2 y 4 z w 0 3 x1 2 x2 3 x3 4 x4 0
4 x 2 y 9w 0 4 x1 x2 x4 0
3. Solve the following system of equations completely :
(i) 3 x y z 2w 0 (ii) x 2y z w 0 (iii) 4 x 2 y z 3u 0
6 x 2 y 2 z 4 w 0 x y 2 z 3w 0 6 x 3 y 4 z 7u 0
12 x 3 y 4 z 6 w 0 4 x y 5 z 8w 0 2x y u 0
5x 7 y 2 z w 0
4. (i) Find the value of k such that the system of equations x ky 3 z 0, 4 x 3 y kz 0,
2 x y 2 z 0 has a non-trivial solution.
(ii) Find the value of k such that the given system of equations has a non-trivial solution.
3k 8 x 3 y 3 z 0
3 x (3k 8) y 3 z 0
3 x 3 y (3k 8) z 0
5. Find the dimension and a basis of the general solution W of each of the following homogeneous
systems :
(a) x y 2 z 0 (b) x 2 y 3z 0 (c) x 2 y 3z t 0
2x y z 0 2x 5 y 2z 0 2 x 4 y 7 z 4t 0
5x y 4 z 0 3x y 4 z 0 3 x 6 y 10 z 5t 0
6. Find the dimension and a basis of the general solution W of each of the following systems :
(a) x1 3x2 2 x3 x4 x5 0 (b) 2 x1 4 x2 3x3 x4 2 x5 0
2 x1 6 x2 5 x3 x4 x5 0 3 x1 6 x2 5 x3 2 x4 4 x5 0
5 x1 15 x2 12 x3 x4 3x5 0 5 x1 10 x2 7 x3 3x4 18 x5 0
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 3 System of linear equations 107
Answers
1. (i) x y z 0 (ii) x y z 0
13 17 11 7 29
2. (i) x k , y k, z k, w k (ii) x1 k , x2 k , x3 k , x4 k
2 4 16 4 16
1 1
3. (i) x k1 , y k2 , z k1 , w k 2
3 2
5 4
(ii) x k1 k 2 , y k1 k2 , z k1 , w k 2
3 3
(iii) x k1 , u k2 , y 2k1 k2 , z k2
9 11 2
4. (i) k 0, (ii) k or
2 3 3
5. (a) dim W 1, u1 1,1,1 (b) dim W 0, no basis, (c) dim W 2, u1 2,1,0, 0 , u2 5,0, 2,1
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
108 Linear Algebra
3. x 2y 0 infinite x 2y 1 infinite
2x 4 y 0 2x 4 y 2
4. x 2y 0 infinite x 2y 1 no solution
2x 4 y 0 2x 4 y 3
(ii) if m n, A m , then the system Ax b has either no solution or infinite solution and
solutions.
(iv) if m n, A m , then the system Ax b has either no solution or infinite solutions and
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 3 System of linear equations 109
(vii) if m n , A n , then the system Ax b has either no solution or unique solution and
Exercise 3.3
1. Show that the system of equations
x y z 0
x 2y z 0
2 x y 3z 0
has only the trivial solution and hence find the number of solutions of the corresponding non-
homogeneous system Ax b for any b 3
2. Show that the system of equation
3x y z 2w 0
6 x 2 y 2 z 4 w 0
12 x 3 y 4 z 6w 0
has infinitely many solutions and have find the number of solutions of the corresponding non-
1
homogeneous system Ax b where b 2
2
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
110 Linear Algebra
has infinite solutions and hence find the number of solution of the corresponding homogeneous
system of equation Ax 0 .
5. Solve the system of non-homogeneous equation
x 4 y 3 z 16
2 x 7 y 12 z 48
4 x y 6 z 16
5x 5 y 3z 0
Answers
1. unique 2. no 3. unique
16 16 9k 6k
4. infinite 5. , ,0 , ,k
3 3 5 5
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 3 System of linear equations 111
1 q m .
2 x3 3
16. For any system of linear equations, if there
7. Let 5 x1 2 x2 7 x3 1
x 3 x 14 is a free variable, then there will be
2 3 infinitely many solutions.
If x1 , x2 , x3 is a solution of this system of
17. A system of linear equations is consistent if
equations, then x1 1 .
and only if the reduced row echelon form
of the augmented matrix has a pivot
3 2 6 element in each column.
8. If A and x , then
5 4 7
18. Every system of linear equations having no
4
Ax free variables is consistent.
58
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
112 Linear Algebra
22. A system of linear equations is inconsistent 32. If an m n matrix A has n pivots (or pivot
if and only if the reduced row echelon form positions), then for any vector b in m ,
of the augmented matrix contains a row of there will be finitely many solutions to the
the type a1 a2 .... an | 0 , in which at least equation Ax b .
one of the terms ai is not zero.
33. Let A be an m n matrix, where n m . If
Ax b for some x and b, then for some y
23. Consider two systems of linear equations,
different from x, we have Ay b .
Ax b and Cy d . If A is row equivalent
to C, then the two systems have the same
34. Whenever a system of equations Ax 0
solutions.
has no free variables, the system has a
unique solution.
24. If all the entries in A and b are integers, and
if the system of equations Ax b is
35. If the system of equations Ax b is
consistent, then the solution vectors will
inconsistent, then the augmented matrix
have only integer components.
A | b has a pivot position in the last
1 h 4 column.
25. If the matrix is the augmented
3 6 8 36. If A is an m n matrix and Ax 0 for
matrix of a consistent system of equations, some nonzero vector x, then m n .
then h 2 .
37. A system of equations Ax 0 has a
26. If A is a p q matrix and if q p , then nontrivial solution if and only if the rows of
every equation of the form Ax b (where A form a linearly dependent set.
b p ) will have infinitely many
solutions. 38. Consider a system of equations whose
1 0 4 / 3 1
27. If the matrix A has more rows than
augmented matrix is 0 1 0 2
columns, then for some vectors b the
system Ax b will be inconsistent. 0 0 0 0
The general solution of this system can be
28. The equation Ax b has a solution if and written as
only if the corresponding system of x1 1 4
equations has at least one free variable. x 2 t 0 , t
2
29. Let A be an m n matrix, and let p be the x3 0 3
number of pivot positions in A. Only one of
these conclusions is justified by the 39. Every homogeneous system of linear
hypothesis : equations is consistent.
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 3 System of linear equations 113
10. The value of for which the system of 14. Let A be a m n matrix with row rank
equation r column rank. The dimension of the
x y z 0 space of solutions of the system of linear
equation AX 0 is
y 2z 0
1. r 2. n r
x z 0 has more than one solution is 3. m r 4. min (m, n) r
1. 1 2. 0
1
3. 4. 1 15. Let A be an m n matrix where m n .
2 Consider the system of linear equation
AX b , where b is an m 1 column vector
11. The system of equations
and b 0. Which of the following is
x 2y z 9
always true?
2 x y 3z 7 1. The system of equations has no solution.
can be expressed as 2. The system of equations has a solution
x if and only if it has infinitely many
1 2 1 9 solutions.
1. y 3. The system of equations has a unique
2 1 3 7
z solution.
x 4. The system of equations has atleast one
1 2 1 9 solution.
2. y
2 1 3 7
z 16. The set of all solutions to the system of
x equations (1 i) x1 ix2 0,
1 2 1 9 2 x1 (1 i ) x2 0 is given by
3. y
2 1 3 7 1. ( x1 , x2 ) (0,0)
z
4. None of these 2. ( x1 , x2 ) (1,1)
5 5
12. If 3 x 2 y z 0 3. ( x1 , x2 ) c 1, cos i sin 2
4 4
x 4y z 0
where c is any complex number
2x y 4z 0 3 3
be a system of equation, then 4. ( x1, x2 ) c cos , i sin , where c is
4 4
1. it is inconsistent
any complex number.
2. it has only the trivial solution x 0,
y 0, z 0 17. Let S be the solution space of a set of
3. it can be reduced to a single equation m homogeneous linear equations with real
and so a solution does not exist coefficients in n unknowns. If A is the
4. the determinant of the matrix of matrix of this system of equations, then
coefficient is zero 1. dimension S n rank A
2. dimension S is always n
13. Let M be a m n(m n) matrix with rank m. 3. dimension S is infinite
Then, 4. dimension S n rank A
1. for every b in m , Mx b has unique
solution
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 3 System of linear equations 115
18. Consider the system of linear equations 23. Consider the system
x y z 3, x y z 4, x 5 y kz 6 x y z 0; x y z 0
Then, the value of k for which this system then the system of equation have
has an infinite number of solutions is 1. no solution
1. k 5 2. k 0 2. infinite number of solution
3. k 1 4. k 3 3. unique solution
4. None of the above
19. Find the value of k for which the following
simultaneous equations x y z 3; 24. For the set of equations
x 2 y 3z 4; x 4 y kz 6 will not x1 2 x2 x3 4 x4 2
have a unique solution. 3 x1 6 x2 3 x3 12 x4 6
1. 0 2. 5 The following statement is true
3. 6 4. 7 1. only the trivial solution
x1 x2 x3 x4 0 exists
20. In the matrix equation AX B, which of 2. there are no solution
the following is a necessary condition for 3. a unique non-trivial solution exists
the existence of atleast one solution for the 4. multiple non-trivial solutions exists
unknown vector X ?
1. Augmented matrix [ A : B] must have the 25. Let A be a 4 3 matrix whose columns
same rank as matrix A . form a linearly independent set which
2. Vector B must have only non-zero conclusion is justified i.e., which are true?
elements. The set of rows in A is linearly dependent.
3. Matrix A must be singular. 2. The equation Ax b is consistent for
4. Matrix A must be square.
every b in 4 .
21. Solution for the system defined by the set 3. The equation Ax 0 has a non-trivial
of equations 4 y 3 z 8;2 x z 2 and solution.
4. There is a matrix B s.t. AB I 4 .
3 x 2 y 5 is
4
1. x 0; y 1; z 26. Consider the equation 2 x 2 y 1 and
3
1 2 x 2 y 1 over 3 0,1, 2 (is a finite
2. x 0; y ; z 2 field with three elements under addition
2
1 modulo three). What is the solution of
3. x 1; y ; z 2 ( x, y ) ?
2
4. not exist 1. (1,1) but not (2,0) 2. (2,0) but not (1,1)
1
3. Both (1,1) and (2,0) 4. ,0
22. Consider the system of simultaneous 2
equations
x 2 y z 6; 2 x y 2 z 6 ; 27. Let A be a 3 3 matrix and consider the
x y z 5 1
The system has system of equation AX 0 . Then,
1. unique solution
1
2. infinite number of solution
3. no solution 1. if the system is consistent, then it has a
4. exactly two solutions unique solution.
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
116 Linear Algebra
2. if A is singular, then the system has I. the corresponding homogeneous system
infinitely many solution Ax 0 has unique solution Ax b has
3. if the system is consistent, then the infinitely many solutions for each vector
A 0 b in m .
4. if the system has a unique solution, then II. the corresponding homogeneous system
A is non-singular Ax 0 has a non zero solution there is a
vector b in m for which Ax b has no
28. A system of linear equations solution
x 2 y z 11, 3 x y 2 z 10, x 3 y 5 Choose the correct code
1. no solution 1. I and II are true
2. exactly one solution 2. I is true but II is false
3. exactly 3 solution 3. I is false but II is true
4. infinitely many solution 4. both I and II are false
t
linear system AX t 1, 2,3, 4,5 is given 3. Ax 0 has a nonzero solution
4. Dimension of the space of all solutions
by 1 2s, 2 3s,3 4s, 4 5s : s .
t
is at least n m .
(CSIR NET June 2014)
(Here M t denotes the transpose of a
2. Let A be a 3 4 and b be a 3 1 matrix with
matrix M.) Then the rank of A is equal to
integer entries. Suppose that the system
1. 4 2. 3
Ax b has a complex solution. Then
3. 2 4. 1
1. Ax b has an integer solution.
(CSIR NET Dec 2011)
2. Ax b has a rational solution.
1 1 1 1 3. The set of real solutions to Ax 0 has
38. Let A 1 1 1 and b 3 . Then
a basis consisting of rational solutions.
2 3 4. If b 0 then A has positive rank.
(CSIR NET Dec 2014)
the system AX b over the real numbers
has 3. If A is a 5 5 matrix and the dimension
1. no solution whenever 7
of the solution space of Ax 0 is at least
2. an infinite number of solutions
whenever 2 two, then
3. an infinite number of solutions if 2
and 7
1. Rank A2 3
2. Rank A2 3
4. a unique solution if 2
(CSIR NET Dec 2017)
3. Rank A2 3
4. Det A2 0
39. The system of equations : (CSIR NET June 2018)
2 0 3 2 0 2 5
1 x 2 x 2 3 xy 0 y 6 0 1
1 0 1 3 4
4. Let M , b1
2 x 1 x 2 3 xy 1 y 5 0 0 1 0 4 4 1
1 x 1 x 2 0 xy 1 y 7 1 1 1 0 1 1 4
5
1
1. has solutions in rational numbers and b2 . Then which of the following
3
2. has solutions in real numbers
3
3. has solutions in complex numbers
are true ?
4. has no solution
1. both systems MX b1 and MX b2
(CSIR NET June 2018)
are inconsistent
------------------- M C Q ------------------- 2. both systems MX b1 and MX b2
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
118 Linear Algebra
1. T 2. F 3. F 4. T
5. F 6. F 7. F 8. T
9. T 10. F 11. F 12. T
13. T 14. T 15. F 16. F
17. F 18. F 19. T 20. F
21. F 22. F 23. F 24. F
25. F 26. F 27. T 28. F
29. T 30. F 31. F 32. T
33. T 34. T 35. T 36. F
37. F 38. T 39. T 40. F
41. F 42. F 43. T
Assignment key
SCQ
1. 4 2. 3 3. 1 4. 1
5. 4 6. 3 7. 3 8. 3
9. 4 10. 1 11. 3 12. 2
13. 2 14. 2 15. 2 16. 3
17. 1 18. 1 19. 4 20. 1
21. 4 22. 3 23. 2 24. 4
25. 1 26. 2 27. 4 28. 1
29. 4 30. 3 31. 1 32. 3
33. 2 34. 1 35. 3 36. 2
37. 2 38. 4 39. 4
MCQ
1. 1,3,4 2. 2,3,4 3. 1,4
4. 1,3
www.risingstarmath.com
Chapter 4
Vector space
The secret of success is consistency of purpose.
– Benjamin Disraeli
Def . Vector Space : Let F be a field. A non empty set V together with two binary operations called
vector addition ‘+’ (internal composition in V) and scalar multiplication ‘.’ (external composition in
V over F ) , is called a vector space over the field F , if following axioms are satisfied :
I. V is an additive abelian group :
(i) V is closed under addition : u v V for all u, v V .
(ii) Associativity : u (v w) (u v) w for all u , v , w V
(iii) Existence of additive identity : There exists an element 0 V such that u 0 u 0 u
for all u V . This element ‘0’ is called zero vector.
(iv) Existence of additive inverse : For each u V , there exist an element v V such that
u v 0 v u . v is called additive inverse of u and is denoted by ‘ u ’.
(v) Commutativity : u v v u for all u, v V .
II. V is closed under scalar multiplication : a u V for all a F , u V .
III. Scalar multiplication satisfies the following properties :
(i) a(u v ) au av for all u , v V , a F
(ii) ( a b)u au bu for all a , b F , u V
(iii) ( ab)u a(bu ) for all a , b F , u V
(iv) 1. u u for all u V where ‘1’ is the multiplicative identity of F.
We, then , write that V is a vector space over F or V(F) is a vector space.
120 Linear Algebra
Remarks :
1 . The elements of V are called vectors and the elements of F are called scalars.
2 . Here, by the word ‘vector ’ , we do not mean a quantity having magnitude and direction both.
Similarly, by the word ‘scalar’ , we do not mean a quantity having magnitude only and no
direction. These two definitions of vector and scalar are commonly used in physics and applied
mathematics. In a vector space V(F) , by the word ‘vector’ , we just mean the elements of V and
by the word ‘scalar’ , we just mean the elements of F.
3 . In all , a vector space has ten properties. We have divided these ten properties into three parts. In
part I , we have five properties of additive abelian group , in part II we have one property that
scalar multiplication is closed and in part III , we have four properties of scalar multiplication.
Properties of vector space : If 0 denotes the zero element of F and 0 denotes the zero element of
vector space V over F , then
(vi) au 0 a 0 or u 0
(vii) au bu and u 0 ab
(viii) au av and a 0 u v.
Example 1 : Let V be the set of ordered pairs (a, b) of real numbers with addition in V and scalar
multiplication on V defined by a, b c, d a c, b d and k a, b ka, 0 . Show that V
satisfies all the axioms of a vector space except 1 v v . Hence this axiom is not a consequence of
the other axioms.
Proof : I. (i) Closure Property : Let a, b , c, d V then a, b c, d a c, b d V
a, b c, d x, y a, b c x, d y a c x, b d y
a c, b d x, y a, b c, d x, y
(iii) Existence of additive identity : Let a, b V then a, b 0,0 a, b and 0,0 V
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 4 Vector space 121
a, b is additive inverse of a, b .
u v v u (by associativity)
Notation : M m ,n F aij aij F = Set of all m n matrices whose entries are from F.
mn
Set of all polynomials of degree atmost n with coefficients from F and the zero
polynomial.
4. (Polynomials of degree atmost n) : Show that the following are the vector spaces :
(i) Pn over (ii) Pn over (iii) Pn over
6. (Functions) : Show that the set V of all real valued continuous functions of x defined on interval
0,1 is a vector space over the field R of real numbers with respect to vector addition and scalar
8. Find the number of elements in the vector spaces given in above question.
9. Write all the elements of following vector spaces :
(i) 22 over 2 (ii) 32 over 2 (iii) 23 over 3
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 4 Vector space 123
(v) a , b c, d a c, b d and k a, b a, b
14. Prove that the set of all vectors in a plane over the field of real numbers is a vector space over
with respect to vector addition and scalar multiplication.
x y
15. Prove that the set of all matrices of the form , where x, y , the set of complex
y x
numbers , is a vector space over with respect to matrix addition and scalar multiplication.
Answers
1. (vi), (vii), (viii), (xi), (xii), (xvi) 8. (i) p n (ii) p mn (iii) p n1
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
124 Linear Algebra
4.2 Subspaces
Def. Subspace : Let V(F) be a vector space. A non empty subset W of V is said to be a subspace of
V if W itself is a vector space over F with the same vector addition and scalar multiplication as for V.
Remarks :
1. For every vector space V , the entire space V and zero space {0} are always subspaces of V and are
called improper subspaces. All subspaces other than these two are called proper subspaces.
2. It is clear that in any subset W of V , associativity of addition , commutativity of addition and four
properties of scalar multiplication are always satisfied. i.e., out of ten properties of a vector space ,
six are always satisfied in every subset. So to prove W a subspace our main emphasis is on the
four remaining properties, namely, closure of addition, existence of additive identity , existence of
additive inverse and closure of scalar multiplication.
Def . Disjoint subspaces : Let V(F) be a vector space. Two subspaces W1 and W2 of V are said to be
Remark : By two disjoint sets A and B we mean that their intersection is empty. That intuition
should not be mixed up with the definition of disjoint subspaces.
Results :
1. A necessary and sufficient condition for a non empty subset W of a vector space V to be a subspace
of V is that W is closed under addition and scalar multiplication.
2. A necessary and sufficient condition for a non-empty subset W of a vector space V(F) to be a
subspace of V is that au v W for all u , v W and a F .
3. A necessary and sufficient conditions for a non empty subset W of a vector space V(F) to be a
subspace are : (i) u v W for all u , v W (ii) au W for all a F , u W .
4. A necessary and sufficient condition for a non empty subset W of a vector space V(F) be a
subspace of V is that au bv W for all u , v W ; a , b F .
5. The intersection of two subspaces of a vector space V(F) is again a subspace of V(F).
6. The intersection of an arbitrary family of subspaces of a vector space is again a subspace of that
vector space.
7. The union of two subspaces of a vector space V(F) may not be a subspace of V(F) .
e.g., Consider the vector space V3 R where V3 ( x , y , z ) : x , y , z R then it can be
subspace of V3 .
Now 1,0,0 and 0,1,0 belongs to W1 W2 but 1,0,0 0,1,0 1,1,0 W1 W2 . Hence
8. The union of two subspaces is a subspace iff one is contained in the other.
9. Geometrical interpretation of subspaces of 3 :
(i) A line in the space 3 is a subspace iff it passes through the origin. Further,
x, y, z 3
: a1x b1 y c1z 0, a2 x b2 y c2 z 0 is the mathematical representation of this
line.
(ii) A plane in the space 3 is a subspace iff it passes through the origin. Further,
x, y, z 3
: a1x b1 y c1 z 0 is the mathematical representation of this plane.
Proof : Let 1, 2 V and 2, 1 V , then 1, 2 2, 1 1,1 V
So, V is not closed under addition and therefore V is not a vector subspace of 2 .
Example 2 : If a vector space V is the set of all real valued continuous functions over R , then show
d2y dy
that the set W of solutions of differential equations 3 2
5 2 y 0 is a subspace of V.
dx dx
Solution : W is the set of solutions of differential equation.
d2y dy
3 2
5 2y 0 ......(1)
dx dx
Let y1 , y2 W , so y1 , y2 are solutions of differential equation (1) , i.e.
d 2 y1 dy d 2 y2 dy
3 2
5 1 2 y1 0 and 3 2
5 2 2 y2 0
dx dx dx dx
Let , R be any two scalars. To prove that W is a subspace we have to show that
y1 y2 W
d2 d
2
Consider 3 y1 y2 5 y1 y2 2 y1 y2
dx dx
d2y dy d2y dy
3 21 5 1 2 y1 3 22 5 2 2 y2 .0 .0 0
dx dx dx dx
y1 y2 is a solution of differential equation (1).
Exercise 4.2
1. Let V be a vector space given by V 3 ( x, y, z ) : x, y, z then which of the following are
subspaces of V over ?
(i) W = ( x , y , z ) : 3x y z 0 , x , y , z
(ii) W = ( x , y , z ) : x y z 0 , 2x 3 y z 0, x , y , z
(iii) W = ( x , y , z ) : x y 0, x , y , z
(iv) W = ( x , y , z ) : x 2
y 2 z 2 1 , x , y , z
(v) W = ( x , y , z ) : x 3 y 4 z 0 , x , y , z
(vi) W = ( x , 2 y , 3 z ) : x , y , z
(vii) W = ( x, x , x) : x
(viii) W = ( x , y , z ) : x , y , z
(ix) W = ( x , y , z ) : x 0, x , y , z
(x) W = ( x , y , z ) : xy 0, x , y , z
2. Let V M n () be the vector space of all n-square matrices over . Which of the following sets of
matrices are subspaces of V.
(i) set of all diagonal matrices. (ii) set of all scalar matrices.
(iii) set of all lower triangular matrices. (iv) set of all upper triangular matrices.
(v) set of all super lower triangular matrices. (vi) set of all super upper triangular matrices.
(vii) set of all backward diagonal matrices. (viii) set of all backward scalar matrices.
(ix) set of all symmetric matrices. (x) set of all skew symmetric matrices.
(xi) set of all hermitian matrices. (xii) set of all skew hermitian matrices.
(xiii) set of all orthogonal matrices. (xiv) set of all unitary matrices.
(xv) set of all normal matrices. (xvi) set of all idempotent matrices.
(xvii)set of all involutory matrices. (xviii)set of all nilpotent matrices.
3. What is your opinion in the above question, if the vector space M n () over is replaced by
M n () over ?
4. What is your opinion in the question 2, if the vector space M n () over is replaced by
M n () over ?
5. Let M2, 2( ) denotes the vector space of all 2 2 matrices over reals. Determine which of the
following are subspaces of M 2,2 .
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 4 Vector space 127
a b a 0
(i) W : a , b , c (ii) W : a
c 0 0 0
0 a a 0
(iii) W : a (iv) W : a , b
0 0 0 b
6. Let V( ) be the vector space of all function from to (reals). Prove that the following subsets
are the subspaces of V( )
(a) set of all odd functions (b) set of all even functions (c) set of all continuous functions.
7. Let Pn ( ) denotes the vector space of all polynomials of degree at the most n over the field of
Answers
1. (i), (ii), (v), (vi), (vii) 2. (i) to (x) 3. (i) to (xii)
4. (i) to (xii). In fact (xi) and (xii) are just (ix) and (x)
5. (i) to (iv) 7. (iii) to (vi) , (viii) and (ix)
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
RISING STAR ACADEMY
Chapter 4 Vector space 129
6. The set of all n n matrices is not a vector 16. The vectors x1 , x2 , x3 , x4 in 4 that obey
space because AB is usually different from the inequality 3 x1 x2 x4 5 x3 form a
BA. subspace in 4 .
7. An example of a vector space is the set of 17. The sum of two subspaces in a vector space
all polynomials of the form is also a subspace in that vector space.
p t a bt 2 ct 5 dt 3 . (Here a, b, c, d
are parameters.) 18. The union of any number of subspaces in a
vector space is another subspace in that
8. An example of a vector space is the set of vector space.
all polynomials of the form
p t a bt ct 2 dt 3 that have the 19. Consider the set of all polynomials of the
form p t a t 2 3 5 , where the
property p 1 0 .
coefficient a ranges over . This is a
9. The set of all polynomials p such that subspace of the vector space 4 .
p 3 p 5 is a vector space.
20. The vector space of all polynomials has as
one of its subspaces the set of polynomials
10. The set of all vectors having the form
having the form a 1 t b t 2 t 3 . Here a
3t , 2t 1,5t , where t is a parameter
and b are arbitrary real numbers.
ranging over is a subspace in 3 .
21. The set of all polynomials of the form
11. For any m n matrix A and for any vector t 4 a1t 3 a2t 2 a3t a4 is not a subspace of 4
b in m , the set of solutions to the system
Ax b is a subspace of n . 22. 2 is not a subspace of 3 .
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
130 Linear Algebra
23. If x, y and z are three nonzero vectors in Assignment
n , then the set of linear combinations
x ay bz is a subspace of n . ------------------------- S C Q -----------------------
24. The set of all m m upper triangular 1. Consider the real vector space V 3 and
matrices is a subspace of mm . following of its subsets
I. S x, y, z V : x y 0
25. The set of invertible n n matrices is a
subspace of nn .
II. T x, y, z V : x 0
III. W x, y, z V : z 0
26. The set of all non-invertible n n matrices Which one of the following statement is
is a subspace of nn . correct?
1. S , T and W are subspaces
27. The set x , x : x x
1 2 1 2 0 is a subspace of 2. Only S and W are subspaces
2 . 3. Only T and W are subspaces
4. Only S and T are subspaces
28. In 3 , the set of all vectors of the form
(1, a, a) is a subspace. 2. If V is the real vector space of all mapping
from to ,
V1 { f V : f ( x ) f ( x )} and
29. In 4 , the set of all vectors of the form
(a b, 2a c, 2b c, a b 4c) is a V2 { f V : f ( x) f ( x )}, then which
subspace. one of the following is correct ?
1. Neither V1 nor V2 is a subspace of V .
30. In 33 , the set of all matrices of the form 2. V1 is a subspace of V , but V2 is not a
a 0 0 subspace of V .
0 b 0 is a subspace. 3. V1 is not a subspace of V , but V2 is a
a 0 c subspace of V .
4. Both V1 and V2 are subspace of V .
31. An example of a subspace in n is the set
of all solutions of the equation Ax 0 , 3. Let R be the set of all real number and
where A is an m n matrix. 2 x1 , x2 : x1 , x2 . Then, which
one of the following is a subspace of
a b 2 over ?
32. The set of all matrices of the form
b c 1. x1 , x2 : x1 0, x2 0
is a subspace of 22 . 2. x , x : x , x 0
1 2 1 2
5. Which one of the following is correct? 10. Which of the following sets are subspaces
1. is a vector space over . of the space C (a, b) of all real-valued
2. is a vector space over . continuous functions defined on the open
3. is a vector space over . interval (a, b)
4. None of the above. 1. { f C (a, b) : f ( x0 ) 0, x0 (a, b)}
2. { f C (a, b) : f '( x) 0, for all x (a, b)}
6. The set V {( x, y ) 2 : xy 0} is
ab
1. a vector subspace of 2 3. f C (a, b) : f 1
2. not a vector subspace of 2 , since 2
every element does not have an inverse 4. None of the above
in V
3. not a vector subspace of 2 , since it is 11. Which of the following sets are subspaces
not closed under scalar multiplication of the space C (a, b) of all real-valued
4. not a vector subspace of 2 , since it is continuous functions defined on the open
not closed under vector addition interval (a, b)
(GATE 2004) 1. { f C (a, b) : f ( x ) x 2 f ( x)}
2. { f C (a, b) : 2 f "'( x) 3 xf "( x )
7. If V and W are subspaces of n , then – f '( x) x 2 f ( x) 0}
1. V W is necessarily a subspace of n b
2. V W is never a subspace of n 3. { f C (a, b) : f ( x )dx 0}
a
[0,1] 3. { f C (, ) : f ( x ) f ( x )}
II. f has a local maxima at x 1 / 2 4. All of the above
III. f has a local extrema at x 1 / 2
13. Let V be the vector space of all 2 2
Then, the correct code is
matrices over . Then, the set W ,
1. only (I) is vector space over R
consisting of all matrices A for which
2. only (II) is vector space over R
3. only (III) is vector space over R A2 A ,
4. None of the above 1. is a subspace of V
2. is not a subspace of V as it is not closed
9. Which of the following sets are subspaces of with respect to vector addition
P (the vector space of all polynomials) 3. is not a subspace of V as it is not closed
1. { p P : degree of p 4} w.r.t. scalar multiplication
4. Both (b) and (c)
2. { p P : degree of p 3}
3. { p P : degree of p 4 and p '(0) 1} 14. Let V be the vector space of all n n
4. None of the above matrices over . Then, the set W ,
consisting of all matrices which commute
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
132 Linear Algebra
with a given matrix M i.e., 4. W2 is not a subspace of V
W { A V : AM MA}
1. is a subspace of V 3. V be the vector space of all n n complex
2. is not a subspace of V as it is not closed matrices over and W1 ,W2 be the
w.r.t. vector addition collection of all hermitian and skew
3. is not a subspace of V as it is not closed hermitian matrices respectively in V, then
w.r.t. scalar multiplication
1. W1 is a subspace of V
4. None of the above
2. W1 is not a subspace of V
15. Which of the following is not a vector 3. W2 is a subspace of V
subspace of the vector space of 4. W2 is not a subspace of V
polynomials with real coefficient
1. W consists of all polynomials divisible
by x 4. In the vector space 2 , consider the
2. W { p ( x ) V : p(3) 0} subsets
3. W { p ( x ) V : p (a) p(1 a), a } A x, y : x y 0 , B x, y : x y 0
4. W consists of all polynomials with x
integral coefficient C x, y : x y 0 , D x, y : 0, y 0
y
16. Consider the set of all functions f defined Then
1. A is a subspace
on [0,1] such that
2. B is a subspace
1 3 3. C is a subspace
I. f 0 II. f 1
2 4 4. D is a subspace
III. f ( x ) x f ( x) IV. f (0) f (1)
Then, the correct code is 5. In the vector space 2 , consider the
1. only I is vector space. subsets
2. only I and IV are vector spaces.
A x, y : x 2 y 2 0
3. only I, III and IV are vector spaces.
4. all are vector spaces. B x, y : x 2 y 2 0
Then
---------------------- M C Q -----------------------
1. A is a subspace
2. B is a subspace
1. V be the vector space of all n n real
3. A is not a subspace
matrices over and W1 ,W2 be the 4. B is not a subspace
collection of all symmetric and skew
symmetric matrices respectively in V, then 6. Let V be the vector space of all real valued
1. W1 is a subspace of V functions defined on 0,1 . Let W1 , W2 , W3
2. W1 is not a subspace of V be the collection of all continuous
3. W2 is a subspace of V functions, differentiable functions,
4. W2 is not a subspace of V monotonic functions respectively in V, then
1. W1 is a subspace
2. V be the vector space of all n n complex 2. W2 is a subspace
matrices over C and W1 ,W2 be the 3. W3 is a subspace
collection of all hermitian and skew 4. All are subspaces
hermitian matrices respectively in V, then 7. Let M be the vector space of all 3 3 real
1. W1 is a subspace of V 2 1 0
2. W1 is not a subspace of V matrices and let A 0 2 0
3. W2 is a subspace of V 0 0 3
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 4 Vector space 133
3. x, y, z : x y 1 33. T 34. F
4. x, y, z : x y 1
(CSIR NET June 2015) Assignment key
9. Let A be an m n real matrix and b m SCQ
with b 0 1. 4 2. 4 3. 4 4. 2
1. The set of all real solutions of Ax b is
a vector space. 5. 4 6. 4 7. 3 8. 4
2. If u and v are two solutions of Ax b , 9. 4 10. 1 11. 4 12. 2
then u 1 v is also a solution of
13. 4 14. 1 15. 4 16. 3
Ax b for any .
3. For any two solutions u and v of Ax b ,
the linear combination u 1 v is MCQ
also a solution of Ax b only when 1. 1,3 2. 2,4 3. 1,3
0 1.
4. If rank of A is n, then Ax b has at 4. 1,2 5. 1,4 6. 1,2
most one solution. 7. 1,2,3 8. 1,2 9. 2,4
(CSIR NET Dec 2015)
10. 3,4
10. Let M n denote the vector space of all n n
real matrices. Among the following subsets
of M n , decide which are linear subspaces.
1. V1 A M n : A is nonsingular
2. V2 A M n : det( A )=0
3. V3 A M n : trace( A )=0
4. V4 BA: A M n , where B is some
fixed matrix in M n .
(CSIR NET Dec 2016)
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
Chapter 5
Basis and dimensions
Continuous learning is the minimum requirement for success in any field!
– Denis Waitley
Def . Linear Combination : Let V(F) be a vector space. A vector v V is said to be Linear
Combination (L.C.) of the vectors v1 , v2 ,............., vn V if v can be expressed as
Def. Linear Span : Let S be a non empty subset of vector space V(F) then the set of all linear
combinations of finite number of elements of S is called linear span (or span) of S. It is denoted by
n
S or L(S) i.e. L S S ai vi : ai F , vi S , n finite .
i1
Remark : Here it should be noted very carefully that the set S may be finite or infinite but L(S)
contains linear combinations of only finite number of elements of S . In fact , linear combination of
infinite elements is not defined , in general .
Results :
1. Every non empty set is always contained in its linear span . Let S be a non empty subset of
vector space V , for any v S , we can write v 1 . v L(S) S L(S)
3. The set of all linear combinations of a non-empty set S of a vector space V(F) is the smallest
subspace of V(F) containing S.
OR
In a vector space V , L(S) is the smallest sub-space containing S.
4. L W W iff W is a subspace of V.
136 Linear Algebra
5. If S and T are two non-empty subsets of a vector space V(F), then show that
(i) S T L(S) L(T)
(ii) L ( S T ) = L(S) + L(T)
(iii) L (L (S)) = L(S)
6. If S is a non-empty subset of a vector space V F then span(S) = span S 0 . That is, by
joining or deleting the zero vector from a set, we do not change the space spanned by the set.
Def. Generating (Spanning) set : A non-empty set S of vector space V is called a generating set of V
if every element v V is a linear combination of finite number of elements of S i.e. V L S .
Def. Finitely generated vector space : As clear by its name , a vector space V over F is said to
finitely generated if it is generated by finite number of vectors.
e.g. n and Pn are finitely generated vector space.
Def. Infinitely generated vector space : A vector space V over a field F is called infinitely generated if
it can not be generated by finite number of vectors e.g. the vector space P of all polynomials
over a field is infinitely generated vector space. The vectors {1 , x , x 2 ,...., x n,....} generates P
2 0
Example 1 : Express the matrix as L.C. of the matrices
4 5
0 3 0 0 2 3
P , Q , R .
2 0 2 1 0 5
Solution : Method I :
Let a1 , a2 , a3 be the scalars such that
2 0 0 3 0 0 2 3
4 5 a1 2 0 a2 2 1 a3 0 5
2 0 2a3 3a1 3a3
4 5 2a 2a
1 2 a2 5a3
2a3 2 ......(1)
a2 5a3 5 ......(4)
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 5 Basis and dimensions 137
Method II :
Construct a matrix A by writing the elements of matrix P,Q and R in columns i.e.,
0 0 2 2 0 0 2 : 2
3 0
3 0 3 0 3 : 0
A and b . Then A : b
2 2 0 4 2 2 0 : 4
0 1 5 5 0 1 5 : 5
2 2 0 : 4
3 0 3 : 0
operate R3 R1 , we get ~
0 0 2 : 2
0 1 5 : 5
1 1 0 : 2
1 0 1 : 0
R R R
operate R1 1 , R2 2 , R3 3 , we get ~
2 3 2 0 0 1 : 1
0 1 5 : 5
1 1 0 : 2
0 1 1 : 2
operate R2 R1 R2 , we get ~
0 0 1 : 1
0 1 5 : 5
1 1 0 : 2
0 1 1 : 2
operate R4 R4 R2 , we get ~
0 0 1 : 1
0 0 4 : 7
1 1 0 : 2
0 1 1 : 2
operate R4 R4 4 R3 , we get ~
0 0 1 : 1
0 0 0 : 11
2 0
A 3, A : b 4 , therefore the system Ax b is not consistent and hence cannot be written
4 5
as the linear combination of P,Q and R.
Exercise 5.1
1. Express the vector v = (4, 5, 9, 7) as a linear combination of vectors v1 (1, 1, 2, 1) ,
v2 (3, 0, 4, 1) , v3 (1, 2, 5, 2)
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
138 Linear Algebra
v2 (2, 1, 1) .
3. Consider the vector v (1, 2, k ) in 3 . For what value of k (if any) the vector v can be
3 1
4. Express the vector v = in the vector space of 2 2 matrices as a linear combination of
1 2
1 1 1 1 1 1
v1 , v2 , v3 .
0 1 1 0 0 0
a b
5. Find the condition on a , b , c such that the matrix is a linear combination of
b c
1 1 1 1 1 1
v1 , v2 1 0 , v3 0 0 .
0 1
6. Is the vector (3, 1, 0, 1) in the subspace of 4 spanned by the vectors v1 (2, 1, 3, 2) ,
(a , b , c) L(S) iff a = b + c.
8. In the complex vector space 2 does (1 + i , 1 i ) belongs to < (1 + i ,1) , (1 , 1 i) > ?
p2 t 1, p3 1.
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 5 Basis and dimensions 139
Answers
1. v 3v1 2v2 v3 2. No 3. k = 8 4. v 2v1 v2 2v3
---------------------------------------------------------------------------------------------------------------------------
5.2 Linear independence and dependence
Def. Linearly dependent (L.D.) vectors : Let V be a vector space over a field F. The vectors
v1 , v2 ,......., vn are said to be linearly dependent if there exist scalars a1 , a2 ,....., an (not all zero)
is linearly dependent.
8. If the set {v1 , v2 ,.........., vr } is L.I. and the set {v1 , v2 ,.........., vr , v} is L.D. , then v is a linear
9. The set of non – zero vectors v1 , v2 ,.........., vn of a vector space V(F) is L.D. iff one of the vectors
Working Steps :
(i) Take n scalars a1 , a2 ,......., an and form the system a1v1 + a2v2 +.........+ anvn = 0 ......(1)
(iii) If a1 = a2 =..............= an 0 is the only solution of (1) , then v1 , v2 ,......., vn are linearly
independent.
(iv) If system (1) has a non-trivial solution i.e. atleast one ai is non-zero, then v1 , v2 ,......., vn are
linearly dependent.
Remark : In above method , we are not required to find the actual values of a1 , a2 ,........, an rather
our only need is to decide whether the system has a non – trivial solution or not.
11. To determine that given vectors are L.D. or L.I.
Input : Vectors v1 , v2 ,.............., vn are given.
Working Steps :
(i) Construct a matrix A by writing the given vectors in the column.
(ii) Reduce the matrix A into row echelon form by using elementary row operation.
(iii) Number of non – zero rows gives the rank of A i.e. (A) . If (A) = number of columns
of A , then given vectors are L.I. and if (A) < number of columns of A , then given vectors
are L.D.
12. Vectors constructed from given L.I. vectors : Let v1 , v2 ,...., vn are L.I. vectors and suppose
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 5 Basis and dimensions 141
Result : If v1, v2 ,...., vn n be a L.I. set and P is a n n real invertible matrix, then the set
Here , (A) = 2 < number of columns. So the given vectors are L.D.
1 1 1
0 5 5
~ (Operating R 2 R 2 5R 1 , R 3 R 3 2R 1 , R 4 R 4 3R1 )
0 2 4
0 4 1
1 1 1
0 1 1 1
~ (Operating R 2 R 2 )
0 2 4 5
0 4 1
1 1 1
0 1 1
~ (Operating R 3 R 3 2R 2 , R 4 R 4 4R 2 )
0 0 2
0 0 5
1 1 1
0 1 1 5
~ (Operating R 4 R 4 R 3 )
0 0 2 2
0 0 0
which is in row echelon form.
Here (A) = 3 = number of columns. So the given vectors are L.I.
Exercise 5.2
1. Determine whether the following set of vectors are linearly dependent or independent
(i) (1 , 1 , 1) , (1 , 2 , 3), (0 , 1 , 2) in 3
(vi) (1 , 1 , 0 , 0) , (0 , 1 , 1 , 0) , (0 , 0 , 0 , 3) in 4
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 5 Basis and dimensions 143
2. In the vector space of polynomials of degree 4, which of the following vectors are L.I.
(i) x 2 x 1 , x , 1 (ii) x 3 2 x 1 , x3 x 1 , x 1
(iii) x 4 x3 , x 4 1 , x 3 x 2 , x 2 x , x 1 (iv) x 4 x , x 3 1 , x 3 1
2 3 6
3. Show that the three row vectors as well as the three column vectors of the matrix 0 4 2 are
5 2 2
linearly independent.
4. Prove that the four vectors (1 , 0 , 0) , (0 , 1 , 0) , (0 , 0 , 1) and (1 , 1 , 1) are linearly dependent
but any three of them are linearly independent .
5. Prove that the non – zero rows in an echelon matrix form a linearly independent set.
1 1
6. Find if the vectors 1 , 2 , 0 are linearly dependent.
3 3 1
7. Prove that the vectors (a1 , a2 ) and (b1 , b2 ) in 2 are linearly dependent if a1b2 a2b1 0 .
8. If v1 , v2 ,........, vn are linearly independent vectors of a vector space V , then show that none of
them can be a zero vector.
9. Let S be a set of four vectors such that any three of them are linearly independent. Does it follow
that the four vectors are linearly independent ?
10. In the vector space , prove that the set {1 , u} is L.I. iff u is irrational.
13. Determine whether the following vectors in 4 are linearly dependent or independent :
(a) (1, 2, –3, 1), (3, 7, 1,–2), (1, 3, 7, –4), (b) (1, 3, 1, –2), (2, 5, –1, 3), (1, 3, 7, –2).
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
144 Linear Algebra
independent
(a) u t 3 4t 2 3t 3, v t 3 2t 2 4t 1, w 2t 3 t 2 3t 5
(b) u t 3 5t 2 2t 3, v t 3 4t 2 3t 4, w 2t 3 7t 2 7t 9 .
15. Show that the following functions f, g, h are linearly independent :
(a) f t et , g t sin t , h t t 2 (b) f t et , g t e 2t , h t t .
18. If u , v , w are linearly independent , then show that the vectors u v , v w , u 2v w are
linearly independent.
19. If v1 and v2 are vectors in V and a , b F , show that the set {v1 , v2 , av1 bv2 } is linearly
dependent.
20. Show that if {v1 , v2 ,....., vn } is a linearly independent set of vectors and a1 , a2 ,......., an 1 are
any scalars , then the set {v1 a1vn , v2 a2 vn ,....., vn1 an1vn } is also linearly independent.
21. Let u , v , w be the vectors of V(F) and a, b F . Show that the set {u , v , w} is L.D. if the set
{u av bw , v , w} is L.D.
22. If u , v , w are L.I. in V(F) , then show that u v , v w , w u are L.I.
23. Suppose u, v, w are linearly independent vectors. Prove that S is linearly independent where :
(a) S u v 2 w, u v w, u w (b) S u v 3w, u 3v w, u w .
24. Suppose v1 , v2 ,...., vn are linearly independent. Prove that S is linearly independent where
Answers
1. (i) Linearly dependent (ii) Linearly dependent (iii) Linearly Independent
(iv) Linearly dependent (v) Linearly dependent (vi) Linearly Independent
(vii) Linearly dependent (viii) Linearly Independent (ix) Linearly dependent
2. (i) Linearly Independent (ii) Linearly Independent (iii) Linearly dependent
(iv) Linearly Independent 6. = 1 9. No 11. a i
13. (a) Dependent (b) Independent 14. (a) Independent (b) Dependent
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 5 Basis and dimensions 145
Def. Basis of a vector space : Let V be a vector space over the field F. A set of vectors
v1 , v2 ,........, vn V is called a basis of V if
(ii) No proper superset of S is linearly independent i.e. if S S then S must not be linearly
independent.
Results :
1. A set of vectors v1 , v2 ,...., vn V is a basis of V iff each element of V can be uniquely
2. If S ={ v1 , v2 ,...., vn }spans a vector space V(F), then there exists a subset of S which is a basis of V.
dependent. In words, a set containing more vectors than dimension is always linearly dependent.
6. If V is a finitely generated vector space , then any two basis of V have same number of elements.
Def . Dimension of a vector space : The numbers of elements in any basis of a vector space V(F) is
called dimension of V and is denoted by dimV.
If dimV = n , then V is called n dimensional vector space. A vector space of finite dimension is
called finite dimensional vector space .
7. If dim V = n and S = {v1 , v2 ,......., vn } is L.I. subset of V then S is a basis of V .
OR
A L.I. set of n vectors in a n-dimensional vector space is always a basis .
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
146 Linear Algebra
(ii) If card S n then S cannot generate V and S may or may not be L.I.
5 --- ---
6 1 p 1
; p, q 0
q
Table 2
Sr. No. Vector space Standard basis General basis Dimension
1 n 1, 0,...,0 , 0,1,...,0 ,...., 0,0,...,1 Any n L.I. vectors n
5 n --- ---
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 5 Basis and dimensions 147
Table 3
Sr. Vector space Standard basis General Dimension
No. basis
1 M m ,n over 1 0 ... 0 0 1 ... 0 0 0 ... 1 Any mn
0 0 ... 0 0 0 ... 0 0 0 ... 0
, ,...., mn
... ... ... ... ... ... ... ... ... ... ... ...
L.I.
0 ... ... 0 0 0 ... 0 0 0 ... 0
vectors
.......................
0 0 ... 0 0 0 ... 0 0 0 ... 0
0 0 ... 0 0 0 ... 0 0 0 ... 0
, ,....,
... ... ... ... ... ... ... ... ... ... ... ...
1 0 ... 0 0 1 ... 0 0 0 ... 1
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
148 Linear Algebra
Table 4
Sr. No. Vector space Standard basis General basis Dimension
1 Pn over 1, x, x ,....., x
2 n
Any n 1 L.I. vectors n 1
Table 5
Sr. No. Vector space Standard basis General basis Dimension
1 P over 1, x, x ,.....
2 ----
2 P over 2
1, x, x ,..... ----
2
i, ix, ix ,.....
3 P over ---- ---
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 5 Basis and dimensions 149
1 1 1 2 3
0 1 2 4 2
A ~
0 2 4 8 4
0 3 6 12 6
Operating R 3 R 3 2R 2 , R 4 R 4 3R 2 , we get
1 1 1 2 3
0 1 2 4 2
A ~
0 0 0 0 0
0 0 0 0 0
which is in row echelon form.
Hence basis of W is
{(1 , 1 , 1 , 2 , 3) , (0 , 1 , 2 , 4 , 2) } and so dim W = 2.
To extend this to form a basis of R5 , we have to select three more vectors out of standard basis
e1 = (1 , 0 , 0 , 0 , 0) , e2 = (0 , 1 , 0 , 0 , 0) , e3 = (0 , 0 , 1 , 0 , 0) ,
e4 = (0 , 0 , 0 , 1 , 0) , e5 = (0 , 0 , 0 , 0 , 1) of R5.
By noticing these five vectors , we find that e3 , e4 and e5 form a row echelon matrix with basis of
W. Hence these three vectors together with basis of W forms a linear independent set and therefore a
basis of R5.
So, (1 , 1 , 1 , 2 , 3) , (0 , 1 , 2 , 4 , 2) , (0 , 0 , 1 , 0 , 0) , (0 , 0 , 0 , 1 , 0) and (0 , 0 , 0 , 0 , 1)
forms a basis of R5.
Exercise 5.3
1. Which of the following set are L.I. generating set, basis of the vector space .
7
(i) 1,i (ii) 1, 2,i (iii) 2,3i (iv) 2,3i, i
2
(v) 2i,3i (vi) 2, 2 3i (vii) 2,3, 4 5i (viii) 1 i,1 i
(ix) i, 2 3i (x) 2 3i, 4 6i (xi) 2 3i, 3 4i (xii) 1, i,1 i
4. Let {u , v , w} be a basis for the vector space 3 . Prove that the sets {u v , v w , w u} and
5. Show that the set {(1,0,0), (1,1,0), (1,1,1)} is a basis of 3 but not a basis of 3 or 3
d3y dy
6. Let V be the vector space of solutions of the differential equation 3
7 6 y 0 . Show that
dx dx
V is a 3-dimensional real vector space. Find a basis of this vector space.
(a) u1 (1, 1, 1, 2, 3), u2 (1, 2, –1, –2, 1), u3 (3, 5, –1, –2, 5), u4 (1, 2, 1, –1, 4)
(b) u1 (1, –2, 1, 3, –1), u2 (–2, 4, –2, –6, 2), u3 (1, –3, 1, 2, 1), u4 (3, –7, 3, 8, –1)
(a) u t 3 2t 2 2t 1, v t 3 3t 2 3t 4, w 2t 3 t 2 7t 7 ,
(b) u t 3 t 2 3t 2, v 2t 3 t 2 t 4, w 4t 3 3t 2 5t 2
10. Find a basis and the dimension of the subspace W of V M 2.2 spanned by
1 5 1 1 2 4 1 7
A , B , C , D
4 2 1 5 5 7 5 1
11. Find a homogeneous system whose solution space is spanned by the following sets of three vectors :
(a) (1, –2, 0, 3, –1), (2, –3, 2, 5, –3), (1, –2, 1, 2, –2)
(b) (1, 1, 2, 1, 1), (1, 2, 1, 4, 3), (3, 5, 4, 9, 7).
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 5 Basis and dimensions 151
12. Let V M n ,n be the vector space over the field , then find the dimension and a basis of
following subspaces W of V.
(i) W = set of all diagonal matrices in V.
(ii) W = set of all scalar matrices in V.
(iii) W = set of all lower triangular matrices in V.
(iv) W = set of all upper triangular matrices in V.
(v) W = set of all super lower triangular matrices in V.
(vi) W = set of all super upper triangular matrices in V.
(vii) W = set of all backward diagonal matrices in V.
(viii) W = set of all backward scalar matrices in V.
(ix) W = set of all symmetric matrices in V.
(x) W = set of all skew symmetric matrices in V.
13. (a) What is the dimension and basis of W in above question, if the vector space M n () over
(b) What is your opinion for the set of hermitian and skew-hermitian matrices in this case.
14. (a) What is the dimension and basis of W in question 14, if the vector space M n () over is
(b) Also, find the dimension and basis for the set of hermitian and skew-hermitian matrices in
this case.
15. Find the dimension of following vector space over ?
(i) V aij : aij 0 if i j n 1
nn
(ii) V a
ij : aij 0 if i 1 or n
nn
(iii) V a
ij
: aij 0 if i 1 or n or j 1 or n
nn
(v) V a
ij : aii 0 and aij a ji ij
nn
(vii) V x1, x2 ,....., x100 : x1 x2 ...... x50 and x51 x52 .... x100 0, xi
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
152 Linear Algebra
(viii) V x1, x2 ,...., xn : x1 x3 x5 .... xk 0 where k is the largest odd integer less than n
(x) V aij : aij akl if i j k l
nn
(xi) V a
ij : aij 0 if i divides j
nn
(xiii) V p x P4 : p 1 p 2 p 3 0
(xiv) V aij : aij a ji , a1 j a2 j i, j
n n
(xv) V x1, x2 ,....., xn : x1 x4 x9 ..... 0
(xvi) V aij : aij a ji and aij 0 if j 1
nn
(xvii) V a ij
: aij 0 if i j 1
nn
(xx) V aij : aij 0 if i or j 1 and aij a ji
nn
(xxi) V x, y, z, t : x y 2t 0, 2 x y z 0, 3 x 2t z 0
(xxii) V x, y, z, t : x y 0, z t 0
(xxiii) V x, y, z, t : 2 x y 0, x y z 7t 0
Answers
1. (i) L.I., generating set, basis (ii) L.D., generating set, not a basis
(iii) L.I., generating set, basis (iv) L.D., generating set, not a basis
(v) L.D., not a generating set, not a basis (vi) L.I., generating set, basis
(vii) L.D., generating set, not a basis (viii) L.I., generating set, basis
(ix) L.I., generating set, basis (x) L.D., not a generating set, not a basis
(xi) L.I., generating set, basis (xii) L.D., generating set, not a basis
(xiii) L.I., generating set, basis (xiv) L.I., generating set, basis
(xv) L.D., not a generating set, not a basis (xvi) L.D., generating set, not a basis
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 5 Basis and dimensions 153
n n 1 n n 1
12. (i) n (ii) 1 (iii) (iv)
2 2
n n 1 n n 1
(v) (vi) (vii) n (viii) 1
2 2
n n 1 n n 1
(ix) (x)
2 2
n n 1 n n 1
13. (a) (i) n (ii) 1 (iii) (iv)
2 2
n n 1 n n 1
(v) (vi) (vii) n (viii) 1
2 2
n n 1 n n 1
(ix) (x)
2 2
(b) In this case, hermitian matrices reduces to symmetric and skew-hermitian matrices reduces to
skew-symmetric.
14. (a) (i) 2n (ii) 2 (iii) n n 1 (iv) n n 1
(b) n 2 , n 2
(iii) n 2
2
15. (i) n 2 n (ii) n 2 2n (iv) n 2 n
n n 1
(v) (vi) 99 (vii) 50 (viii) n 1
2
n n n n
(ix) n 1 (x) 2n 1 (xi) n 2 ....
3 1 2 n
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
154 Linear Algebra
n n 1
(xii) 3 (xiii) 2 (xiv) (xv) n n
2
n 2n 1 n2
(xvi) (xvii) n 2 2n 2 (xviii) (xix) 67
2 2
n n 1
(xx) (xxi) 2 (xxii) 2 (xxiii) 2
2
(xxiv) 51 (xxv) 1971
-----------------------------------------------------------------------------------------------------------------------
5.4 Basis and subspaces of finite vector spaces
Results :
1. Let Vn p be a finite vector space of dimension n over the field p then the total number of
distinct basis is
p n
p n1 p n p n 2 ..... p n p p n 1
n!
2. Let Vn p be a finite vector space of dimension n over the field p then the total number of
subspaces of dimension r is
p n
p r 1 p n p r 2 ..... p n p p n 1
p r
p r 1 p r p r 2 ..... p r p p r 1
Exercise 5.4
1. Find the number of distinct basis of the following vector spaces :
(i) 32 2 (ii) 23 3 (iii) 25 5 (iv) 33 3
2. Find the number of 1-dimensional and 2-dimensional subspaces of the following vector spaces.
Hence find the total number of proper subspaces and subspaces. Also write all the distinct basis and
all subspaces.
(i) 32 2 (ii) P2 3 (iii) 33 3
Answers
1. (i) 28 (ii) 24 (iii) 240 (iv) 1872
(v) 27998208 (vi) 1010880 (vii) 840 (viii) 1872
2. (i) 1-dimensional 7, 2-dimensional 7, total subspaces 16, no. of distinct basis 28.
(ii) 1-dimensional 13, 2-dimensional 13, total subspaces 28, no. of distinct basis 1872.
(iii) 1-dimensional 13, 2-dimensional 13, total subspaces 28, no. of distinct basis 1872.
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 5 Basis and dimensions 155
True-false exercise 11. The set of all vectors having the form
a 2b, b a,3b 5a is the span of the set
1. If a system of linear equations Ax b is
consistent, then the vector b is in the span
1, 1, 5 , 2,1,3 .
of the set of columns of A.
12. The vector 3,1,11 is in the span of the set
2. If the system of equations Ax b is of vectors (3,2,5), (1,1,1), (0,0,1).
consistent, then b is in the span of the set of
rows of A. 13. The vector (12, 1, –21) is in the span of this
set of three vectors : {(11,3,7), (0,12,5),
3. The span of the set of rows in an m n (0,0,66)}.
matrix A is the same as the set
Ax : x n . 14. The span of the set of columns in an n m
matrix A is the same as the set
8. If each column of an m n matrix A has a 17. Let v1, v2 ,...., vn be a set of n vectors in
pivot position, then the columns of A span
m . m , and suppose that m n . A valid
conclusion is that the set is linearly
dependent.
9. These three vectors span 3 :
0 0 3 18. If S is a linearly dependent set of vectors,
0 5 2 then each vector in S is a linear
5 8 9 combination of the other vectors in S.
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
156 Linear Algebra
20. If n m , the span of a set of n vectors in 32. If two sets of vectors have the same span,
m is a subset of n . then the two sets contain the same number
of elements.
21. The vector (9,3,7) is in the span of the set
of vectors (3,2,1), (1,2,0), and (3,0,0). 33. If a set of two or more vectors is linearly
independent, then the removal of a vector
from that set will not disturb the linear
22. If x, y and z are three points in 2 , then independence.
there exist scalars a, b, c (not all zero),
such that ax by cz 0 . 34. If a vector space V is spanned by a set of n
vectors, then every set of n 1 vectors in V
23. If u , v and w are any three points in 3 , is linearly independent.
then there are three scalars a, b and c such
35. If a set of vectors is linearly dependent,
that au bv cw 0 and a b c 0 . then we can add vectors to the set and make
it linearly independent.
24. The span of a pair of vectors u and v is the
set of all vectors that are either a multiple 36. A set of vectors is linearly dependent if
of u or a multiple of v. some nontrivial linear combination of
vectors in the set is 0.
25. If x is a nonzero vector in n and if
ax bx, then a b . 37. Let V span u1, u2 ,...., un in some vector
space. A linearly independent set in V can
26. Define functions p0 t 3, p1 t 5t , have no more than n elements.
p2 t t 2 , and p3 t 2t 3 . The span of 38. The vector 3, 4,7 is a linear
this set of four functions is the vector space
of all polynomials of degree at most 3. combination of the two vectors 6,5, 2 and
5, 2, 1 .
n
27. If m vectors are selected in , and m n ,
then the span of that set of vectors is n . 39. If S is a linearly independent set of n
vectors in a vector space V, and if Q is a
subset of m elements in V that spans V, then
28. A set of three vectors can span 4 .
mn.
29. If two sets of vectors have the same span,
then the sets must be the same. 40. If v1, v2 ,...., vn is a linearly dependent set
in a vector space, then a correct conclusion
30. If two sets of vectors differ, then the span is that vn is a linear combination of the
of the two sets must be different. vectors v1, v2 ,...., vn1 .
5 1
41. If a set of three vectors u , v, w is linearly
31. The vector 15 is in the span of 4 and
dependent, then one of the three is a
3 2 multiple of another.
3
7 42. If a vector space V is spanned by a set of m
vectors and if some other set of n vectors in
1 V is linearly independent, then n m .
44. If the columns of a matrix form a linearly 57. If a vector space V has a spanning set
dependent indexed set, then the matrix has v1, v2 ,...., vn and if w1, w2 ,...., wn is a
more columns than rows.
linearly independent set in V, then
45. If A is an m n matrix whose rows form a w1, w2 ,...., wn is a basis for V.
linearly independent set, then n m .
58. Any linearly independent set of n
46. Let A be an m n matrix and let B be an polynomials, each of degree at most n, is a
n k matrix. If k m , a valid conclusion basis for n .
is that the columns of AB form a linearly
dependent set in m . 0 1 1 0 1 1
59. The matrices , , and
1 1 1 1 0 1
47. Each row of the product AB is a linear
combination of the rows in A. 1 1
1 0 form a basis for the vector space of
48. If A is an m n matrix whose columns all 2 2 matrices.
form a linearly independent set, then
n m. 60. The dimension of the space spanned by
these four vectors is two : 1,3, 4,7 ,
49. If A is an invertible n n matrix, then the
rows of A form a linearly independent set. 2, 1,1,5 , 5,1,6,17 , 3, 2,5,12 .
67. If A is a 4 8 matrix, then any six columns 5. Which one of the following is correct ? The
are linearly dependent. set S {a ib, c id } is a basis for the
vector space C over iff
68. If u1 , u2 , u3 are linearly independent, then 1. ad bc 0 2. ad bc 0
u1 , u2 , u3 ,w are linearly dependent. 3. ad bc 0 4. ad bc 0
2. Consider the vector space V over the field 8. What is the dimension of the vector space
of real numbers spanned by the set C over the field R ?
S 0,1,0,0 , 1,1,0,0 , 1,0,1, 0 1. 1 2. infinite 3. 2 4. 4
21. Let V be the vector space of m n matrices 29. The dimension of the vector space
over a field K, then the dimension of V is
1. n 2. m 3. mn 4. mn
V A aij
nn
: aij , aij a ji over the
field is
22. Let V be the vector space of ordered pairs
of complex numbers over the real field . 1. n2 2. n 2 1
Then, the dimension of V is n2
3. n2 n 4.
1. 1 2. 2 3. 3 4. 4 2
(GATE 2009)
23.The dimension of () is
1. 1 2. finite 30. The vector space 3 () is of dimension
3. infinite 4. None of these 1. 1 2. 3
3. 2 4. None of these
24. Let V be the vector space of real
polynomials of degree not exceeding 2. Let 31. Let P (3) {a0 a1 x a2 x 2 a3 x 3 : ai R,
f ( x) x 1, g ( x ) x 1,
i 0,1, 2,3}. Under the standard operation
h( x) x 2 1, j ( x ) x 2 1. of addition (+) and scalar multiplication (.),
Then the set f , g , h, j is P(3) is
1. linearly independent 1. not a vector space
2. linearly dependent fg h 2. a vector space of infinite dimension
3. linearly dependent because 3. a vector space of dimension 3
f gh 0 4. a vector space of dimension 4
4. linearly dependent because
32. Consider
f g h j 0
S {a0 a1 x a2 x 2 a3 x 3 : ai }
25. Let W1 and W2 be finite dimensional with usual addition and multiplication
1. S does not form a vector space
subspaces of a vector space V . If
2. for vector space with dim 4
dim W1 2, dim W2 2,dim(W1 W2 ) 3, 3. S does not form vector space because
then dim (W1 W2 ) is does not have identity
1. 1 2. 2 4. form a vector space with dim 3
3. 3 4. 4
33. If (m,3,1) is a linear combination of vectors
26. In the vector space , the coordinate
3
(3,2,1) and (2,1,0) in 3 , then the value of
vector of (3,5,2) relative to the ordered m is
basis {(1,0,0), (0,1,0), (0,0,1)} is 1. 1 2. 3
1. (5,3,2) 2. (3,5,2) 3. 5 4. None of these
3. (2,5,3) 4. (2,3,5)
34. The number of elements in the vector space
27. Let V be the vector space of all of polynomials of degree atmost n in
2 2 matrices over the field F . The which the coefficients are the elements of
dimension of V is the field p over the field p , p being a
1. 2 2. 3 prime number is
3. 4 4. None of these 1. p n1 2. p n
28. The dimension of the vector space spanned 3. p n1 4. None of these
by (1,2,3,1) and (1,1,2,3) is
1. 1 2. 2 35. Let V be the vector space of all real
3. 4 4. None of these polynomials. Consider the subspace
W spanned by t 2 t 2, t 2 2t 5,
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 5 Basis and dimensions 161
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
162 Linear Algebra
60. The number of distinct bases of a two 66. The vectors u [3 2,1 2]T and
dimensional vector space over 3 is v [7,1 2 2]T in 2 are
1. 24 2. 27 1. LI over 2. LI over
3. 9 4. 48 3. LI over 4. All of these
61. Let
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
164 Linear Algebra
67. Let u , v, w are LI vectors. Then, consider 2. only II and III are true
the statements 3. only III and IV are true
I. u v 2 w, u v w and u w are LI 4. only I and IV are true
II. u v 3w, u 3v w and v w are LD
Choose the correct code 1 0 1
1. I is true but II is false 72. Consider the matrix M 0 1 0 and
2. I is false but II is true 1 1 1
3. both I and II are true
4. both I and II are false let S M be the set of 3 3 matrices N , such
that MN 0 . Then, the dimension of the
68. Let V be the space of 2 2 matrices over real vector space S M is equal to
and let W be the subspace generated by 1. 0 2. 1 3. 2 4. 3
1 5 1 1 2 4
4 2 , 1 5 , 5 7 and 73. Let S be the set of all n n matrices over
with zero trace. Then,
1 7 1. S is not a vector space
5 1
2. S is a vector space of dimension n 1
Then, dimension of W is 3. S , together with the identity matrix,
1. 2 2. 3 3. 4 4. 5 form a vector space
4. S is a vector space and it has a basis
69. Which of the following sets of vectors is a consisting of n 2 1 matrices
basis for 3
I. {(1, 2,3),(3,5,7),(5,8,11)} 74. Let S {x1 , x2 , x3} and
II. {(1,0,1),(0,1,0),(1,0,1)} T {x1 x3 , x1 x2 , 2 x2 x3 x1} .
III. {(1, 2,3), (2,3, 4),(2, 4,6)} Then
1. only I and II 2. only II 1. Both S and T are basis for 3
3. only I and III 4. only I 2. S is not a basis for 3 but T is a basis for
70. Let S {(1, 2,3),(1,0, 1)}. The value of 3
3. T is not a basis for 3 but S is a basis for
k for which the vector (2,1, k ) belongs to
3
the linear span of S is
4. Neither S nor T is a basis for 3
1. 1 2. 1 3. 2 4. 0
75. Let W be the space spanned by
71. Let f and g be two elements of the vector
f sin x and g cos x. Then for any real
space of all continuous functions defined
value of , f1 sin( x ) and
on [a, b] over real field . Consider the
following statements g1 cos( x ) . Which of the following is
I. f and g are LI on [a, b] implies that not true ?
they are LI on each subinterval of 1. are vectors in W
[ a, b] 2. are linearly independent
II. f and g are LD on [a, b] implies that 3. do not form a basis for W
4. form a basis for W
they are LD on each subinterval of
[ a, b]
76. If V is a vector space over an infinite field
III. f and g are LI on any subinterval of F such that dim V 2 , then the number of
[a, b] implies that they are LI on [a, b] distinct subspaces V has is
IV. f and g are LD on any subinterval of 1. 2 2. 3
[a, b] implies that they are LD on [a, b] . 3. 4 4. infinite
Then,
1. only I and II are true
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 5 Basis and dimensions 165
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
166 Linear Algebra
vi ui ui 1 and wi ui1 ui for i 1, 2,...., n. that xi 0 for every i =1, 2,....,n.
Then 2. xi 0 for every i =1, 2,....,n implies that
1. v1 , v2 ,...., vn are linearly independent, if C is linearly independent set.
n 2010 . 3. The linear span of C is V implies that
2. v1 , v2 ,...., vn are linearly independent, if xi 0 for every i =1, 2,....,n.
n 2011 . 4. xi 0 for every i =1, 2,....,n implies that
3. w1 , w2 ,...., wn are linearly independent, if the linear span of C is V.
n 2010 . (CSIR NET June 2014)
4. w1 , w2 ,...., wn are linearly independent, if
n 2011 .
(CSIR NET Dec 2012) True false key
1. T 2. F 3. F 4. F
2. Let n be an interger 2 and let M n
5. T 6. T 7. F 8. F
denote the vector space of n n real
matrices. Let B M n be an orthogonal 9. T 10. F 11. T 12. T
matrix and let Bt denote the transpose of B. 13. T 14. T 15. T 16. T
Consider WB B t AB : A M n . Which 17. F 18. F 19. F 20. F
of the following are necessarily true ? 21. T 22. T 23. F 24. F
1. WB is a subspace of M n and
25. T 26. T 27. F 28. F
dim WB rank B .
29. F 30. F 31. T 32. F
2. WB is a subspace of M n and
33. T 34. F 35. F 36. T
dimWB rank B rank B t
37. T 38. T 39. F 40. F
3. WB = M n
41. F 42. T 43. T 44. F
4. WB is not a subspace of M n
45. F 46. T 47. F 48. F
(CSIR NET Dec 2012)
49. T 50. T 51. T 52. F
3. Let v1 ,...., vn be a linearly independent 53. F 54. T 55. T 56. F
subset of a vector space V where n 4. Set 57. T 58. F 59. T 60. T
wij vi v j . Let W be the span of
61. T 62. T 63. T 64. T
w ij |1 i, j n . Then
65. T 66. F 67. T 68. F
1. w ij |1 i j n spans W.
69. T
2. w ij |1 i j n is linearly
independent subset of W.
3. wij |1 i n 1, j i 1 spans W. Assignment key
4. dimW n . SCQ
(CSIR NET Dec 2013) 1. 2 2. 3 3. 2 4. 3
4. Let V denote a vector space over a field F
and with a basis B e1 , e2 ,...., en . Let 5. 4 6. 1 7. 1 8. 3
x1 , x2 ,...., xn F . Let 9. 1 10. 2 11. 4 12. 1
C {x1e1 , x1e1 x2e2 ,...., x1e1 x2e2 .... xnen }. 13. 3 14. 3 15. 2 16. 3
Then 17. 3 18. 2 19. 4 20. 4
1. C is a linearly independent set implies
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 5 Basis and dimensions 167
MCQ
1. 2,3,4 2. 2,3 3. 1,3
4. 1,2,3,4
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
Chapter 6
More topics on vector
space
Your ability will grow to match your dreams.
– Jim Rohn
6.1 Row space, column space and null space of a matrix
Def. Row space of a matrix : The space generated by rows of a matrix is called its row space. If A is
column space of A a11, a21,...., am1 , a12 , a22 ,...., am 2 ,....., a1n , a2n ,...., amn
Result : The dimension of row space and of the column space of a matrix are both equal to the rank of
the matrix.
Def. Null space of a matrix : Let A be a m n matrix then null space of A is defined as
Example 1 : Show that the subspace spanned by the vectors v1 (1 , 2 , 1) , v2 (1 , 2 , 3) and the
Let (1 , 2 , 1) a (0 , 0 , 1) b(1 , 2 , 5)
b 1 , 2b 2 , a 5b 1
a 4 and b 1
v1 4 w1 w2
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 6 More topics on vector space 171
a 1 and b 2
w2 v1 2v2
Exercise 6.1
1. Find the dimension of row space and column space of each of the following matrices :
1 3 2 5 4 1 2 3 2 1 1 2
1 4 1 3 5 1 3 2 0 4 5 5
(a) , (b) , (c)
1 4 2 4 3 3 8 7 2 5 8 1
2 7 3 6 13 2 1 9 10 1 2 2
2. For k = 1,2,…,5, find the number nk of linearly independent subsets consisting of k columns for
1 2 1 3 1 6 1 2 2 1 2 1
2 4 3 8 3 15 2 4 5 4 5 5
3. Let (a) A , (b) B .
1 2 2 5 3 11 1 2 3 4 4 6
4 8 6 16 7 32 3 6 7 7 9 10
4. Determine which of the following matrices have the same row space :
1 1 3
1 2 1 1 1 2
A , B , C 2 1 10
3 4 5 2 3 1
3 5 1
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
172 Linear Algebra
7. Find two different basis for (i) the row space and (ii) the column space of each matrix M :
0 0 3 1 4 1 2 1 0 1
1 3 1 2 1 1 2 2 1 3
(a) M , (b) M .
3 9 4 5 2 3 6 5 2 7
4 12 8 8 7 2 4 1 –1 0
Answers
1. (a) 3 (b) 2 (c) 3
2. (a) n1 4 , n2 5 , n3 n4 n5 0 (b) n1 4 , n2 6 , n3 3, n4 n5 0
1 2 0 1 0 3
0 0 1 2 0 1
3. (a) (i) M (ii) C2 , C4 , C6
0 0 0 0 1 2
0 0 0 0 0 0
1 2 0 0 3 1
0 0 1 0 1 1
(b) (i) M (ii) C2 , C5 , C6
0 0 0 1 1 2
0 0 0 0 0 0
1 0 7
1 0 7 1 0 1
4. A ~ , B~ and C ~ 0 1 4
0 1 4 0 1 1 0 0 0
1 0 2
5. W1 and W2 are row equivalent to 0 1 1 , but not W3 .
0 0 0
1 2 0 1
1 2 0 1 1 2 0 1
6. W1 ~ 0 0 1 3 , W2 ~ and W3 ~
0 0 0 0 0 0 1 1 0 0 1 3
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 6 More topics on vector space 173
Def. Linear sum of subspaces : Let W1 and W2 be two subspaces of a vector space V , then linear
sum of W1 and W2 is denoted by W1 + W2 and is defined as :
W1 + W2 = {w1 w2 : w1 W1 , w2 W2 } .
Further a vector space V is said to be linear sum of its subspaces W1 and W2 if every v V can be
expressed as v w1 w2 ; w1 W1 w2 W2 .
Def . Direct sum of subspaces : A vector space V(F) is said to be direct sum of its two subspaces W1
and W2 if every v V can be uniquely expressed as
v w1 w2 ; w1 W1 , w2 W2
Results :
1. Linear sum of two subspaces is a subspace.
2. If W1 and W2 are two subspaces of a vector space V(F) , where V is finite dimensional.
Then dim(W1 W2 ) dim W1 dim W2 dim(W1 W2 ) .
3. The necessary and sufficient conditions for a vector space V(F) to be a direct sum of its subspaces
W1 and W2 are that (i) V = W1 W2 (ii) W1 W2 = {0}.
OR
The necessary and sufficient condition for a vector space V to be direct sum of its two subspaces
are that V is linear sum of these two subspaces and they are disjoint.
4. If a finite dimensional vector space V is a direct sum of its two subspaces W1 and W2 , then
dim V = dim W1 + dim W2.
5. If W1 and W2 are two subspaces of a vector space V ( F ) then
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
174 Linear Algebra
x W1 W2 , y W1 W3
Now, x, y W1 x y W1 z W1
z W1 W2 W3
x W1 , y W2 W3
x y W1 W2 and x y W1 W3
z W1 W2 and z W1 W3
z W1 W2 W1 W3
Example 1 : If W1 and W2 are subspaces of the vector space R4 (R) spanned by the sets
Solution : (i) To find a basis of W1 , we consider a matrix whose rows are the vectors of S1 .
1 1 0 1
i.e. A = 1 2 3 0
2 3 3 1
1 1 0 1
~ 0 1 3 1 (Operating R 2 R 2 R 1 , R 3 R 3 2R 1 )
0 1 3 1
1 1 0 1
~ 0 1 3 1 (Operating R 3 R 3 R 2 ) which is in row echelon form.
0 0 0 0
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
176 Linear Algebra
Thus the non – zero rows {(1 , 1 , 0 , 1) , (0 , 1 , 3 , 1)} form the basis of W1 and so dim W1 = 2
(ii) To find a basis of W2 , we consider a matrix whose rows are the vectors of S2 .
1 2 2 2 1 2 2 2
i.e. B = 2 3 2 0 ~ 0 1 2 4 (Operating R 2 R 2 2R1 , R 3 R 3 3R 1 )
3 5 4 2 0 1 2 4
1 2 2 2
~ 0 1 2 4 (Operating R 3 R 3 R 2 )
0 0 0 0
1 1 0 1
1 2 3 0
2 3 3 1
C=
1 2 2 2
2 3 2 0
3 5 4 2
1 1 0 1
0 1 3 1
0 1 3 1
C~
0 1 2 1
0 1 2 2
0 2 4 1
Operating R 3 R 3 R 2 , R 4 R 4 R 2 , R 5 R 5 R 2 , R 6 R 6 2R 2 , we get
1 1 0 1
0 1 3 1
0 0 0 0
C ~
0 0 1 2
0 0 1 1
0 0 2 1
Operating R 5 R 5 R 4 , R 6 R 6 2R 4 , we get
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 6 More topics on vector space 177
1 1 0 1
0 1 3 1
0 0 0 0
C ~
0 0 1 2
0 0 0 3
0 0 0 3
1 1 0 1
0 1 3 1
0 0 1 2
C~
0 0 0 3
0 0 0 0
0 0 0 0
which is in row echelon form.
Thus the non – zero rows (1 , 1 , 0 , 1) , (0 , 1 , 3 , 1) , (0 , 0 , 1 , 2) , (0 , 0 , 0 , 3) form a basis
of W1 W2 and so dim ( W1 W2 ) = 4.
4 = 2 + 2 dim ( W1 W2 )
Hence dim ( W1 W2 ) = 0.
Exercise 6.2
1. If W1 and W2 are two-dimensional subspaces of 3 , then show that W1 W2 0 .
2. Suppose W1 and W2 are subspaces of V such that dim W1 4 , dim W2 5 , and dimV=7. Find the
possible dimensions of W1 W2 .
that 3 W1 W2 .
W2 span[(1, –2, –3, 0, –2), (1, –1, –3, 2, –4), (1, –1, –2, 2, –5)]
(a) Find two homogeneous system whose solution spaces are W1 and W2 , respectively.
W1 W2 W1 W3 W1 W2 W3 . Find subspaces of 2 for which equality does not hold.
8. Let V be the vector space of n-square matrices. Let W1 be the subspace of upper triangular
matrices, and let W2 be the subspace of lower triangular matrices. Find (a) W1 W2 (b) W1 W2 .
9. Give an example to show that the linear sum of two subspaces need not be always the direct sum .
10. Let V be the vector space of all n n real matrices. Let W1 and W2 be the set of all n n real
11. Let V be the vector space of all functions from to . Let W1 and W2 denotes the subspaces of
Answers
2. dim W1 W2 2,3 or 4
7. In 2 , let W1 ,W2 ,W3 be, respectively, the line y x , the x–axis, the y–axis.
Def. Co ordinate Vector : If the set B {v1 , v2 ,......., vn } is a basis of a vector space V(F) , then a
vector v V can be expressed uniquely as v a1v1 a2 v2 ......... anvn for some scalars
a1 , a2 ,......, an . The coefficients a1 , a2 ,......, an in the linear combination of v are called co – ordinates of
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 6 More topics on vector space 179
v relative to the basis B. The vector a1 , a2 ,......, an is called the coordinate vector of v relative to the
basis of B.
Example 1 : Find the coordinates of the vector ( 1 , 2 , 3 , 4) relative to the ordered basis
B = {(0 , 1 , 1 , 0) , (0 , 0 , 1 , 1) , (1 , 0 , 0 , 1) , (0 , 1 , 0 , 0)} for V4.
Solution : Consider
(1, 2,3, 4) a1 (0,1,1,0) a2 (0,0,1,1) a3 (1,0,0,1) a4 (0,1,0,0)
= (a3 , a1 a4 , a1 a2 , a2 a3 )
a3 1 , a1 a4 2 , a1 a2 3 , a2 a3 4
On solving , we have a2 5 , a1 2 , a4 4 , a3 1
Hence , the coordinates of (1, 2,3, 4) relative to the basis of B are 2,5, 1, 4 .
Exercise 6.3
1. In 3 , find the coordinates of vector u w.r.t. a basis (u1 , u2 , u3 ) where
(ii) u (1 , 0 , 1) ; u1 (0 , 1 , 1) , u2 (1 , 1 , 0) , u3 (1 , 0 , 2) .
2. In 3 , find the coordinates of (2i, 3 4i, 5) w.r.t. the basis {(1, 0, 0), (1, 1, 0), (1, 1, 1)}.
3. The vectors u1 1, 2 and u2 4, 7 form a basis S of 2 . Find the coordinates vector [v] of v
4. The vectors u1 1, 2, 0 , u2 1,3, 2 , u3 0,1,3 form a basis S of 3 . Find the coordinates vector
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
180 Linear Algebra
Answers
1. (i) ( 15 , 10 , 9 ) (ii) ( 3 , 3 , 2)
2. 3 2i , 2 4i , 5 3. (a) [–47, 13], (b) [–7a –4b, 2a + b]
---------------------------------------------------------------------------------------------------------------------------
6.4 Extension to basis
Extension theorem : If V is a finitely generated vector space , then any set of linearly independent
vectors can be extended to a basis of V.
Method I : To extend a given linearly independent set of V to form a basis.
Input : A linearly independent set S = {v1,v2 ,....,vm } of a vector space V is given where dim V = n.
(ii) As dim V = n and S already contains m elements , so we have to choose n m vectors out of
S = {e1 , e2 ,..........., en } .
(iii) Select the vector e1 out of S and check the linear independence of the vectors v1 , v2 ,...., vm , e1 .
If these are linearly dependent then remove e1 and if linearly independent then take e1.
(iv) Now select the vector e2 and check the linear independence of e2 together with the set obtained in
step (iii). If these are linearly dependent then remove e2 and if linearly independent then take e2.
(v) Repeat the above process for e3 , e4 ,…. until n m vectors out of S are selected. These
n m vectors together with S form a basis B of V.
Method II : To extend a given linearly independent set of V to form a basis.
Input : A linearly independent set S = {v1,v2 ,....,vm } of a vector space V is given where dim V = n.
(ii) As dim V = n and S already contains m elements , so we have to choose n m vectors out of
S = {e1 , e2 ,..........., en } .
(iii) Construct a matrix A by writing the given vectors in the row.
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 6 More topics on vector space 181
(iv) Reduce the matrix A into row echelon form by using elementary row operations.
(v) Select the n m standard basis ei corresponding to the column Ci which do not contain the pivot.
Any basis of R3 has three vectors , so only one vector out of {e1 , e2 , e3} is required to form a basis
1 2 3 1 2 3
i.e. A = 2 2 3 ~ 0 2 3 (Operating R 2 R 2 2R1 , R 3 R 3 R1 )
1 0 0 0 2 3
1 2 3
~ 0 2 3 (Operating R 3 R 3 R 2 )
0 0 0
1 2 3 1 2 3
B = 2 2 3 ~ 0 2 3 (Operating R 2 R 2 2R 1 )
0 1 0 0 1 0
1 2 3
1
~ 0 2 3 (Operating R 3 R 3 R 2 )
2
0 0 3 2
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
182 Linear Algebra
1 2 3 1 2 3
A= ~ (Operating R 2 R 2 2R 1 )
2 2 3 0 2 3
which is in row echelon form and the third column does not contain the pivot .Therefore, the three
vectors v1 , v2 , e3 i.e. (1 , 2 , 3) , (2 , 2 , 3) , (0 , 0 , 1) are linear independent and hence form a basis
of R3.
Exercise 6.4
1. Extend the following sets of vectors to form a basis of 3 .
(i) {(1 , 2 , 3) , (2 , 2 , 0)} (ii) {(0 , 1 , 2) , (2 , 1 , 4)} (iii) {(1 , 1 , 1) , (1 , 0 , 0)}
Answers
1. The answer is not unique , however one answer of each part is given
(i) {(1 , 2 , 3) , (2 , 2 , 0) , (1 , 0 , 0)}
(ii) {(0 , 1 , 2) , (2 , 1 , 4) , (1 , 0 , 0)}
(iii) {(1 , 1 , 1) , (1 , 0 , 0) , (0 , 1 , 0)}
2. The answer is not unique , however one answer is given
{(0, 0, 0, 3) ,(1, 1, 0, 0) ,(0, 1, 1, 0),(0, 1, 0, 0)} .
3. {(1 , 1 , 0) , (1 , 0 , 0) , (0 , 1 , 1)} , {(1 , 1 , 0) , (0 , 1 , 0) , (0 , 0 , 1)}
---------------------------------------------------------------------------------------------------------------------------
6.5 Complementary subspace
Def. Complementary Subspace : Let W be a subspace of a finite dimensional vector space V(F). If
there exist a subspace W of V such that V is direct sum of W and W i.e. V = W W , then W
is called complementary subspace (or simply complement) of W .
Results :
1. Every subspace W of a finite dimensional vector space V(F) has a complementary subspace W
and dim W = dim V dim W.
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 6 More topics on vector space 183
V = W1 + W2 ......(1)
Now , let ( x , y ) W1 W2 be any element , then
(x , y ) W1 and (x , y ) W2
V = W1 + W3 ......(3)
If (x , y) W1 W3 be any arbitrary element , then
( x , y ) W1 and ( x , y ) W3
(x , y) = (0 , 0) = 0
Thus W1 W3 = {0} ......(4)
By (3) and (4) , V = W1 W3 and therefore W3 is also a complementary subspace of W1.
Example 2 : Find a complement of a subspace W generated by (1 , 0 , 1) and (1 , 2 , 3) in V = R3(R).
Solution : Here W = < (1 , 0 , 1) , (1 , 2 , 3) >
Clearly (1 , 0 , 1) and (1 , 2 , 3) are linearly independent as neither of them is a multiple of other.
So , the set {(1 , 0 , 1) , (1 , 2 , 3)} is a basis of W.
Now we extend this to form a basis of R3. For this we have to choose one vector out of standard basis
{ (1 , 0 , 0 ) , ( 0 , 1 , 0 ) , ( 0 , 0 , 1 ) } . Let us choose (0 , 0 , 1) for this purpose .
To check the independence of these three vectors , we see that
1 0 1
1 2 3 20
0 0 1
Exercise 6.5
1. Find a complement of a subspace W generated by (1, 2 , 5, 3) , (2, 3, 1, 4) and (3, 8, 3, 5)
in 4 .
Answers
1. W = < (0 , 0 , 1 , 0) , (0 , 0 , 0 , 1) >
----------------------------------------------------------------------------------------------------------
6.6 Quotient spaces
Def . Coset : Let V(F) be a vector space and W be a subspace of V , then for any v V , the set
v W={v w : w W} is called left coset of W formed with v or generated by v and the set
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 6 More topics on vector space 185
Results :
1. Let W be a subspace of a vector space V(F) and let V W be the set of all cosets of W in V i.e.
Exercise 6.6
1. Determine dim V W , where V , W .
a a
6. Let V be the vector space of all 2 2 matrices over C. Let W1 : a , b , c C ,
b c
a b
W2 : a , b , c C be two subsets of V. Verify that W1 and W2 are subspaces of V
a c
W +W2 W1
and dim 1 dim .
W2 W1 W2
Answers
1. 1 2. 2 4. Basis = {W + (0 , 0 , 1)} , dim 1 5. 2
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 6 More topics on vector space 187
True-false exercise 1 1 3
matrix .
T
2 1 4
1. The vector x 7, 6, 5 is in the kernel of
1 3 5 12. If Ker A Ker B , then A ~ B .
the matrix
2 1 4
13. If the system Ax 0 has a free variable,
then the system has many solutions. In this
3 7 6
case, the kernel (or null space) of A has
2. The kernel of 2 1 0 consists solely of dimension 1or greater.
3 0 0
the vector 0. 14. If two matrices are row equivalent to each
other, then their column spaces are the
3. If Ax b and Ay b , then x y is in the same.
kernel of A.
3 4
4. If Ax b and Ay b , then y x is in the 15. The column space of 6 1 contains the
kernel of A. 2 5
T
5. If two matrices A and B are row equivalent, vector 1, 20, 16 .
then their kernels are the same.
3 3
6. Column space of a matrix A is the set of all
16. The column space of 7 4 contains the
vectors that can be expressed as linear
combinations of the columns of A. 1 2
T
vector 3, 29, 3 .
7. Every solution of the equation Ax b is
the sum of two vectors in the kernel of A.
17. The vector 16,13, 21 is in the row space
8. If the columns of a matrix form a linearly 3 4 2
dependent set of vectors, then the kernel of of the matrix .
that matrix contains nonzero vectors. 1 3 7
10. If the columns of a matrix form a linearly 19. The row space of a matrix A is not changed if
independent set of vectors, then the kernel an elementary row operation is applied to A.
of that matrix contains only the zero vector.
20. A vector u is in the column space of a
1 matrix A if and only if u Ax for some
11. The vector 2 is in the kernel of the vector x.
1
21. If A is row equivalent to B, then A and B
may have different column spaces.
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
188 Linear Algebra
22. If two matrices are row equivalent to each 1 2
other, then they have the same row space. 34. If b1 and b2 then the
3 1
23. If a vector v is in the column space of a 6
coordinates of the vector relative to
matrix A, then the equation Ax v has 17
more than one solution. the basis b1, b2 are 4 and –5.
24. If a vector v is in the row space of a matrix
A, then the equation Ax v is consistent.
Assignment
25. The row space of a matrix A is the same as
the column space of AT . ----------------------- S C Q --------------------
26. For some matrix, its row space and its 1. Let M mn be the set of all m n
column space are the same. matrices with real entries. Which of the
following statements is correct ?
27. The coordinate vector of x 15,35, 2 1. There exists A M 25 such that the
with respect to the basis having elements dimension of the null space of A is 2.
u1 1,3, 2 , u2 2, 4, 1 and 2. There exists A M 25 such that the
u3 2, 2,0 is 3, 4, 5 . dimension of the null space of A is 0.
3. There exist A M 25 and
28. The coordinate vector of x 1,5,1 with B M 52 such that AB is the 2 2
respect to the basis having elements identity matrix.
u1 1,3, 2 , u2 2, 4, 1 and 4. There exist A M 25 whose null
u3 2, 2,0 is 1,1,1 . space is
x1 , x2 , x3 , x4 , x5 5 : x1 x2 , x3 x4 x5
29. If A is a 7 13 matrix and if its reduced (CSIR NET June 2014)
echelon form has exactly five nonzero
rows, then the row space of A has 2. Which of the following matrices has the
dimension five.
4 8 4
30. Let A be a 7 13 matrix. Let its reduced same row space as the matrix 3 6 1 ?
echelon form have five nonzero rows at the 2 4 0
top and two zero rows at the bottom. It 1 2 0 1 1 0
follows that the first five rows of A provide 1. 2.
a basis for the row space of A. 0 0 1 0 0 1
0 1 0 1 0 0
3. 4.
31. Let E be the reduced row echelon form of
0 0 1 0 1 0
A. The pivot columns of E form a basis for
the column space of A.
3. The row space of a 20 50 matrix A has
dimension 13. What is the dimension of the
32. Let x1 3,6, 2 , x2 1,0,1 and space of solutions of Ax 0 ?
u 3,12,7 . The coordinate vector of u 1. 7 2. 13
3. 33 4. 37
with respect to the basis x1, x2 is 2,3 .
(CSIR NET June 2015)
33. Let 2 have a basis, B containing the two
vectors u1 1, 2 and u2 2,3 . Let
x 3,5 . Then x B 1, 1 .
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 6 More topics on vector space 189
1 3 7 3 6 3
7. Consider A 2 1 4 10. Consider A 2 4 3
1 2 3 3 6 4
Which set spans the column space of A ? What set spans the column space of the
1 3 1 0 matrix A ?
1. 2 , 1 2. 0 , 1 3 1 0
1 2 0 0 1. 2 2. 0 , 1
3 0 0
1 0 1 7
3. 0 , 1 , 2 4. 4 1 0 3 3
0 0 0 3 3. 2 , 3 4. 2 , 3
3 4 3 4
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
190 Linear Algebra
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
192 Linear Algebra
x, y, z, w 4 : x y z 0, x y w 0 .
W2 aij : aij a ji then
nn
Then 1. V W1 W2 2. V W1 W2
1. dim ( column space ( A) ) = 1 3. W1 W2 0 4. V W1 W2
2. dim ( column space ( A) ) = 2
3. rank A 1 2. If V is the real vector space of all mapping
from to , W1 { f V : f ( x ) f ( x)}
4. S 1,1,1, 0 , 1,1, 0,1 is a basis of
and W2 { f V : f ( x) f ( x)}, then
N A .
1. V W1 W2 2. V W1 W2
(CSIR NET June 2017)
3. W1 W2 0 4. V W1 W2
38. Let W1 u , v, w, x 4 | u v w 0,
3. Let V1 ,V2 be subspaces of a vector space V.
2v x 0, 2u 2 w x 0 and Which of the following is necessarily a
subspace of V ?
W2 u , v, w, x 4 | u w x 0, 1. V1 V2
2. V1 V2
u w 2 x 0, v x 0 . Then which
3. V1 V2 x y : x V1 , y V2 .
among the following is true ? 4. V1 \ V2 x V1 and x V2
1. dim W1 1 (CSIR NET June 2012)
4. For arbitrary subspaces U, V and W of a
2. dim W2 2 finite dimensional vector space, which of
the following hold
3. dim W1 W2 1 1. U V W U V U W
4. dim W1 W2 3 2. U V W U V U W
MCQ
1. 1,2,3 2. 1,2,3 3. 1,3
4. 2,3 5. 2,3 6. 1,4
7. 1
www.risingstarmath.com
Chapter 7
Linear
transformations
Out of difficulties grow miracles.
– Jean De La Bruyee
Def. Linear Transformation : Let U and V be two vector spaces over a same field F , then a function
T : U V is called a linear transformation or vector space homomorphism if
(i) T(u v) = T(u ) T(v ) for all u, v U
(ii) T(au ) = a T(u ) for all a F , u U
Remark : The above two properties in the definition of L.T. can be combined into a single property ,
namely , T(au bv) aT(u ) bT(v) for all a, b F and u , v U
Def. Linear Operator : A linear transformation is called a linear operator if the vector space on both
sides is same.
Def. Linear Functional : A linear transformation is called a linear functional if the vector space on
the right hand side is the field of scalars.
Example 1 : Show that the function T : 3 3 defined by T(x , y , z) = ( x , y , 0) is a linear
transformation . Such a mapping in which one coordinate on R. H. S. is 0 is called a Projection
mapping .
Solution : Let u ( x1 , y1 , z1 ) and v ( x2 , y2 , z2 ) be any two vectors of 3 , then
T(u v) = T( x1 x2 , y1 y2 , z1 z 2 )
196 Linear Algebra
= ( x1 x2 , y1 y2 , 0)
= ( x1 , y1 , 0) ( x2 , y2 , 0)
= T( x1 , y1 , z1 ) T( x2 , y2 , z2 )
= T(u ) T(v)
Also , for any scalar a , we have
T(au ) = T(ax1 , ay1 , az1 )
= (ax1 , ay1 , 0)
= a( x1 , y1 , 0)
= aT( x1 , y1 , z1 )
= aT(u) . So T is a linear transformation.
Example 2 : Show that the function T : 3 2 defined by T(x , y , z ) = (x y 2 z , x z 1)
is not a linear transformation.
Solution : Let u ( x1 , y1 , z1 ) and v ( x2 , y2 , z2 ) be any two vector of R3 , then
T(u v) = T( x1 x2 , y1 y2 , z1 z 2 )
= ( x1 x2 y1 y2 2 z1 2 z2 , x1 x2 z1 z2 1) ......(1)
= ( x1 y1 2 z1 , x1 z1 1) ( x2 y2 2 z2 , x2 z2 1)
= ( x1 y1 2 z1 x2 y2 2 z2 , x1 z1 1 x2 z2 1)
= ( x1 x2 y1 y2 2 z1 2 z2 , x1 x2 z1 z2 2) ......(2)
Exercise 7.1
1. Determine which of the following mappings are linear transformation. .
(i) T : 3 2 defined by T(x , y , z ) = (z , 2 x y )
(iv) T : 3 3 defined by T( x , y , z) (| x | , y , z )
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 7 Linear transformations 197
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
198 Linear Algebra
14. Let M2 ( ) be the vector space of all 2 2 real matrices and P2 ( ) be a vector space of
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 7 Linear transformations 199
a b 2
defined by T a (b c ) x dx . Show that T is linear transformation.
c d
15. Consider the linear map T : 2 2 defined by T ( x, y ) (3x 5 y , 2 x 3 y ) and the
(i) T ( H ) (ii) T 1 ( H ) .
Answers
1. (i) Yes (ii) No (iii) No (iv) No (v) No.
(vi) Yes (vii) Yes (viii) Yes (ix) Yes (x) No
(xi) No (xii) Yes (xiii) Yes
13. (i), (ii), (iii), (iv), (v)
15. (i) 13 x 2 42 xy 34 y 2 1 , (ii) 13 x 2 42 xy 34 y 2 1
Results :
1. Let T : U V be a liner transformation, then
(i) T(0) 0 , where 0 on L.H.S. is of U and 0 on R.H.S. is of V.
(ii) T(u ) Tu for all u U
(iii) T(u1 u2 ) T(u1 ) T(u2 ) for all u1 , u2 U
(iv) T(a1u1 a2u2 ......... anun ) = a1T(u1 ) a2T(u2 ) ......... an T(un ) where ui U
linearly dependent , then T(u1 ) ,T(u2 ) ,.........,T(un ) are also linearly dependent.
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
200 Linear Algebra
OR
A linear transformation T : U V carries L.D. vectors of U into L.D. vectors of V and the
dependency relation remains same.
3. Images of L.I. vectors under a linear transformation need not be L.I.
4. Let T : U V be a linear transformation, then T is one-one iff it carries linearly independent
vectors to linearly independent vectors.
5. Let T : U V be a linear transformation and T(u1 ) ,T(u2 ) ,....,T(un ) are L.I. , then
OR
If two linear transformations agree on a basis of their domain , then they are equal.
9. Let U and V be two vector spaces , where dim U is finite. Let { u1 , u2 ,..., un } be a basis of U and
(iii) Substitute the values of a1 , a2 ,...., an , in (1) itself and then apply T on both sides to obtain the
(iv) Now use the given values of T(u1 ),T(u2 ),....,T(un ) to get T(u ) = a1v1 a2 v2 .... anvn and thus T
is found.
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 7 Linear transformations 201
10. Two finite dimensional vector spaces over the same field are isomorphic if and only if they have
the same dimension.
11. Every n-dimensional vector space V(F) is isomorphic to Fn.
12. For any field F , Fn Fm iff n = m.
13. There is no one – one onto linear transformation from m to n where m n .
(ii) There is no condition on T(um1 ) ,...,T(un ) so for our simplicity we assume that
Remark : T(um1 ),...,T(un ) in above method can be taken any vectors of V. So the answer of this
problem is not unique but there are infinitely many linear transformations satisfying the conditions
given in the example. However , in case images of vectors of a whole basis are given , then T is
unique.
Example 1 : Let u1 (1, 1, 1), u2 (4, 1, 1), u3 (1, 1, 2) be a basis of 3 .
Let T : 3 2 be a linear transformation such that T(u1 ) (1,0), T(u2 ) (0,1), T(u3 ) (1,1) .
Find T.
Solution : Let u ( x, y , z ) 3 be any vector since u1 , u2 , u3 is a basis of 3 , so there exist scalars
a, b, c such that
u au1 bu2 cu3 ......(1)
( x , y , z) a (1 , 1 , 1) b(4 , 1 , 1) c(1 , 1 , 2)
a 4b c x ……(i)
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
202 Linear Algebra
abc y ……(ii)
a b 2c z ……(iii)
Adding (i) and (iii) , 5b + 3c = x + z
Adding (ii) and (iii) , 2b + c = y + z
From these two , b x 3 y 2 z , c 2 x 5 y 3z
and then using (ii) , a 3x 7 y 5 z
Now , by (1)
T(u ) = T(au1 bu2 cu3 )
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 7 Linear transformations 203
Exercise 7.2
1. Give an example of a linear transformation to show that a linear transformation not necessarily
carries a L.I. set to a L.I. set.
2. What is the necessary and sufficient condition for a linear transformation to carry a L.I. set to a L.I.
set.
3. Which of the following vector spaces are isomorphic to each other :
(i) P5 () (ii) M 2,3 ( ) (iii) 6 ( ) (iv) 3 ( ) (v) M 2,4 ()
4. Find a linear transformation in each of the following cases and verify your answer.
(i) T : 2 2 such that T(2,3) = (4 , 5) and T(1 , 0) = (0 , 0)
(ii) T : 2 3 such that T(2 , 5) (1, 2 , 3) and T(3 , 4) = (0 , 1 , 5)
(iii) T : 3 2 such that T(1 , 1 , 1) = (2, 1), T(1 , 1 , 0)=(2, 1) , T(1 , 0 , 0) =(2, 1)
(iv) T : P2 () P2 () such that T(1 x ) 1 x , T(2 x ) = x 3x 2 and T( x 2 ) 0
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
204 Linear Algebra
5. Find a linear transformation in the following cases , which maps
(i) (1 , 1 , 1) and (1 , 1 , 2) in 3 to (1 , 0) and (1 , 1) in R2 respectively.
Answers
1. T ( x, y , z ) (2 x,3 y ) 2. T must be one-one 3. (i) , (ii), (iii), (iv) and (v), (vi), (viii), (ix), (x)
4y 5y 4 x 3 y 13 x 4 y 37 x y
4. (i) T(x , y) = , (ii) T( x , y ) , ,
3 3 23 23 23
Def. Ordered basis : A basis of a vector space is called an ordered basis if its vectors are written in a
certain specific order. e.g. Let B = {v1 , v2 , v3} is a basis of a vectors space V. Let us change
the order of its vectors and let B = {v2 , v1 , v3} , then B and B are same basis but different ordered
basis since order of three vectors in B and B is different.
Note : It may be difficult for a curious reader to digest above definition , because he or she may think
that if we change the order of vectors in a basis , then how this can affect our subject. The answer to
this curiosity is : As far as our previous work of linear transformation is concerned , the order of
vectors is a useless thing , but in the associated matrix of a linear transformation (which we are going
to study now) , the order of vectors certainly has an effect. We will see it soon.
Def. Matrix of a Linear Transformation relative to ordered basis :
Let B = {u1 , u2 ,..........., un } and B' = {v1 , v2 ,..........., vm } be ordered basis for the finite
……………………………………..
T(un ) an1v1 an 2v2 ............ anm vm where aij F.
The transpose of this matrix is a m n matrix called the matrix of T w.r.t. ordered basis B and B' ,
Remarks : (1) It should be noted that the order of matrix of a linear transformation
T : U V is m n i.e. dimV dimU.
(2) Whenever basis B and B' are not mentioned in any problem , they are understood to be taken as
standard basis.
(3) If U = V and B is the basis used on both sides , then the matrix of T is denoted by [T : B]
instead of [T : B , B] .
(4) Sometimes matrix of T is denoted by [T ] or m(T ) , when the bases are understood.
(5) The matrix [T : B , B'] depends very sensitively on the ordered basis B and B' of U and V. The
order (arrangement) of the vectors of B determines the order (arrangement) of the columns of
matrix [T : B , B] . Similarly , order of the vectors of B determines the order of the rows of
matrix [T : B , B] .
Short cut method 1 : To find the matrix of a linear transformation T : m n in standard basis on
both sides , there is a simple technique : Pick up the first coordinate in the defining formula of T. The
coefficients of x , y , z etc. in this coordinate are written in the first row of the matrix. Similarly ,
pick up the second coordinate in the defining formula of T. The coefficients of x , y , z etc. in this
coordinate are written in the second row of the matrix, and so on.
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
206 Linear Algebra
Warning : This method is only applicable when the basis used on both sides are standard.
Shortcut method 2 : If T : m n is a linear transformation and e1 , e2 ,...., em is the standard basis
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 7 Linear transformations 207
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
208 Linear Algebra
Exercise 7.3
1. Find the matrix [T : B , B] for the linear transformation T : 2 2 defined by
T(x, y ) = ( x, y ) where
(i) B = (e1 , e2 ) , B = {(1,1),(1, 1)}
5. Let V be a vector space of some particular real functions and B = {1, t , et , tet } is a basis for V.
df
Let D : V V be the differential operator on V i.e. D(f ) = . Find the matrix [D : B].
dt
a b
6. Let M 2 ( ) be the vector space of all 2 2 real matrices and M = be a fixed matrix.
c d
Find the matrix [T] of each of the following linear operators T relative to the standard basis B of
1 0 0 1 0 0 0 0
M 2 ( ) given by B , , , .Also find trace and determinant of [T].
0 0 0 0 1 0 0 1
(i) T(A) = MA (ii) T(A) = AM (iii) T(A) = MA + AM
(iv) T(A)=MA – AM (v) T(A)=AM – MA
7. Find the matrix in standard basis of the linear transformations :
(i) Zero linear transformation from 4 to 3 .
(ii) Identity operator on 3 .
(iii) Projection mapping T : 3 3 defined by T ( x, y, z ) ( x, y ,0)
1 2 3 4
(vi) Matrix mapping T : 4 3 defined by T (u ) A(u ) where A 0 1 2 1
2 5 8 7
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 7 Linear transformations 209
a b
(viii) T : M 2 () P3 () defined by T
2
a (b c d ) x (a d ) x cx
3
c d
8. For each linear transformation L on 2 , find the matrix A representing L (relative to the usual basis
of 2 ) :
(i) L is the rotation in 2 counterclockwise by 45 .
(ii) L is reflection in 2 about the line y x .
9. Let denote the differential operator ; that is, f t df / dt . Each of the following sets is a
basis of a vector space V of functions. Find the matrix representing in each basis :
(i) e , e
t 2t
, te2t . (ii) 1, t ,sin 3t , cos3t (iii) e 5t
, te5t , t 2e5t .
1 2
10. Find the linear transformation T : whose matrix is 0 1 relative to ordered basis :
2 3
1 3
0 1 1
B = {(1 , 0 , 0) , (0 , 1 , 0) , (0 , 0 , 1)} is 1 0 1 ;
1 1 0
Answers
1 1 9 5 1 1 1
2 (ii) 2 2 2. 2 0 1 3 4
1. (i) 2 3. [T : B] =
1 1 5 3 0 2 1 2 3
2
2 2 2 0 6 0
0 1 0 0
0 0 0 1 0 0 0 0
4. 0 0 1 2 5. [D : B] = .
0 0 1 1
1 0 1 2
0 0 0 1
a 0 b 0
0 a 0 b
6. (i) [T ] , trace of [T] = 2(a d ) 2 trace(M) , det[T] (ad bc)2 (det M) 2
c 0 d 0
0 c 0 d
a c 0 0
b d 0 0
(ii) [T ] , trace of [T] = 2(a d ) 2 trace(M) , det[T] (ad bc)2 (det M) 2
0 0 a c
0 0 b d
2a c b 0
b ad 0 b trace of [T] = 4(a d ) 4 trace(M)
(iii) [T ] ,
c 0 ad c det[T] 4(ad bc )(a d )2 4(det M)(trace M)2
0 c b 2d
0 c b 0
b a d 0 b
(iv) [T] = , trace of [T] = 0, det[T] = 0
c 0 d a c
0 c b 0
0 c b 0
b d a 0 b
(v) [T ] , trace of [T] = 0, det[T] = 0
c 0 ad c
0 c b 0
0 0 0 0 1 0 0 1 0 0 cos sin 0
7. (i) 0 0 0 0 (ii) 0 1 0 (iii) 0 1 0 (iv) sin cos 0
0 0 0 0 0 0 1 0 0 0 0 0 1
1 1 0 0 1 0 0 0
1 2 3 4 0
cos 2 sin 2 1 2 0 0 1 1 1
(v) (vi) 0 1 2 1 (vii) (viii)
sin 2 cos 2 0 0 2 3 1 0 0 1
2 5 8 7
0 0 0 3 0 0 1 0
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 7 Linear transformations 211
1 1
2 2 0 1 3 7 1 2
8. (i) (ii) (iii) (iv)
1 1 1 0 5 2 18 11
2 2
0 1 0 0
1 0 0 0 5 1 0
0 0 0
9. (i) 0 2 1 (ii) (iii) 0 5 2
0 0 0 3
0 0 2 0 0 5
0 0 3 0
10. T( x, y ) (2 y x, y ,3 y 3 x)
7 x 23 y 2 x 10 y
11. T(x, y ) , 12. T( x, y ) (2 y 4 x, x, y 2 x )
6 3
1 0 0
13. 0 1 0
0 0 0
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
RISING STAR ACADEMY
Chapter 7 Linear transformations 213
q to p .
13. Let T be a transformation from n to m .
If T 0 0 , then T is linear.
6. Every linear mapping T from q to p is
of the form T x Ax for some matrix A.
14. Let T x (2 x1 x3 , x2 x1, x3 3x2 ) .
7. Let the transformation T be defined by The matrix for this linear transformation is
T x Ax , where A is a 5 3 matrix. The 2 0 1
1 1 0
domain of T is then 5 .
0 3 1
5
1
8. If a linear transformation maps to 0 15. When two linear transformation are
3 performed one after the other, the
1 combined effect may fail to be a linear
6 11 transformation.
3 4
and to 2 then it maps to 2
1 2 4 3 16. A linear transformation L from 2 to 3
is completely defined by the formulas
L 3,5 2, 2,3 , L 2,7 1, 1, 4 and
9. If S and T are linear transformation from
n to n and if S T x x for all x in L 4,3 3,0, 2 .
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
214 Linear Algebra
17. There exists a linear transformation from 26. Let T be a linear mapping from n to m .
3 to 4 such that L 1,3, 2 1,0,0, 0 , Let A be an m n matrix such that
L 2,1,3 0,1, 0,0 and T x Ax . If T is surjective, then n m .
L 1,12,1 0,0,1,0 .
27. If x1, x2 ,...., xn is linearly dependent and
18. Let A be an n n matrix. If the map T is a linear transformation, then
x Ax is surjective from n to n , then T x1 , T x2 ,...., T xn is also linearly
it is one to one. dependent.
4. None of these x
D f ( x) f '( x), T f ( x) f (t )dt ,
0
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
216 Linear Algebra
12. Consider the following T : 2 2 such 17. Which of the following mapping
that T (2, 2) (8, 6), T (5,5) (3, 2), then 2 2 is not a linear mapping?
1. T is linear map and is unique 1. ( x1 , x2 ) ( x2 , x1 )
2. T is a linear map and they are infinite in 2. ( x1 , x2 ) ( x1 x2 , x2 )
number
3. ( x1 , x2 ) ( x1 1, x2 )
3. T is a linear map and they are finitely
many in number 4. ( x1 , x2 ) (0,0)
4. T cannot be linear
18. R is set of real number. In 2 , let f1 and
13. Let F be any field and let T be a linear
f 2 be the two transformations defined by
operation on F 2 defined by
f1 ( x, y ) (0, y ) , f 2 ( x, y ) ( y , x ) . Then,
T (a, b) (a b, a ), then T 1 (a, b) is equal
to the product of the mapping
1. (b, a b) 2. (a b, b) ( f 2 of1 )( x, y ) gives the projection of the
3. (a, a b) 4. None of these x y plane on the
1. y axis 2. x axis
14. Let T : 2 2 be a linear transformation 3. line y = x 4. line y = x
1 1 0 2
such that T and T 19. Which of the following is a linear
0 2 1 1 transformation from 3 to 2 ?
1 x
What is the value of T ?
4
1 a. f y
1 2 z x y
1. 2.
2 1 x
3 2 xy
3. 4. b. g y
3 2 z x y
15. Let T be linear transformation on 2 into x
z x
itself such that T (1,0) (1, 2) and c. h y
T (1,1) (0, 2). Then, T (a, b) is equal to z x y
1. (a, 2b) 2. (2a, b) 1. only f
3. (a b, 2a) 4. (a b, 2b) 2. only g
3. only h
16. If T : 3 3 is given by 4. all the transformations f, g and h.
T ( x, y , z ) ( x y, y 3 z, x 2 y ), then (CSIR NET June 2015)
T 1 is
20. Let T : 3 2 be the linear transformation
1 x z given by T ( x, y , z ) ( x, y ) with respect to
1. 2 x z , x z , y
3 3 3
standard basis of 3 and the basis
1 1 1 {(1,0),(1,1)} of 2 . What is the matrix
2. 2 x y, x y , x z
3 3 3y representation of T ?
1 1 1 1 0
3. x 2 y, x y, x y z 0 1 1
3 3 3 1. 1 1 2.
1 x y 0 0 1
0 0
4. x 2 y , x y, z
3 3 3
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 7 Linear transformations 217
T (a, b) (a, 0), the matrix of T relative to 1, x, x , x and 1, x, x of P [0,1] and
2 3 2
3
the ordered basis {(1,0), (0,1)} of V2 ( F ) is P2 [0,1] respectively is
1 0 0 1
0 0 0
1. 2.
0 0 0 0 1 0 0
0 1 2 0
0 0 0 0 1. 2. 0 0 2 6
3. 4. 2 2 0
1 0 0 1 0 0 0 3
0 6 3
0 0 0
29. Let V be the vector space of 2 2 matrices 0 2 1 0 0 0 1
over and let M
1 2 3. 6 2 0 0 4.
. Let T be the 0 2 2
3 4 3 0 0 0
linear operator on V defined by 3 6 0
T ( A) MA, then the trace of T is (GATE 2010)
1. 5 2. 10
3. 0 4. None of these 33. Let P2 () be the polynomial space with
basis {1, x, x 2 }, then matrix representation of
30. Let T be a linear transformation from
p( x) p (0)
3 2 defined by T : p ( x) is
x
T ( x, y, z ) ( x y, y z ) . Then, the matrix
1 1 0 0 1 0
of T with respect to the ordered bases
{(1,1,1),(1, 1, 0),(0,1,0)} and {(1,1),(1,0)} is 1. 0 0 1 2. 0 0 1
2 0 1 0 1 1 0 0 0 0 0 0
1. 2.
1 1 1 2 1 0 0 1 1 1 1 1
2 1 0 2 3. 0 0 0 4. 0 0 0
3. 0 1 4. 1 1 0 0 0 0 0 0
1 1 1 0
(GATE 2003) 34. Let W be the vector space of all real
polynomials of degree atmost 3. Defined
31. Let T : 3 3 be a linear transformation T : W W by T p( x) p( x ) where
defined by T ( x, y , z ) ( x y z , x y z , y z ) p x is the derivative of P . The matrix of
then the matrix of the linear transformation T in the basis {1, x, x 2 , x 3} considered as
T with respect to the ordered basis
column vectors, is given by
B (0,1,0),(0,0,1),(1,0, 0) of 3 is
0 0 0 0 0 0 0 0
1 1 1 1 1 0 0 1 0 0 1 0 0 0
2.
1. 1 1 1 2. 1 1 1 1.
0 0 2 0 0 2 0 0
0 1 1 1 0 1
0 0 0 3 0 0 3 0
1 1 1 1 1 1 0 1 0 0 0 1 2 3
3. 1 1 0 4. 1 1 1 0 0 2 0 0 0 0 0
1 1 1 1 1 0 3. 4.
0 0 0 3 0 0 0 0
(GATE 2007)
0 0 0 0 0 0 0 0
(CSIR NET June 2011)
32. Let T : P3[0,1] P2 0,1 be defined by
T p( x) p "( x ) p ' x . Then the matrix 35. For the standard basis
representation of T with respect to the {(1,0, 0),(0,1,0),(0,0,1)} of 3 a linear
bases
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 7 Linear transformations 219
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
220 Linear Algebra
and let Bn denote the standard basis of Pn matrix representation of T with respect to
given by Bn 1, x, x ,...., x
2 n
. If the bases 1, x, x 2 and 1, x, x 2 , x 3 is
T : P3 P4 is the linear transformation
x 0 1 0
1 0
defined by T p x x p ' x p t dt 0 1 0 2
2
0
0
1
2. 0 1
and A aij is the 5 4 matrix of T with 1. 1 0 0 0
2 2
respect to standard bases B3 and B4 , then 1 1
0 2 0 0 0
3 7 3 3
1. a32 and a33
2 3
3 0 1 0
2. a32 and a33 0
2 0 1 0 0 1 0 1
4.
7 2
3. a32 0 and a33 3. 1 0 2 0
3 0 2 0
1 1
4. a32 0 and a33 0 0 0 1
2 3 0 0
(CSIR NET Dec 2011) 3
1 2 (CSIR NET June 2019)
41. Let C , be a basis of 2 and
2 1
T : 2 2 be defined by --------------------- M C Q -------------------------
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 7 Linear transformations 221
Assignment key
SCQ
1. 3 2. 4 3. 4 4. 2
5. 2 6. 2 7. 4 8. 2
9. 1 10. 2 11. 4 12. 4
13. 1 14. 3 15. 3 16. 1
17. 3 18. 2 19. 3 20. 3
21. 2 22. 3 23. 1 24. 4
25. 3 26. 1 27. 1 28. 1
29. 2 30. 2 31. 3 32. 2
33. 2 34. 3 35. 2 36. 1
37. 2 38. 2 39. 2 40. 2
41. 3 42. 2
MCQ
1. 2,3
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
Chapter 8
Linear transformations
(continued)
Believe you will be successful and you will.
– Dale Carnegie
Working Steps :
(i) To find range space R(T) , we need a basis of U and for the sake of simplicity we consider the
standard basis e1 , e2 ,........., en .
(ii) Range space is generated by T-images of vectors of basis i.e., R(T ) T(e1 ) , T(e2 ) ,.....,T(en )
(iii) Now we have a generating set of R(T) so find a basis of R (T) by techniques of vector spaces
i.e., either by selecting a maximal L.I. set out of {T(e1 ) ,T(e2 ) ,........., T(en )} or by
by setting one of the free variable equal to 1 (or any non – zero constant) and the remaining free
variables equal to 0 , then { u1 , u2 ,........., ur } is a basis of N(T).
Alternative Method 8.2 : Null space of a linear transformation is the null space of its matrix.
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 8 Linear transformations (continued) 225
Method 8.3 : To find a linear transformation when a generating set of range space is given.
Input : Let T : U V be a linear transformation and dim U = n. A generating set
{v1 , v2 ,..........., vk } where k n of R(T) is given.
Case (b) : If k < n then take T(e1 ) = v1 , T(e2 ) = v2 ,……., T(ek ) = vk and T(ek 1 ) = ..........=T(en ) =
(iii) Now extend the set S to a basis B of U and let B = {u1 , u2 ,...., ur , ur 1 ,...., un } Out of the vectors
of B only u1 , u2 ,..., ur belong to null space and others do not belong to N(T), so we assume
T(u1) = 0
T(u2) = 0
.……….
T(ur) = 0
and T(ur+1) = any non – zero vector, say vr 1
T(ur+2) = any non – zero vector, say vr 2 such that {v r 1 , vr 2 } is a L.I. set.
……………………………...
T(un) = any non – zero vector say vn such that {vr 1 , vr 2 ,...., vn } is a L.I. set.
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
226 Linear Algebra
(iv) Now find T by Method 7.2.1
Example 1 : Find range , rank , null – space and nullity for the linear transformation T : R4 R3
defined by
T(x1 , x2 , x3 , x4 ) = ( x1 x2 x3 x4 , x1 2 x3 x4 , x1 x2 3 x3 3 x4 )
basis of R4 and so the range space R(T) is generated by their images i.e.,
R(T) = T(e1 ) , T(e2 ) , T(e3 ) , T(e4 )
1 1 1 1 1 1
1 0 1 0 1 2
~ (Operating R 2 R 2 R 1 , R 3 R 3 R 1 , R 4 R 4 R 1 )
1 2 3 0 1 2
1 1 3 0 2 4
1 1 1
0 1 2
~ (Operating R 3 R 3 R 2 , R 4 R 4 2R 3 )
0 0 0
0 0 0
which is row echelon form.
Thus the set of non – zero rows in above matrix {(1 , 1 , 1) , (0 , 1 , 2)} is a basis of R(T) and so
dim R(T) = (T) = 2.
To find N(T) : If any vector u ( x1 , x2 , x3 , x4 ) N(T)
Then T(u) = 0
i.e. T ( x1 , x2 , x3 , x4 ) = (0 , 0 , 0)
x1 x2 x3 x4 0
i.e. x1 2 x3 x4 0 ......(1)
x1 x2 3 x3 3 x4 0
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 8 Linear transformations (continued) 227
1 1 1 1 1 1 1 1
1 0 2 1 ~ 0 1 1 2 (Operating R 2 R 2 R 1 , R 3 R 3 R 1 )
1 1 3 3 0 2 2 4
1 1 1 1
~ 0 1 1 2 (Operating R 3 R 3 2R 2 )
0 0 0 0
which is row echelon form.
Thus the system (1) is reduced to
x1 x2 x3 x4 0
......(2)
x2 x3 2 x4 0
Here , x3 and x4 are free variables and so dim N(T) = nullity of T = number of free variables = 2
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
228 Linear Algebra
Example 3 : Find a linear transformation T : R4 R3 whose null space is generated by
(1 , 2 , 3 , 4) and (0 , 1 , 1 , 1).
Solution : Let u1 = (1 , 2 , 3 , 4) and u2 = (0 , 1 , 1 , 1). We see that u1 is not a scalar multiple of u2 so
{u1 , u2} is a L.I. set.
Now we shall extend this set to form a basis of R4. For this we have to select two vectors of standard
basis
{(1 , 0 , 0 , 0) , (0 , 1 , 0 , 0) , (0 , 0 , 1 , 0) , (0 , 0 , 0 , 1)} of R4.
Let us take u3 = (0 , 0 , 1 , 0)
and u4 = (0 , 0 , 0 , 1)
Then the matrix formed by taking u1 , u2 , u3 , u4 as rows is
1 2 3 4
0 1 1 1
0 0 1 0
0 0 0 1
which is clearly in row echelon form and hence { u1 , u2 , u3 , u4 } is a L.I. set and therefore a basis of R4.
As u1 , u2 belongs to null space and u3 , u4 does not belong to null space, so we take
T(u1 ) T(1 , 2 , 3 , 4) = (0 , 0 , 0)
T(u2 ) T(0 , 1 , 1 , 1) = (0 , 0 , 0)
T(u3 ) T (0 , 0 , 1 , 0) (1 , 0 , 0)
T(u4 ) T(0 , 0 , 0 , 1) = (0 , 1 , 0)
Here T(u3 ) and T(u4 ) are to be taken equal to any non-zero vector and for our simplicity we have
Exercise 8.1
1. Find R(T) , rank (T) , N(T) and nullity (T) for the following linear transformations and
Verify the Sylvester law.
(i) T : 3 2 defined by T( x , y , z) ( x y , y z)
(ii) T : 2 3 defined by T( x , y ) ( x y , x y, y)
1 2
6. Let V be the vector space of all 2 2 real matrices and let M = be a fixed matrix.
0 3
Let T : V V be the linear map defined by T(A) = AM MA. Find R(T) , rank , N(T) and
nullity. Then verify the Sylvester Law.
7. Find range space, null space, rank and nullity of the following linear transformations :
(i) Zero linear transformation from 4 to 3 .
(ii) Identity operator on 3 .
(iii) Projection mapping T : 3 3 defined by T ( x, y, z ) ( x, y ,0)
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
230 Linear Algebra
1 2 3 4
(vi) Matrix mapping T : defined by T (u ) A(u ) where 0 1 2 1
4 3
2 5 8 7
a b
(viii) T : M 2 () P3 () defined by T
2
a (b c d ) x (a d ) x cx
3
c d
8. Each of the following matrices determines a linear map from 4 into 3 :
1 2 0 1 1 0 2 1
(i) A 2 1 2 1 , (ii) B 2 3 1 1 .
1 3 2 2 2 0 5 3
Find a basis as well as the dimension of the kernel and the image of each linear map.
9. Let V 10 ( ) , the vector space of polynomials of degree 10 . Consider the linear map
4 :V V , where 4 denotes the fourth derivative d 4 f / dt 4 . Find a basis and the dimension of
11. (i) Find a linear transformation T : 4 3 whose null space is spanned by (2, 3 , 4 , 1)
and (1 , 0 , 1 , 1).
(ii) Find a linear transformation T : 3 4 whose null space is generated by (0, 1, 3)
and (0 , 3 , 4).
12. Let T : V V be a linear map such that R(T) = N(T) , where V is finite dimensional.
Prove that dim V is even.
13. Let T : 5 3 is a linear transformation such that (T) = 2 , then find dim R(T).
Answers
1. (i) R(T) = R2 , (T) = 2 and N(T) = < (1 , 1 , 1) > and (T) = 1
Basis of N(T) is not unique , it can be multiple of (1 , 1 , 1) as well.
(ii) R(T) = < (1 , 1 , 0) , (1 , 1 , 1) > , (T) = 2 and N(T) = {0} , (T) = 0.
Basis of R(T) is not unique.
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 8 Linear transformations (continued) 231
1 0 0 1 1 0 0 1
4. (ii) R(T) = , > and (T) = 2 (iii) N(T) = , > and (T) = 2.
2 0 0 2 1 0 0 1
0 2 2 0 1 1 1 0
6. R(T) = , > and (T) = 2 , N(T) = , > and (T) = 2.
0 0 2 2 0 0 0 1
7. (i) R(T) = {0} and (T) 0, N(T) = 4 and (T) 4
(vi) R(T) = (1,0, 2),(2,1,5) and (T) 2, N(T)= (1, 2,1,0),(6,1,0,1) and (T) 2
(viii) R(T) = (1,0,1,0),(0,1,0, 0),(0,1, 0,1),(0,1, 1,0) and (T) 4, N(T)={0} and (T) 0
8. (i) dim(Ker A) = 2, {(4, –2, –5, 0), (1, –3, 0, 5)}; dim(Im A) = 2, {(1, 2, 1), (0, 1, 1)}
2
(ii) dim(Ker B) = 1, {(–1, , 1, 1)}; Im B = 3 .
3
9. (i) 1, t , t 2 ,..., t 6 , (ii) 1, t , t 2 , t 3
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
232 Linear Algebra
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 8 Linear transformations (continued) 233
(i) T is one-one iff columns of A are L.I. (ii) T is onto iff columns of A span m
Proof : (i) T is one-one iff N T 0
iff N A 0
iff dim N A 0
iff A n
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
234 Linear Algebra
Thus , (0, 0, 0) is the only vector whose image is (0 , 0 , 0). Thus , by definition , T is non-singular.
Exercise 8.2
1. Which of the following linear transformations are singular or non-singular. In case of a singular
linear transformation, find a non zero vector u such that T (u ) 0 . Also check which of them are onto.
(i) T : 3 3 defined by T( x , y , z ) = (x z , x z , y )
(ii) T : 2 3 defined by T( x , y ) = (x y , x y , y )
1 2 3 4
(ix) Matrix mapping T : defined by T (u ) A(u ) where 0 1 2 1
4 3
2 5 8 7
a b
(xi) T : M 2 () P3 () defined by T
2
a (b c d ) x (a d ) x cx
3
c d
1 1 0
2. Given the linear transformation Y = 2 3 1 X , show that
2 3 5
(i) it is singular
(ii) the images of linearly independent vectors X1=(1, 1, 1), X2=(2, 1, 2) and X3=(1, 2, 3)
are linearly dependent.
3. Set up linear transformation 3 3 which carries e1 into (1, 2, 3), e2 into (3, 1, 2) , e3
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 8 Linear transformations (continued) 235
Answers
1. (i) Non-singular (ii) Non-singular (iii) Singular ; u 0,0,1, 1
Def. Sum of Linear Transformations : Let U and V be two vector spaces over the field F. Let T1 :
U V and T2 : U V be two linear transformations We define the sum of T1 and T2 by T1 + T2 :
U V by setting (T1 + T2) u = T1(u) + T2 (u) for all u U .
Def. Scalar multiplication of linear transformation : Let T : U V be a linear transformation and
a F be any scalar then scalar multiplication of T with a is denoted by aT : U V and is defined as
(a T) u = a (T (u)) for all u U .
Results :
1. Sum of two linear transformations from a vector space U(F) to a vector V(F) is also a linear
transformation.
2. Scalar multiplication of a linear transformation from a vector space U(F) to a vector V(F) is also a
linear transformation.
Def. Composition (Product) of two Linear Transformations : Let U , V , W be three vector spaces
over a field F. Let T1 : U V and T2 : V W be two linear transformations. We define
T2 T1 : U W, called product (composition) of T2 and T1 by setting (T2T1 )(u ) T2 (T1 (u )) for all u U.
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
236 Linear Algebra
4. Suppose a linear transformation T : U V is one-one and onto. Then the inverse mapping
T 1 : V U is also a linear transformation.
5. Let T : U V be a invertible linear transformation. Then
1
(i) T 1 is also invertible and T 1 = T
7. Let U and V be two vector spaces over the field F. Let T1 : U V and T2 : U V be two linear
transformations then (T1 +T2 ) (T1 ) (T2 ).
8. Let T1 : U V and T2 : V W be two linear transformations. Then
(i) if T2T1 is one – one , then T1 is one – one
(ii) if T2T1 is onto , then T2 is onto.
9. Let T1 : U V and T2 : V W be two linear transformations. Then
(i) (T2 T1 ) (T2 )
10. Let T1 and T2 be two linear operators on a vector space V(F) and [T1] and [T2] denote the matrices
of T1 and T2 relative to a ordered basis B = {v1 , v2 ,..........., vn } . Then the matrices of the
operator T1 + T2 , kT1 and T1T2 with respect to the basis B are given by
(i) [T1 + T2] = [T1] + [T2] (ii) [kT1] = k[T1] (iii) [T1T2] = [T1][T2].
Remark : Some times, the matrix of a linear operator T is denoted by m(T). In view of this notation
the above theorem can be given as :
(i) mT1 T2 m T1 m T2 (ii) m kT1 km T1 (iii) mT1 T2 m T1 m T2
11. Let T : V V be a linear operator and A be any matrix of T w.r.t. some ordered basis
and f(x) be any polynomial. Then f(A) is the matrix of f (T) w.r.t. the same ordered basis.
Example 1 : Let T1 and T2 be two linear transformations from R 3 R 2 defined by
T1 ( x , y , z ) = (2x 3y , 7 y 2 z ) and T2 ( x , y , z ) = (x z , y ) . Find the defining formula for
= 3(2 x 3 y , 7 y 2 z ) 5( x z , y )
= (6 x 9 y , 21y 6 z ) (5 x 5 z , 5 y )
= (11x 9 y 5 z , 26 y 6 z)
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 8 Linear transformations (continued) 237
= 2(2 x 3 y , 7 y 2 z ) 3( x z , y )
= (4 x 6 y , 14 y 4 z ) (3x 3z , 3 y )
= ( x 6 y 3 z , 11 y 4 z )
Example 2 : Let T be a linear operator on R3 defined by
T( x , y , z ) = (2 x , 4 x y , 2 x 3 y z ) . Show that T is invertible and find T 1 .
Solution : We know that T is invertible iff T is one – one and onto.
Let u ( x1 , y1 , z1 ) and v ( x2 , y2 , z2 ) be two vectors in R3 s.t.
T(u) = T(v)
T( x1 , y1 , z1 ) = T( x2 , y2 , z2 )
(2 x1 , 4 x1 y1 , 2 x1 3 y1 z1 ) = (2 x2 , 4 x2 y2 , 2 x2 3 y2 z 2 )
2 x1 2 x2 , 4 x1 y1 = 4 x2 y2 , 2 x1 3 y1 z1 2 x2 3 y2 z 2
x1 x2 , y1 = y2 , z1 z 2
( x1 , y1 , z1 ) = ( x2 , y2 , z2 )
u v . So T is one – one.
Let ( x, y, z ) R 3 be any vector and let (a , b , c) be an vector s.t.
T(a , b , c) = (x , y , z )
(2a , 4a b , 2a 3b c) = (x , y , z )
2a x , 4a b y , 2a 3b c z
x
a , b 2x y , c 7 x 3 y z
2
Since x , y , z R , so a , b , c R and so (a , b , c) R 3 .
Thus T is onto.
Hence T is invertible. Now T(a , b , c) = ( x , y , z )
x
T 1 ( x , y , z ) = (a , b , c ) = , 2x y , 7 x 3 y z .
2
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
238 Linear Algebra
Exercise 8.3
1. T1 : 3 2 , T2 : 3 2 and T3 : 2 2 be the linear transformations defined
by T1 ( x , y , z ) = (y , x z ) , T2 ( x , y , z ) = (2 z , x y ) and T3 ( x, y ) = ( y, 2x ) .
Find the defining formulae, if exist , for the following linear transformations.
(i) T1 T3 (ii) T2 T3 (iii) T3 T1 (iv) T3 T2 (v) T3 T1 + T3 T2.
2. Let T1 : 3 2 be defined as T1 ( x , y , z ) = (3x , 4 y 2 z ) and T2 : 2 2 be
Answers
1. (i) not defined (ii) not defined (iii) T3 T1 ( x , y , z ) ( x z , 2 y )
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 8 Linear transformations (continued) 239
T1 T2 ( x , y ) (0 , y ) ; T22 ( x , y ) ( x , y ) T12 ( x , y ) (0 , 0) .
x x
6. (i) T 1 ( x , y , z ) = , y , z x y
3 3
(ii) T 1 ( x , y , z ) = ( x 3 y 14 z , y 4 z , z )
x y x y
(iii) T 1 ( x , y , z ) = ,z,
2 2 2 2
8. T1 ( x, y ) (0, y ), T2 ( x, y ) ( y ,0)
---------------------------------------------------------------------------------------------------------------------------
8.4 Coordinate vectors
Def . Coordinate Vector : If B = {u1 , u2 ,......, un } is a basis for a vector space U(F) , then a vector
u U can be expressed as u a1u1 a2u2 .......... anun . The coordinate vector (a1 , a2 ,..........., an ) is
a1
a
expressed as a column vector 2 is denoted by [u , B] and is called coordinate vector of u relative
an
to the basis B .
Results :
1. Let U and V be finite dimensional vector spaces and let B = {u1 , u2 ,....., un } and B = {v1 , v2 ,...., vm }
be ordered basis for U and V respectively. If T : U V be a linear transformation , then for any
u U , [T(u ) , B] [T : B , B] [u , B]
Remark : If U = V and B = B , then above theorem takes the form [T(u ) , B] [T : B][u , B] .
Find the matrix of T relative to the ordered basis B1 {(1,1,0), (1,0,1),(0,1,1)} and B2 {(1,1),(1, 1)}
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
240 Linear Algebra
T(1,1, 0) (3,1)
T(1,0,1) (2, 1) ......(1)
T(0,1,1) (1, 2)
x y z
1
[u , B1 ] x y z ......(3)
2
y z x
Now , T(u ) T( x, y, z) (2 x y, 2 y x)
Let T(u ) (2 x y, 2 y x) (1,1) (1, 1)
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 8 Linear transformations (continued) 241
2x y
2y x
1 1
Solving , ( x 3 y ) , (3x y )
2 2
[T(u ), B2 ] is the column matrix of these coefficients and
1 x 3y
So , [T(u ), B2 ] = ......(4)
2 3x y
Now ,
1 3 x y z
2 2 2 . 1 x y z
[T : B1 , B2 ][u , B1 ] = [By (2) and (3)]
1 3 1 2
y z x
2 2
1 3
2( x y z ) ( x y z ) ( y z x)
1 2 2
=
2 3 1
( x y z ) ( x y z ) ( y z x)
2 2
1 x 3y
= [T(u ), B2 ] [By(4)]
2 3x y
Example 2 : Let T : R 3 R 2 be a linear transformation whose matrix relative to the ordered bases
1 1 2
B = {(1,1,1),(1, 2,3),(1,0, 0)} and B = {(1,1),(1, 1)} is .
3 1 0
Without determining the defining formula for T , find the image of the vector (1,0, 4) under T.
Solution : We are given
1 1 2
[T : B , B]
3 1 0
Let u (1,0, 4) and let
u (1, 0, 4) a (1,1,1) b(1, 2,3) c(1,0,0)
a b c 1 ; a 2b 0 ; a 3b 4
Solving , b 4 , a 8 , c = 3
[u , B] is column matrix of these coefficients , so
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
242 Linear Algebra
a 8
[u , B] b 4
c 3
Exercise 8.4
1. Let T : 3 3 be a linear operator defined as T( x1 , x2 , x3 )=(2 x2 x3 , x1 4x2 , 3x1 ) .
Find the matrix of T relative to the basis {(1 , 1 , 1) , (1 , 1 , 0) , (1 , 0 , 0)} and then verify that
[T , B] [u , B] = [T(u) , B] for all u 3 .
2. Let T : 3 2 be a linear transformation defined by T( x, y , z )=(2 x y z, 3x 2 y 4 z ) .
Find the matrix of T relative to ordered basis B1 = {(1 , 1 , 1) , (1 , 1 , 0) , (1 , 0 , 0)} of R3 and
B2 = {(1 , 3) , (1 , 4)} of 2 . Also verify that : [T : B1 , B2] [u , B1] = [T(u) , B2]
3. Let T be a linear operator on R2 whose matrix relative to the basis B={(1,1) , ( 1 , 0)} is
3 2
1 2 .Without finding the defining formula for T,find the image of the vector (0, 2) under T.
Answers
3 3 3
3 11 5
1. 6 6 2
2. 3. (4 , 2)
6 5 1 1 8 3
----------------------------------------------------------------------------------------------------------
8.5 Change - of - basis
Def . Change - of - basis or Transition matrix : Let V be a vector space of dimension n and
B1 {u1 , u2 ,..........., un } and B2 {v1 , v2 ,..........., vn } be its two bases. Then each vectors in B2
This matrix P is called the change -of - basis matrix or transition matrix from the basis B1 to B2. Since
the vectors v1 , v2 ,..........., vn are linearly independent , the matrix P is invertible and its inverse P 1
Results :
1. Let V be a vector space of dimension n and B1 {u1 , u2 ,...., un } and B2 {v1 , v2 ,....., vn } be its two
bases. Let P be the change-of-basis matrix from B1 to B2. Then for any vector v V , we have
P[v, B2 ] [v, B1 ] and [v, B2 ] P 1[v, B1 ] .
Remark : The above theorem can be easily remembered, if written in words, as follows.
Co - ordinate vector Transition matrix Co - ordinate vector
of u in B1 from B1 to B2 of u in B2
and
Co - ordinate vector Inverse of transition Co - ordinate vector
of v in B2 matrix from B1 to B2 of u in B1
2. Let P be the transition matrix from the basis B1 = {ui } to the basis B2 = vi in a vector space V.
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
244 Linear Algebra
det [T1] = det [T2].
Example 1 : Let B1 denotes the standard basis of R3 and B2 = {(1, 1, 2) ,(2, 2, 1), (1, 2, 2)}
be another basis of R3. Then
(i) Find the change – of – basis matrix from B1 to B2.
(ii) Find the change – of – basis matrix from B2 to B1.
(iii) Find the co – ordinates vector of (1 , 1 , 1) relative to the basis B2 , using change – of
– basis matrix .
Solution : (i) We have B1 {(1 , 0 , 0) , (0 , 1 , 0) , (0 , 0 , 1)} and B2 = {(1, 1,2) , (2,2,1) , (1,2, 2)}.
Change – of – basis matrix P from B1 to B2 is the transpose of the matrix of coefficients in above
1 2 1
system i.e. P = 1 2 2
2 1 2
2 2 3 2 3 2
adj P = 3 0 3 2 0 1
2 1 0 3 3 0
2 3 2
adj P 1
So , 1
P 2 0 1
P 3
3 3 0
which is the required change – of – basis matrix from B2 to B1.
(iii) Let u (1 , 1 , 1) then clearly
u (1 , 1 , 1) 1(1 , 0 , 0) 1(0 , 1 , 0) 1(0 , 0 , 1)
1
i.e. coordinate vector of u in the basis B1 is [u , B1] = 1
1
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 8 Linear transformations (continued) 245
2 3 2 1 1 1 3
1 1
1
[u , B2 ] P [u , B1 ] = 2 0 1 1 = 1 = 1 3
3 3
3 3 0 1 0 0
Exercise 8.5
3
1. Let B1 denotes the standard basis of R and B2 = {(1 , 0 , 1) , (2 , 1 , 2) , (1 , 2 , 2)}
be another basis of 3 . Then
(i) Find the change-of-basis matrix from B1 to B2
(ii) Find the change-of-basis matrix from B2 to B1
(iii)Find the coordinate vector of (1, 0, 3) relative to the basis B2 , using change of basis matrix.
2. Let B1 = {(1 , 2) , (3 , 4)} and B2 = {(1 , 3) , (3 , 8)} be two bases of R2. Then
(i) Find the change-of-basis matrix P from B1 to B2.
(ii) Find the change-of-basis matrix Q from B2 to B1
(iii) Find the coordinate vector [v , B1] of v ( x , y ) relative to B1
(iv) Find the coordinate vector [v , B2] of v ( x , y ) by using change-of-basis matrix.
(v) Directly find the coordinate vector [v , B2] of v ( x , y ) .
(vi) Compare the answers of (iv) and (v). Are they equal ?
3. Let T : 2 2 be a linear operator defined by T(x, y )=(5 x y,3x 2 y ) and let B1 = {(1,2),(2,3)}
and B2 = {(1 , 3) , (1 , 4)} be two ordered basis of T
(i) Find the matrix of T relative to basis B1.
(ii) Find the change – of – basis matrix from B1 to B2.
(iii) Find the matrix of T relative to basis B2 , using part (i) and (ii).
(iv) Directly find the matrix of T relative to the basis B2.
(v) Compare the answers of part (iii) and part (iv). Are they same ?
1 1 1 2
4. Let A and P .
2 3 3 5
(i) Find B P 1 AP (ii) Verify that tr B tr A (iii) Verify that det B det A .
5. Find the trace and determinant of each of the following linear maps on 3 :
(i) F x, y , z x 3 y, 3 x 2 z , x 4 y 3 z
(ii) G x, y, z y 3z , 2 x 4 z , 5 x 7 y
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
246 Linear Algebra
w2 2u1 3u2 .
(i) Find the matrices A and B representing T relative to the bases S and S ' respectively.
(ii) Find the matrix P such that B P 1 AP .
Answers
1 2 1 2 2 3 7
1. (i) 0 1 2 (ii) 2 1 2 (iii) 4
1 2 2 1 0 1 2
13 3
2 18 14 36 2 x 2 y
2. (i) P = (ii) Q = (iii)
5 5 13 x y
7
2 2
8 x 3 y 8 x 3 y
(iv) (v) (vi) yes.
3x y 3x y
23 39 3 5 35 41
3. (i) (ii) (iii)
15 26
1 2
27 32
35 41
(iv) (v) yes.
27 32
4. (i) [–34, 57; –19, 32] (ii) tr(B)=tr(A)= –2 (iii) det B det A 5
6. (i) A [3, 1; –2, 4], B [8, 11; –2, –1] (ii) P [1, 2; 1,3]
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 8 Linear transformations (continued) 247
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
248 Linear Algebra
T Assignment
16. The vector 1, 3, 2, 1 is in the null
1 2 1 9 ------------------------ S C Q ------------------------
space of the matrix .
4 3 1 16
1. Let T : 3 3 be defined by
2 T ( x, y, z ) ( x, y ,0) and S : 2 2 be
17. The point 3 is in the null space of the defined by S ( x, y ) (2 x,3 y ) be linear
1 transformations on the real vector spaces
3 and 2 respectively. Then, which of
1 2 8 the following is correct?
matrix 3 4 18 . 1. T and S are both singular.
0 1 3 2. T and S are both non-singular.
3. T is singular and S is non-singular.
18. The rank of a matrix A is the dimension of 4. S is singular and T is non-singular.
the null space of A.
2. Consider the vector space C over and let
19. If a matrix A has m rows, then the rank of A T : C C be a linear transformation given
is m minus the dimension of the null space by T ( z ) z . Then which one of the
of A. following is correct?
1. T is one-one, but not onto.
20. The null space of a matrix A is the range of 2. T is onto, but not one-one.
the linear transformation x Ax . 3. T is one-one as well as onto.
4. T is neither one-one nor onto.
21. The vector (3, 7, –2) is in the null space of
the matrix 3, 1,1 . 3. Let T be a linear transformation from a 3
dimensional vector space V into a
2-dimensional vector space W . Then, T
1 3 5 3 1. can be both injective and surjective
22. Let A . A basis for the
2 1 3 1 2. can neither injective nor surjective
null space of A is this set of vectors : 3. can be surjective but cannot be injective
2 0 4. can be injective but cannot be surjective
1 1 4. The transformation
,
1 0 ( x, y , z ) ( x y, y z ) : 3 2 is
0 1 1. linear and has zero kernel
2. linear and has proper subspace as kernel
23. There exists a linear transformation whose 3. neither linear nor one-one
kernel (null space) has dimension seven, 4. neither linear nor onto
whose range has dimension nine, and
whose domain has dimension sixteen. 5. Let T : n m be a linear transformation
and let A be the standard matrix for T ,
24. If the kernel of an m n matrix A contains then select the correct statement
only the vector 0, then the rank of A is m. (I) T maps n onto m if and only if the
columns of A span m .
x1 (II) T is one-one iff the columns of A are
1 3 0
25. Define T x x2 linearly dependent.
2 1 4 (III) T is one-one iff the equation
x3 T ( x) 0 has only the trivial solution.
10 1. Only(I) and (II)
Then is in the range of T.
13 2. Only (I) and (III)
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 8 Linear transformations (continued) 249
0 0 0 .... 0 1 2
and B . If T : V V is a linear
0 1 0 .... 0 0 3
transformation defined by
S 0 0 2 .... 0 T ( A) AB BA, then what is the
dimension of the kernel of T ?
0 0 0 .... n 1 1. 1 2. 2 3. 3 4. 4
nn
Then
1. T and S both are invertible 22. What is the rank of the linear
2. T and S both are not invertible transformation T : 3 3 defined by
3. T is invertible but S is not invertible T ( x, y, z ) ( y ,0, z) ?
4. S is invertible but T is not invertible 1. 3 2. 2 3. 1 4. 0
17. Let T : n n and T (v) 0 for some 23. Let T : 3 3 be a linear transformation
v 0, v n , then there exist a matrix A of given by T ( x, y , z ) ( x, y, 0). Then the
order n such that null space is generated by which one of the
1. Tx Ax and A is non-singular following?
2. Tx Ax and A is singular 1. (0,0,1) 2. (0,1,0)
3. ker (T ) {0} 3. (1,0,0) 4. None of these
4. None of the above
24. Let T : 3 3 be a linear transformation
18. Let A : and B : be two
6 5 5 7
x y
linear transformations. Then, which of the given by T ( x, y, z ) , ,0 . What is
2 2
following can be true? the rank of T ?
1. A and B are one-one 1. 4 2. 3 3. 2 4. 1
2. A is one-one and B is not one-one
3. A is onto and B is one-one
25. Let T : 2 2 be a map defined by
4. A and B both are onto
T ( x, y ) ( x y, x y ) .Which of the
19. Consider the linear following statement is correct?
map D : C ( ) (a, b), where 1. T is linear an its kernel has infinite
number of element of 2 .
C ( ) (a, b), is the set of all real-valued 2. T is not linear.
continuously differential functions, defined 3. The kernel of T consists of only two
by D ( f ) f , then element of 2 .
1. D is one-one and onto 4. Nullity of T is zero.
2. D is one-one but not onto
3. D is onto but not one-one 26. Define T on 4 into 3 by
4. D is neither one-one nor onto T ( x1 , x2 , x3 , x4 ) ( x1 x2 x3 ,
20. Consider, the linear transformation x2 x3 x4 , x3 x4 x2 )
T : 4 4 is given by Then, rank of T is equal to
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 8 Linear transformations (continued) 251
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 8 Linear transformations (continued) 253
transformations such that T S is the 56. Let T be a 4 4 real matrix such that
identity map of 3 . Then T 4 0 . Let ki : dim KerT i for 1 i 4 .
1. S T is the identity map of 4 Which of the following is NOT a
2. S T is oneone, but not onto possibility for the sequence
3. S T is onto, but not oneone k1 k2 k3 k4 ?
4. S T is neither oneone nor onto 1. 3 4 4 4
(CSIR NET Dec 2012) 2. 1 3 4 4
54. Let T : be a linear transformation.
n n 3. 2 4 4 4
4. 2 3 4 4
Which of the following statements implies
that T is bijective ? (CSIR NET June 2015)
1. Nullity (T)=n
2. Rank(T)=Nullity (T)=n
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
254 Linear Algebra
57. Let V be the space of twice differentiable 3. Let V be the vector space of polynomials
functions on satisfying over of degree less than or equal to n.
f 2 f f 0 . Define T :V 2 by
For p x a0 a1 x .... an x n in V, define
T f ( f (0), f (0)) .
a linear transformation T : V V by
Then T is n
1. one to one and onto. Tp x a0 a1 x a2 x 2 .... 1
an x n .
2. one to one but not onto. Then which of the following are correct ?
3. onto but not one to one. 1. T is one to one 2. T is onto
4. neither one to one nor onto. 3. T is invertible 4. det T 0
(CSIR NET June 2015) (CSIR NET June 2014)
58. For a positive integer n, let Pn denote the 4. Let M n K denote the space of all n n
vector space of polynomials in one variable matrices with entries in a field K. Fix a non
x with real coefficients and with degree
singular matrix A Aij M n K , and
n . Consider the map T : P2 P4 defined
consider the linear map
by T p x p x 2 . Then T : M n K M n K given by T(X)=AX.
1. T is a linear transformation and dim Then
range(T)=5 n
2. T is a linear transformation and dim 1. trace(T)= n i 1 Aii
range T 3 n
2. trace(T)= i1 j 1 Aij
n
4
2. Let n be a positive integer and V be an i
2. 1 dimV 0 i
(n+1) dimensional vector space over . i2
4
i
If e1 , e2 ,...., en1 is a basis of V and 3. 1 dimV 0 i
i 1
T : V V is the linear transformation 4
i
satisfying T ei ei 1 for i 1, 2,...., n and 4. 1 dimV 0 i
i 1
T en1 0 . Then
(CSIR NET June 2015)
1. trace of T is nonzero
2. rank of T is n 6. Let V be the vector space of polynomials
3. nullity of T is 1 over of degree less than or equal to n.
4. T n T T T (n times) is the zero For p x a0 a1 x .... an x n in V, define
map a linear transformation T :V V by
(CSIR NET Dec 2012)
Tp x an an1x .... a0 x n . Then
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 8 Linear transformations (continued) 255
7. Let V be a finite dimensional vector space kernel (null space) of T then which of the
over . Let T :V V be a linear
following are true ?
transformation such that
rank T 2 rank T . Then 1. There exists T L 5 \ 0 such that
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
256 Linear Algebra
Assignment key
SCQ
1. 3 2. 3 3. 3 4. 2
5. 2 6. 1 7. 1 8. 3
9. 2 10. 1 11. 1 12. 2
13. 4 14. 3 15. 4 16. 3
17. 2 18. 3 19. 3 20. 4
21. 2 22. 2 23. 1 24. 3
25. 4 26. 2 27. 1 28. 2
29. 1 30. 1 31. 3 32. 2
33. 1 34. 2 35. 1 36. 1
37. 1 38. 4 39. 1 40. 1
41. 2 42. 2 43. 3 44. 4
45. 3 46. 2 47. 1 48. 1
49. 2 50. 4 51. 1 52. 4
53. 4 54. 4 55. 1,2 56. 2
57. 1 58. 2
MCQ
1. 1,2,3,4 2. 2,3 3. 1,2,3
4. 1,3,4 5. 1,2 6. 1,2,3,4
7. 1,2,3,4 8. 1,2 9. 1,4
10. 2,3 11. 3,4
www.risingstarmath.com
Chapter 9
Eigen values and eigen
vectors
We will either find a way or make one.
– Hannibal
Def. Eigen values and eigen vectors of a linear operator : Let T be a linear operator on a vector
space V(F). If there exists a non zero vector v V such that T v v for some F , then v is called
1 1 2
(i) v1 1 (ii) v2 1 (iii) v3 1
0 2 1
258 Linear Algebra
1 3 3 1 2 1
Solution : (i) Av1 3 5 3 1 2 2 1 2v1
6 6 4 0 0 0
1 3 3 1 4 1
(ii) Av2 3 5 3 1 4 4 1 4v2
6 6 4 2 8 2
1 3 3 2 2
(iii) Av3 3 5 3 1 4 v3 for any .
6 6 4 1 10
Exercise 9.1
2 1 2
1. Let A 2 3 4 , which of the following vectors are eigen vectors of A.
1 1 1
1 2 1
(i) v1 1 (ii) v2 0 (iii) v3 2 (iv) v1 v2 (v) v2 v3 (vi) v1 v3
0 1 1
2. True or false : Sum of two eigen vectors of a matrix is again an eigen vector.
3. Let T : 3 3 be a linear operator defined by T ( x, y , z ) (3x y z, 7 x 5 y z, 6 x 6 y 2 z )
then which of the following vectors are eigen vectors of T ?
(i) v1 (1,1, 0) (ii) v2 (0, 4, 4) (iii) v3 (1, 0, 2)
1 1
4. Let A , then which of the following vectors are eigen vectors of A
2 1
1 1 1 0 1
(i) v1 (ii) v2 (iii) v3 (iv) v4 (v) v5
1 i 1 i 0 1 1
1 i 1 1 0
5. Show that 0 and 1 i are eigen vectors of the matrix
0 1 1 but their sum is
0 2 0 2 1
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 9 Eigen values and eigen vectors 259
6. If A and B are similar matrices such that B = P 1AP and if X is an eigen vector of A
corresponding to eigen value , then prove that P 1 X is an eigen vector of B
corresponding to eigen value .
a 1 0 0
1 a 1 0
7. If A is a n n matrix given by A = 0 1 a 0 i.e. A is a matrix in
a 1
0 0 0 1 a
which diagonal elements are a and entries above and below the diagonal are 1 and zero ; elsewhere
ij
then show that the column matrices Xi (i 1 , 2 ,........., n) with j th entry sin
n 1
are eigen vectors of A. Also find the corresponding eigen values of A.
C D C D
[Hint : Use the formulae sin 2 A 2sin A cos A and sin C sin D 2sin cos ]
2 2
Answers
1. (i) , (ii), (iii), (iv) 2. False 3. (i), (ii) 4. (i), (ii)
i
7. a 2cos are the eigen values.
n 1
----------------------------------------------------------------------------------------------------------
9.2 Evaluation of eigen values and eigen vectors
Part I
Result 1 : Let T : V(F) V(F) be a linear transformation, then F is an eigen value of T iff
T I is singular.
Result 2 : Let A be a n n matrix over a field F. Then F is eigen value of A iff A I is
singular i.e A I 0 .
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
260 Linear Algebra
Part II
Result 1 : Corresponding to a characteristic vector of a linear operator , there exists one and only one
characteristic value.
Result 2 : Corresponding to a characteristic root of a linear operator there exists more than one
characteristic vectors. In fact every non zero scalar multiple of a characteristic vector is also a
characteristic vector.
Remark : All eigen vectors together with zero vector form a subspace of V called eigen space. Let us
define it formally.
Def. Eigen Space : Let be an eigen value of a linear operator T then the eigen space with respect to
is denoted by E and is given by E v : T(v) v .
Result 3 : Let T be a linear operator on V(F). If is an eigen value of T, then the eigen space of
i.e. E is a subspace of V(F).
Def. Algebraic multiplicity of an eigen value is the number of times it appears as the root of the
characteristic equation.
Def. Geometric multiplicity of an eigen value is defined to be the dimension of its eigen space.
Result 4 : 1 G.M. A.M. for each eigen value.
Remark : (i) If A.M. of an eigen value is 1, then clearly its G.M. is also 1.
(ii) If A.M. is 2, then G.M. is 1 or 2
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 9 Eigen values and eigen vectors 261
(iii) For a n n matrix A, characteristic equation is n S1 n1 S 2 n2 ...... (1)n S n 0 ,
Result 6 : Let A be any square matrix of order n such that A r , then at least n r eigen values
are zero.
Result 7 : Let T be a linear operator on a finite dimensional vector space V(F). Let
1 , 2 ,......., n be distinct eigen values of T and v1 , v2 ,......., vn be their corresponding eigen
OR
On a finite dimensional vector space , the characteristic vectors corresponding to distinct characteristic
values are always linearly independent.
Result 8 : Let be an eigenvalue of a n n matrix A then
G.M. of dim E dim v : Av v dim v : A I v 0 dim N A I n rank A I
Result 9 : Every non-zero vector of n is an eigen vector of a n n matrix A iff matrix is scalar i.e.,
A kI for some k .
Result 10 : Rational root theorem : Let f x an x n an1x n1 ..... a0 x and an 0 . If p and
p
q are co-prime integers such that f 0 then p | a0 and q | an .
q
Result 11 : Let f x x n an1x n1 ..... a0 x and p and q are co-prime integers such that
p
f 0 then q 1 i.e., roots of f x cannot belong to . In other words every rational root
q
of f x is an integer.
Result 12 : Let A be a square matrix with integer entries then the eigen values of A cannot belong to
. In other words every rational eigen value of a matrix with integer entries is an integer.
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
262 Linear Algebra
Example 1 : Find all the eigen values and a basis of each eigen space of the linear operator
T : R 2 R 2 defined by T(x , y ) = (x 2 y , 3x 2 y ) .
Solution : First of all , let us find matrix representation of T relative to the standard basis
B = {(1 , 0 ) , (0 , 1) } of R2. We know that the matrix of T in the standard basis can be obtained by
just writing in order the coefficients of x , y on the R.H.S. of T (x , y) in the rows . So the matrix A
of T in the standard basis is
1 2
A =
3 2
The characteristic equation of A is given by
1 2
A I =0
3 2
(1 )(2 ) 6 0
2 3 4 0
( 1)( 4) 0
= 1 , 4.
Thus 1 and 4 are eigen values of T.
Let us now find the eigen vectors corresponding to these eigen values .
If X is the eigen vector corresponding to eigen value , then by definition , we have
AX = X
(A I) X = O
1 2 x 0
3 ......(1)
2 y 0
When = 1 , then by (1) , we get
2 2 x 0
3 3 y 0
2 x 2 y 0 , 3x 3 y 0
x y 0 , where one variable out of x and y is free.
1
Taking y = 1 , we get x = 1 and so X1 = is a eigen vector corresponding to = 1.
1
When = 4 , then by (1) , we get
3 2 x 0
3 2 y 0
3x 2 y 0 , 3x 2 y 0
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 9 Eigen values and eigen vectors 263
2
Taking y = 3 , we get x = 2 and so X2 = is a eigen vector corresponding = 4.
3
Exercise 9.2
1. For each of the following matrices find all eigen values (real or complex), construct their
A.M.- G.M. table and find a basis for each eigen space.
1 2 2 4 3 13
(i) 3 2 (ii) 1 6 (iii) 1 3
8 6 2 1 3 3
1 1 6 7 4 3 5 3
(iv) (v)
(vi)
1 1 2 4 3 6 6 4
0 0 0 1
1 1 0 1
0 1 1 0 0 0
(vii) (viii)
0 1 0 2
0 2 1
0 0 1 0
2. For each of the following linear operators , find all eigen values(real or complex),
construct their A.M.-G.M. table and a basis for each eigen space.
(i) T( x , y ) (3x 3 y , x 5 y ) (ii) T( x , y ) ( y , x)
(iii) T( x , y , z) (3 x y z , 7 x 5 y z , 6 x 6 y 2 z )
(iv) T( x , y , z) (4 x y z , 2 x 5 y 2 z , x y 2 z )
3. Let T be a linear operator on a finite dimensional vector space V(F). Then 0 is the
characteristic value of T iff T is singular.
4. Let A be a real matrix of type n n and be its real eigen value. Show that there exists
an eigen vector X of A corresponding to eigen value such that X is also real.
Answers
G.M. A.M.
basis of E1 {(1,1)}
1. (i) 1 1 1 ;
basis of E4 {(2,3)}
4 1 1
G.M. A.M.
(ii) ; basis of E4 {(2,1)}
4 1 2
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
264 Linear Algebra
G.M. A.M.
basis of E2 i {(3 2i,1)}
(iii) 2i 1 1 ;
basis of E2i {(3 2i,1)}
2i 1 1
G.M. A.M.
basis of E1i {(1, i)}
(iv) 1 i 1 1 ;
basis of E1i {(i,1)}
1 i 1 1
G.M. A.M.
basis of E 0 {(1, 2, 2)}
0 1 1
(v) ; basis of E3 {(2, 1, 2)}
3 1 1
basis of E15 {(2, 2, 1)}
15 1 1
G.M. A.M.
basis of E 2 {(1, 1, 0),(1, 0, 1)}
(vi) 2 2 2 ;
basis of E4 {(1 , 1 , 2)}
4 1 1
G.M. A.M.
basis of E1 {(1, 0, 0)}
1 1 1
(vii) ; basis of Ei {(i, 1 i, 2)}
i 1 1
basis of Ei {(i, 1 i, 2)}
i 1 1
G.M. A.M.
basis of Ei {(1, i, 1, i)}
(viii) i 1 2 ;
basis of E i {(i, 1, i, 1)}
i 1 2
G.M. A.M.
basis of E2 {(3 , 1)}
2. (i) 2 1 1 ;
basis of E6 {(1,1)}
6 1 1
G.M. A.M.
basis of Ei {(i , 1)}
(ii) i 1 1 ;
basis of Ei {(i , 1)}
i 1 1
G.M. A.M.
basis of E2 {(1, 1, 0)}
(iii) 2 1 2 ;
basis of E4 {(0, 1, 1)}
4 1 1
G.M. A.M.
basis of E3 {(1, 0, 1),(1, 1, 0)}
(iv) 3 2 2 ;
basis of E5 {(1, 2, 1)}
5 1 1
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 9 Eigen values and eigen vectors 265
9.3 Diagonalization
Def . Diagonalizable operator : A linear operator T on a finite dimensional vector space V is said to
be diagonalizable if there exist an ordered basis B of V such that matrix of T with respect to B is a
diagonal matrix.
Def. Diagonalizable matrix : A n n matrix ‘A’ is said to be diagonalizable if there exist a non –
singular matrix P such that P 1 AP = D , where D is a diagonal matrix.
OR
A square matrix is said to be diagonalizable if it is similar to a diagonal matrix.
Result 1 : A matrix (or linear operator) is diagonalizable if and only if A.M. = G.M. for each eigen
value.
Result 2 : A matrix whose all eigen values are distinct is always diagonalizable.
Result 3 : A n n matrix (or linear operator) is diagonalizable if and only if it has n linearly
independent eigen vectors.
Result 4 : A linear operator T on a finite dimensional vector space V(F) is diagonalizable iff
there exist a basis of V in which all vectors are eigen vectors of T.
Result 5 : Let A be a n n diagonalizable matrix and let X1 , X 2 ,......., X n be n linearly independent
columns, then P 1 AP is a diagonal matrix in which elements on the diagonal are the eigen values of A.
Result 6 : If A is diagonalizable matrix, then A1 ( if exists) is also diagonalizable.
Result 7 : If A2 is diagonalizable then A need not be diagonalizable.
0 1
Example : Let A is not diagonalizable, but A2 O is diagonalizable.
0 0
Result 8 : If A and B are diagonalizable matrices of same order, then A B need not be diagonalizable.
1 1 0 1 1 2
Example : Let A and B are diagonalizable matrices but A B is not
0 0 0 1 0 1
diagonalizable.
Result 9 : If A and B are diagonalizable matrices of same order, then AB need not be diagonalizable.
1 0 1 1 1 1
Example : Let A ,B are diagonalizable matrices but AB is not a
0 1 0 1 0 1
diagonalizable matrix.
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
266 Linear Algebra
1 1
Result 10 : All invertible matrices are not diagonalizable e.g.
0 1
Result 11 : Every diagonal matrix is diagonalizable.
3 2 2
Example 1 : Prove that the matrix A = 4 4 6 is not diagonalizable.
2 3 5
3 2 2 16 8 4 8 0
3 4 2 6 8 4 0
3 4 2 5 2 0
1 2 3 2 0
12 2 0
= 1, 1, 2.
Hence eigen values are 1, 1, 2.
Let us now find the eigen vectors corresponding to these eigen values.
If X is the eigen vector corresponding to eigen value , then by definition, we have
A I X O
3 2 2 x 0
4 4 6 y 0 ......(1)
2 3 5 z 0
When = 1, then by (1), we get
2 2 2 x 0
4 5 6 y 0
2 3 4 z 0
2 x 2 y 2 z 0 , 4 x 5 y 6 z 0 2 x 3 y 4 z 0
1 2 2 x 0
4 6 6 y 0
2 3 3 z 0
Operating R 2 R 2 4R 1 and R 3 R 3 2R 1
1 2 2 x 0
0 2 2 y 0
0 0 0 z 0
x 2 y 2z 0 2 y 2 z 0
x = 0 and y = z where z is free variable
0
Taking z = 1, we get y = 1 and so X2 = 1 is an eigen vector corresponding = 2.
1
Since A has only two linearly independent eigen vectors corresponding to the eigen values 1 and 2,
therefore A is not diagonalizable.
Exercise 9.3
1. Which of the following matrices A are diagonalizable (a) over (b) . In case A is
diagonalizable find a matrix P and a matrix D such that P 1 AP D .
1 2 2 4 3 13
(i) (ii) 1 6 (iii) 1 3
3 2
8 6 2 1 3 3
1 1 6 7 4 3 5 3
(iv) (v) (vi)
1 1 2 4 3 6 6 4
0 0 0 1
1 1 0 1
0 1 1 0 0 0
(vii) (viii)
0 1 0 2
0 2 1
0 0 1 0
2. Which of the following operators T are diagonalizable (a) over (b) .In case T is
diagonalizable find a matrix P and a matrix D such that P 1 AP D .
(i) T( x , y ) (3 x 3 y , x 5 y)
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
268 Linear Algebra
(ii) T( x , y ) ( y, x) .
(iii) T( x , y , z) (3 x y z , 7 x 5 y z , 6 x 6 y 2 z )
(iv) T( x , y , z) (4 x y z , 2 x 5 y 2 z , x y 2 z )
2 1
3. Let A .
2 3
(i) Find eigenvalues and corresponding eigenvectors.
(ii) Find a nonsingular matrix P such that D P 1 AP is diagonal.
(iii) Find A8 and f A where f t t 4 5t 3 7t 2 2t 5 .
Answers
1. (i) diagonalizable over and both.
(ii) neither diagonalizable over nor over .
(iii) not diagonalizable over but diagonalizable over .
(iv)not diagonalizable over but diagonalizable over .
(v) diagonalizable over and both.
(vi) diagonalizable over and both.
(vii) not diagonalizable over but diagonalizable over .
(viii)neither diagonalizable over nor over .
2. (i) diagonalizable over and both.
(ii) not diagonalizable over but diagonalizable over .
(iii) neither diagonalizable over nor over .
(iv) diagonalizable over and both.
1 1
3. (i) 1, u 1,1 ; 4, v 1, 2 (ii) P
1 2
19 13 21846 21845 0 1
(iii) f A , A8 (iv) B
26 32 43690 43691 2 1
----------------------------------------------------------------------------------------------------------
9.4 Properties of eigen values
Results :
1. Eigen values of a lower triangular, upper triangular and diagonal matrices are just the
diagonal elements.
2. Sum of all eigen values of a matrix is equal to its trace.
3. Product of all eigen values of a matrix is equal to its determinant.
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 9 Eigen values and eigen vectors 269
12. If is an eigen value of matrix A corresponding to the eigen vector v then n is an eigen value of
An corresponding to the same eigen vector v, where n is a positive integer.
13. If is an eigen value of A corresponding to the eigen vector v and f ( x ) be a polynomial then
f ( ) is an eigen value of f ( A) corresponding to the same eigen vector v.
14. If is an eigenvalue of A and is an eigenvalue of B then need not be an eigenvalue of A B .
15. If is an eigenvalue of A and is an eigenvalue of B then need not be an eigenvalue of AB .
1
16. If is an eigen value of a non singular matrix A corresponding to the eigen vector v then is an
eigen value of A1 corresponding to the same eigen vector v.
17. If is an eigen value of a non singular matrix A corresponding to the eigen vector v and
b1 b2 b
f x a0 a1x .... an x n 2 ... mm then f is an eigen value of f A
x x x
corresponding to the same eigen vector v.
det A
18. If is an eigen value of a non singular matrix A, then is an eigen value of adjoint of A
i.e. adj A.
19. If is an eigen value of A, then is an eigen value of A and A .
2
20. If is an eigen value of A, then need not be an eigen value of A A or AA* , however
eigen values of A A or AA* are non negative real numbers. Further if A is non-singular then
eigen values of A A or AA* are positive real numbers.
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
270 Linear Algebra
21. If A is a real matrix then the eigen values of AT A or AAT are non-negative real numbers. Further
if A is non-singular then eigen values of AT A or AAT are positive real numbers.
22. Invertible matrix theorem : The following conditions on an n n matrix A are logically
equivalent. In other words, if the matrix has any one of the given properties, then it has all of them.
Coefficient matrix :
1. A is invertible.
2. AT is invertible.
Linear System :
3. The system Ax b has at least one solution for every b in n .
4. For every b in n , the equations Ax b has a unique solution.
5. The homogeneous system Ax 0 has only the trivial solution x 0 .
Pivots :
6. A has n pivot positions.
7. Every column of A has a pivot position.
8. Every row of A has a pivot position.
Rank and Row equivalence :
9. A is row equivalence to I n .
10. Rank A n .
Linear transformations :
11. The transformations x Ax is one-to one (injective).
12. The transformation x Ax maps n onto n (surjective).
Left inverse and right inverse :
13. There is an n n matrix B such that BA I n .
Column vectors :
15. The columns of A form a linearly independent set.
16. The set of columns in A spans n .
17. The columns of A form a basis for n .
18. The column space of A is n : Col A n .
19. Dim(Col(A) n
Row vectors :
20. The rows of A form a linearly independent set.
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 9 Eigen values and eigen vectors 271
Exercise 9.4
4 1 1
1. If A 2 5 2 , then find the eigen values A, A1 , A2 , A3 , A and adjA .
1 1 2
4 * *
3. If eigen values of a 3 3 matrix are 7, 8, 9 then find the value of x in the matrix * 5 * .
* * x
1 1
5. Consider the matrix A , find the eigen values and eigen vectors of A and A ' .
0 1
What do you notice.
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
272 Linear Algebra
4 1 1
6. If A 2 5 2 then find eigen values of I A , I A, 2 I 3 A A2 , A2 5 A3 , 2 A2 3I 4 A3 .
1 1 2
Answers
1 1 1
1. A : 3,3,5 ; A1 : , , ; A2 : 9,9, 25 ; A3 : 27,27,125 ; A ' : 3,3,5 ; adj A :15,15,9
3 3 5
3 65
2. (i) 4,5,9 (ii) 8, 3. 1 4. (i) 0,0,3 (ii) 0,0,0,4 (iii) 0 A.M. n 1 , n
2
5. Eigen values of A and A ' are always same but eigen vectors may be different.
----------------------------------------------------------------------------------------------------------
9.5 Characteristic and minimal polynomial
polynomial of a matrix A if f A 0.
annihilating polynomial of A.
Remark : By above remark, it is clear that we can construct infinitely many annihilating polynomials
by using one annihilating polynomial.
Def. Minimal polynomial of a linear operator(matrix) : The minimal polynomial m(x) of a linear
operator T is defined to be monic polynomial of lowest degree of which T is a root.
We know that if A is a matrix of T and f(x) be any polynomial, then f (A) is the matrix of f (T). In
particular, f (T) = 0 if and only if f (A) = 0. Therefore, we can say that T and A has same minimal
polynomials.
Result 1 : Cayley Hamilton Theorem : Every square matrix satisfies its characteristic polynomial.
OR
If c x is the characteristic polynomial of a matrix A, then c A 0. OR
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 9 Eigen values and eigen vectors 273
then m x divides f x .
OR
If f (x) is a polynomial such that f (A) = O, and if m(x) is the minimal polynomial of A, then there
exists a polynomial q(x) such that f(x) = m(x) q(x).
Result 8 : The minimal polynomial of a matrix divides its characteristic polynomial.
Result 9 : Let m x and c x denotes the minimal and characteristic polynomial of a matrix
OR
1 2 1 2 k
If c x x a1 x a2 ...... x ak k , then m x is of the form x a1 x a2 ...... x ak
where 1 i i
Result 10 : Let m x and c x denotes the minimal and characteristic polynomial of a n n matrix
n
respectively then c( x) divides m( x) .
Result 11 : A scalar is an eigen value of a matrix A if and only if is a root of the minimal
polynomial of A.
Result 12 : A matrix is singular iff the constant term in the minimal polynomial and the characteristic
polynomial is zero.
Result 13 : A matrix is non singular iff constant term in the minimal polynomial and the characteristic
polynomial is non zero.
Result 14 : Minimal polynomial of a matrix is of degree 1 iff the matrix is a scalar matrix.
Remark : The degree of minimal polynomial of a non-scalar matrix is 2 .
Result 15 : A matrix is diagonalizable if and only if its minimal polynomial has no repeated linear
factors (i.e. all factors must be with single power in m x ).
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
274 Linear Algebra
Result 16 : If a square matrix A satisfies any of the relation
(i) Ak I (ii) Ak I (iii) Ak A (iv) Ak A
where, k is some positive integer greater than 1, then the matrix A is always diagonalizable over .
Remark : Whenever a matrix relation is given e.g. A2 A , A3 A , A3 I etc. then such type of the
questions will be solved by using m( x) .
6 2 2
A 2 3 1
2 1 3
6 2 2
Solution : | A I | 2 3 1
2 1 3
Operating C3 C3 C2
6 2 0
= 2 3 2
2 1 2
6 2 0
= (2 ) 2 3 1 [Taking (2 ) common from C3]
2 1 1
6 2 0
Operating R2 R2 R3 = (2 ) 4 4 0
2 1 1
= (2 )[(6 )(4 ) 8]
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 9 Eigen values and eigen vectors 275
44 20 20 60 20 20 16 0 0 0 0 0
= 20 14 10 20 30 10 0 16 0 = 0 0 0 O
20 10 14 20 10 30 0 0 16 0 0 0
Exercise 9.5
4 1 1
1. Let A 2 5 2 , then find
1 1 2
1 2 3 6 2 2
(iv) A 2 3 1 (v) A 2 3 1
3 1 2 2 1 3
3. Find c( x) and m( x) of each of the following linear transformations and then find which of
them are diagonalizable :
(i) T x y 2 x 4 x 5 y (ii) T x y z x y 2 x 3 y z 2 x 3 y 5 z
(iii) T x y z x y z 2 y z 2 y 3 z
5. Find the eigen values of n n idempotent, involutory and nilpotent matrices. Also find c( x) and
m( x) .
6. Let A be a 100 100 idempotent matrix such that 0 is an eigen value of A with algebraic
multiplicity (A.M.) is 40, then find the other eigen values of A.
Answers
2
1. (i) c( x) x 3 x 5 (ii) m( x) x 3 x 5 (iii) yes
2 2 2 2
(iv) x 3 x 5 , x 3 x 5 , x 3 x 5 , x 3 x 4 x 5 , x 3 x 5
2. (i) c( x) x 2 3x 2 ,
(ii) c ( x ) x 3 4 x 2 5 x 2 , m( x) x 2 3 x 2
(iii) c( x) x3 4 x 2 5 x 2 , m( x) x3 4 x 2 5 x 2
(iv) c( x) x3 6 x 2 3x 18 , m( x) x3 6 x 2 3 x 18
(v) c( x) x3 12 x 2 36 x 32 , m( x) x 2 10 x 16
3. (i) c( x) x 2 3x 10 , m( x) x 2 3 x 10
(ii) c( x) x3 9 x 2 18 x , m( x) x3 9 x 2 18 x
(iii) c( x) x3 6 x 2 9 x 4 , m( x) x 2 5 x 4
2
4. (i) x 1 x 2 , x 1 x 2
2 2 2 3
(ii) x 2 x 7 x 4 , x 2 x 7 x 4 , x 2 x 7 x 4 , x 2 x 7 x 4 ,
3 2 2
x 2 x 7 x 4 , x 2 x 7 x 4
5. Idempotent matrix :
Case I : If A 0 , then c x x n and m x x
n
Case II : If A I , then c x x 1 and m x x 1
n
Case III : If A 0, I , then c x x x 1 and m x x x 1
Involutory matrix :
n
Case I : If A I , then c x x 1 and m x x 1
n
Case II : If A I , then c x x 1 and m x x 1
n
Case III : If A I , I , then c x x 1 x 1 and m x x 1 x 1
Nilpotent matrix : c x x n and m x x k , where k is the index of nilpotency.
6. 1 with A.M. 60
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 9 Eigen values and eigen vectors 277
Result 1 : Let A be a real symmetric matrix. If u and v are eigen vectors corresponding to distinct
eigen values then u and v are orthogonal. ie. (u , v) 0 .
Result 2 : Let A be a real symmetric matrix, then there exists an orthogonal matrix P such that P 1 AP
is diagonal. i.e., real symmetric matrix is orthogonally diagonalizable.
Result 3 : If two matrices are similar, then their D C T E R M are same, where D–determinant ;
C–characteristic polynomial ; T–trace ; E–eigen values ; R–rank ; M–minimal polynomial
Result 4 : If two matrices are equivalent, then they have same rank but need not have same eigen
values, characteristic and minimal polynomial.
Result 5: If two matrices are congruent , then they have same number of positive eigen values but
need not have same eigen values, characteristic and minimal polynomial.
Result 6: If A and B are two n n matrices such that anyone (or both) of them is non singular then
AB and BA are similar and therefore their D C T E R M are same.
Result 7 : Let A and B are any two n n matrices then D C T E of AB and BA are necessarily same
but R M may or may not be same.
Result 8 : Let A be a m n matrix and B be a n m matrix such that m n then
(i) det AB may or may not be zero.
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
278 Linear Algebra
0 0 ... ... 0 d1
0 0 ... ... d 2 0
(vii) Eigenvalues of a backward diagonal matrix are
d n 0 ... ... 0 0
0 0 0 2
0 0 3 0
e.g., A , eigenvalues of A are 4, 3 3
0 9 0 0
8 0 0 0
0 0 9
B 0 5 0 , eigenvalues of B are 5, 6
4 0 0
0 0 ... ... 0 k
0 0 ... ... k 0
(viii) Eigenvalues of a backward scalar matrix A
k 0 ... ... 0 0
n n
Case (i) : If n is even, then eigenvalues are k and eigenvalues are –k
2 2
n 1 n 1
Case (ii) : If n is odd, then eigenvalues are k and eigenvalues are k
2 2
0 0 0 1
0 0 1 0
e.g., A , eigenvalues of A are 1,1, 1, 1
0 1 0 0
1 0 0 0
0 0 4
B 0 4 0 , eigenvalues of B are 4, 4, 4
4 0 0
Def. SBS Matrix : A matrix is said to be SBS matrix if it is sum of a scalar and a backward scalar
2 0 0 5
3 0 4 0 2 5 0
matrix. e.g., A 0 7 0 , B
0 5 2 0
4 0 3
5 0 0 2
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 9 Eigen values and eigen vectors 279
3 0 4
e.g., A 0 7 0 , eigenvalues of A are 7, 7 1
4 0 3
a 0 ... ... 0 b
0 a ... ... b 0
n
a b, a b,...., a b 2 times
Case (ii) : If n is even , eigenvalues are
a b, a b,...., a b n times
0 2
b ... ... a 0
b 0 ... ... 0 a
2 0 0 5
0 2 5 0
e.g., B , eigenvalues of B are 7,7, 3, 3
0 5 2 0
5 0 0 2
i
Real orthogonal and unitary
–1 O 1
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
280 Linear Algebra
Result 13 : A non zero nilpotent matrix is never diagonalizable. In other words, if a nilpotent matrix A
is diagonalizable then A 0 .
OR
Zero matrix is the only nilpotent matrix which is diagonalizable.
Result 14 : A matrix is nilpotent iff its all eigen values are zero.
Result 15 : If rows of a matrix are orthogonal then columns may or may not be orthogonal.
Result 16 : Rows of a matrix are orthonormal iff columns are orthonormal.
Exercise 9.6
1. For each of the following symmetric matrices A, find its eigenvalues, a maximal
orthogonal set S of eigenvectors, and an orthogonal matrix P such that D P 1 AP is
diagonal :
0 1 1 2 2 4
(i) A 1 0 1 (ii) A 2 5 8
1 1 0 4 8 17
1 1 0 2 0 0
2. Let A 0 2 0 and B 0 2 2 . Show that A and B have different characteristic
0 0 1 0 0 1
polynomials (and so are not similar), but have the same minimal polynomial. Thus
nonsimilar matrices may have the same minimal polynomial.
3. Determine the eigenvalues of the following matrices :
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 9 Eigen values and eigen vectors 281
0 0 0 7
0 0 14 0 5 0 0
0 7 0
(i) A 0 14 0 (ii) B (iii) C 0 5 0
0 7 0 0
14 0 0 0 0 5
7 0 0 0
0 0 0 2
0 0 0 14 7 0 5
0 3 0
(iv) D (v) E 0 2 0 (vi) F 0 12 0
0 7 0 0
2 0 0 5 0 7
9 0 0 0
2 0 0 3
0 2 3 0
(vii) G
0 3 2 0
3 0 0 2
4. Find the determinant of the following matrices :
1 0 0 0 0 2
2 3 3 3 3 0
3 1 0 0 2 0
2 3 3 3
0 0 1 2 0 0
(i) A 3 3 2 3 3 (ii) B
0 0 2 1 0 0
3 3 3 2 3
0 2 0 0 1 0
3 3 3 3 2
2 0 0 0 0 1
I A
5. Let M where I , A, B are n n matrices. Show that the eigen values of M are
0 B 2 n2 n
4 0 2 x y z
0 6 0 p q r
2 0 4 a b c
6. Find the determinant of the matrix .
0 0 0 7 0 0
0 0 0 0 7 0
0 0 0 0 0 7
1 2 3 4
2 4 6 8
7. If A then find A2 I .
3 6 9 12
4 8 12 16
8. If A is a real symmetric and orthogonal matrix then what are the possible eigen values of A.
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
282 Linear Algebra
0 0 0 1 0 0
0 0 0 0 1 0
0 0 0 0 0 1
9. Find the eigen values of the matrix .
1 0 0 0 0 0
0 1 0 0 0 0
0 0 1 0 0 0
10. If A is a real skew-symmetric and orthogonal matrix then what are the possible eigen values of A.
0 0 0 1 0 0
0 0 0 0 1 0
0 0 0 0 0 1
11. Find the eigen values of the matrix .
1 0 0 0 0 0
0 1 0 0 0 0
0 0 1 0 0 0
4 0 3 0
0 4 0 0
12. Find the eigen values and determinant of the matrix .
3 0 4 3
0 0 3 4
n tr A
13. If A is a n n involutory matrix then show that A 1 2 .
Answers
1 1 1 2 2 1
6
2 6 3 14 21
1 1 1 1 3 2
1. (i) 1, 2 ; P (ii) 1, 22 ; P
2 6 3 6 14 21
2 1 1 1 4
0 6 3 6 14 21
3. (i) 14,14, 14 (ii) 7,7, 7, 7 (iii) 5,5,5 (iv) 18, 27
------------------------------------------------------------------------------------------------------------------
9.7 Block Matrices and companion matrices
Using a system of horizontal and vertical (dashed) lines, we can partition a matrix A into submatrices
called blocks (or cells) of A. Clearly, a given matrix may be divided into blocks in different ways.
Def. Block square matrix : A square matrix is said to be block square matrix if there are same
number of horizontal and vertical lines and they are placed symmetrically.
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 9 Eigen values and eigen vectors 283
Def. Block diagonal matrix : A block square matrix is said to be block diagonal matrix if all the non-
diagonal blocks are zero matrices.
Def. Block upper triangular matrix : A block square matrix is said to be block upper triangular
matrix if all the blocks below the diagonal are zero matrices.
Def. Block lower triangular matrix : A block square matrix is said to be block lower triangular
matrix if all the blocks above the diagonal are zero matrices.
Def. Block triangular matrix : A block square matrix is said to be block triangular matrix if either it
is block upper triangular or block lower triangular matrix.
The matrices A, B and C (given below) are block lower triangular, block upper triangular and block
diagonal matrices respectively.
1 2 0 0 0 1 2 0 1 3 2 5 0 0 0
2 3 0 0 0 0 3 4 8 6 0 2 0 0 0
A 5 1 2 7 0 B 0 0 2 7 0 C 0 0 4 2 0
0 0 0 4 0 0 0 0 4 5 0 0 3 5 0
8 6 5 4 3 0 0 0 0 3 0 0 0 0 7
Remark : Clearly, every block diagonal matrix (B.D.M.) is block triangular matrix (B.T.M.)
CPT Result : Let A is a block triangular matrix with diagonal blocks A11 , A22 ...... Arr and let ci ( x) be
c( x) c1 ( x )c2 ( x )......cr ( x) .
In words characteristic polynomial of a block triangular matrix is the product of the characteristic
polynomials of the diagonal blocks.
MLD Result : Let A is a block diagonal matrix with diagonal blocks A11 , A22 ...... Arr and let mi ( x) be
In words minimal polynomial of a block diagonal matrix is the l.c.m. of the minimal polynomials of
the diagonal blocks.
DPT Result : Let A is a block triangular matrix with diagonal blocks A11 , A22 ...... Arr then
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
284 Linear Algebra
f ( x) x n an1 x n1 ..... a2 x 2 a1 x a0 then the following four matrices are known as companion
matrix of f ( x ) .
0 0 0 ... 0 a0 an 1 1 0 ... 0 0
1 0 0 ... 0 a1 a 0 1 ... 0 0
n 2
0 1 0 ... 0 a2
... ... ... ... ... ... a2 0 0 ... 1 0
0 0 0 ... 0 an 2 a1 0 0 ... 0 1
0 0 0 ... 1 an 1 a0 0 0 ... 0 0
CMCM Result : Let A be companion matrix of a monic polynomial f ( x ) then characteristic and
minimal polynomials of A are f ( x ) itself.
Exercise 9.7
1. Find the characteristic polynomial, minimal polynomial and determinant of the following
2 5 0 0 0 4 1 0 0 0 3 2 0 0 0
0 2 0 0 0 1 2 0 0 0 1 4 0 0 0
matrices (i) A 0 0 4 2 0 (ii) B 0 0 3 1 0 (iii) C 0 0 3 1 0
0 0 3 5 0 0 0 0 3 1 0 0 1 3 0
0 0 0 0 7 0 0 0 0 3 0 0 0 0 4
2 1 3 4
2 2 1 0 A B
2. If M then show that M A D B C .
6 6 1 2 C D
0 0 0 1
3. Find a matrix A whose minimal polynomial is :
(i) x 3 5 x 2 6 x 8 (ii) x 4 5 x 3 2 x 2 7 x 4
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 9 Eigen values and eigen vectors 285
Answers
1. (i) c( x) ( x 2)3 ( x 7)2 , m( x) ( x 2)2 ( x 7)
0 0 0 4
0 0 8 1 0 0 7
3. (i) 1 0 6 (ii)
0 1 0 2
0 1 5
0 0 1 5
---------------------------------------------------------------------------------------------------------------------------
9.8 Jordan Canonical Forms
1
1
Def. Basic Jordan Block : Bn ( ) . .
. 1
i.e (eigen value) on diagonal entries, 1’s on super-diagonal and 0’s elsewhere.
Bn1
Bn2
Def. Jordan Block : J n ( ) . . , where n n n ...... n .
1 2 k
.
Bnk
J n1
J n2
Def. Jordan Canonical form : J n . . , where n n n ...... n .
1 2 k
.
J nk
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
286 Linear Algebra
II III
Remark : Matrix c x , m x , Blocks and their sizes J.C.F.
Some results :
1. Diagonal matrices are the most beautiful matrices of this world.
2. Jordan canonical form of a matrix is always an upper triangular matrix.
3. Jordan canonical forms are not the diagonal matrices but they are very close to the diagonal
matrices. In a Jordan Canonical Form, all non diagonal elements are 0 except some or all 1’s on
the super diagonal.
4. If a matrix is diagonalizable, then its Jordan canonical form is a diagonal matrix.
5. Every matrix is not diagonalizable over but every matrix has a Jordan canonical form over .
In other words, we can say that every matrix is triangularizable over .
Jordan Canonical forms of nilpotent Matrices :
Result 1 : 0 is the only eigen value of a nilpotent matrix.
Result 2 :Let A be a n n nilpotent matrix with index of nilpotency k, then
c( x ) x n and m( x) x k .
Result 3 : Let A be a nilpotent matrix, then the number of basic Jordan blocks is equal to the nullity
of A.
OR
For a n n nilpotent matrix with index of nilpotency ‘k’ and rank ‘r’ we have,
(i) c( x ) x n (ii) m( x) x k
(iii) Decomposition for the basic Jordan blocks is
n k k1 k 2 ...... k m where k k1 k2 ...... k m 1 and m 1 n r
Result 4 : Let A and B are any two n n matrices. If AB is nilpotent then BA is also nilpotent.
Result 5 : Let A and B are any two n n nilpotent matrices such that AB=BA then A+B and AB are
also nilpotent.
Exercise 9.8
1. Construct the following basic Jordan blocks :
(i) B4 1 (ii) B4 1 (iii) B4 0 (iv) B3 1
2. Determine all the possible Jordan canonical forms with the following data :
3 2 2 4 2 3 2
(i) c x x 7 x 1 ; m x x 7 x 1 (ii) c x x 1 x 1 ; m x x 1 x 1
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 9 Eigen values and eigen vectors 287
4 3 3 2 5 4 3 2
(iii) c x x 2 x 3 ; m x x 2 x 3 (iv) c x x 1 x 2 ; m x x 1 x 2
2i 1 2i 0 1 1 1 2i 4 2i
(iv) D (v) E (vi) F
1 2i 3i 1 0 5 2 4i 2 i
0 2 0 0
0 5 4
1 0 0 0 1
(vii) G (viii) H 21 (ix) J
0 3 0 0 5 1 0
4
0 4 0 0
4. Find the Jordan canonical forms for the following nilpotent matrices :
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
Answers
1 1 0 0 1 1 0 0 0 1 0 0
0 1 1 0 0 1 1 0 0 0 1 0
1. (i) (ii) (iii)
0 0 1 1 0 0 1 1 0 0 0 1
0 0 0 1 0 0 0 1 0 0 0 0
1 1 0 1 1 0 0 1 0
(iv) 0 1 1 (v) 0 1 1 (vi) 0 0 1
0 0 1 0 0 1 0 0 0
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
288 Linear Algebra
1 1 1 1 0 1
(vii) (viii) (ix)
0 1 0 1 0 0
(x) 1 (xi) 1 (xii) 0
2 1 0 0 0 0 0
1 1 0 0 0 0 0 2 1 0
7 1 0 0 0 0 0 0 0
1 1 0 0 0
0 7 0 0 0 0 0 2 0 0 0 0
0 0 1 0 0 0
2. (i) 0 0 7 0 0 (ii) (iii) 0 0 0 2 0 0 0
0 1 0 0 0 0 1 0 0
0 0 0 0 0
0 0
0 0 0 0 1 1
3 1
0 0 0 0 1 0 0 0 0 0 3 0
0 0 0 0 0 1 0 0 0 0
0 0 3
1 1 0 0 0 0 0 0
0
1 1 0 0 0 0 0 0
0
0 1 1 0 0 0 0
0 0 1 1 0
0 0 0 0
0 0
0 0 1 0 0 0 0
0 0 0 1 0
0 0 0 0
0 0
0 0 0 1 1 0 0 0 0 0 0 0 1 1 0 0 0 0
(iv) 0 0 0 0 1 0 0 0 0 OR 0 0 0 0 1 0 0 0 0 OR
0 0 0 0 0 2 1 0 0 0 0 0 0 0 2 1 0 0
0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 2 0 0
0 0 0 0 0 0 0 2 1 0 0 0 0 0 0 0 2 0
0 0 0 0 0
0 0 0 2 0 0 0 0 0 0 0 0 2
1 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0
0 1 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0
0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0
0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0
0 0 0 0 1 0 0 0 0 OR 0 0 0 0 1 0 0 0 0
0 0 0 0 0 2 1 0 0 0 0 0 0 0 2 1 0 0
0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 2 0 0
0 0 0 0 0 0 0 2 1 0 0 0 0 0 0 0 2 0
0 0 0 0
0 0 0 0 2 0 0 0 0 0 0 0 0 2
6 0 0 0 0 0 3 53
0
3. (i) 0 1 7 0 (ii) 0 i 14 0 (iii) 2
0 3 53
0 1 7 0
0 i 14 0
2
3 5 1 i 0
2 i 0
(iv) (v)
0
3 5 1 i 0 i
2
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 9 Eigen values and eigen vectors 289
0
(vi) 1 , where 1
i 3 398 294i and i 3 398 294i
2
0 2 10 10
0 0 0 0
0 0 0 0 2 0 1 0
(vii) (viii) (ix)
0 0 0 0 0 2 0 1
0 0 0 1
0 1 0 0 0
0 0 1 0 0 0 1 0 0
0 1 0 0 0
0 1 0 0 0 0 0
4. (i) 0 0 0 1 0 (ii) (iii)
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 0 0 1 0 0 1 0
(iv) 0 0 1 (v) 0 0 0 (vi) 0 0 0
0 0 0 0 0 0 0 0 0
0 1 0 0 1 0
(vii) 0 0 1 (viii) 0 0 0
0 0 0 0 0 0
---------------------------------------------------------------------------------------------------------------------------
9.9 Permutation Matrix
Def. Permutation matrix : Let I n denotes the n n identity matrix and let us denote its columns by
1 0 0
0 1 0
C1 , C2 ,...., Cn i.e, C1 ,C ,......, Cn and then we decide to write the identity matrix. I n
2
0 0 1
as I n C1 C 2 ... C n . Now let S n denote the symmetric group over n symbols 1, 2,...., n and
suppose Sn be any permutation, then the permutation matrix with respect to the permutation is
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
290 Linear Algebra
Example 1. Construct the permutation matrices with respect to the following permutations :
(i) 1 2 4 3 5 S 5 (ii) n 1 2 5 2 4 S 6
0 0 0 1 0
1 0 0 0 0
Solution : (i) P C 1 , C 2 , C 3 , C 4 , C 5 C 2 , C4 , C5 , C1 , C3 0 0 0 0 1
0 1 0 0 0
0 0 1 0 0
0 0 0 00 1
1 0 0 0
0 0
0 0 0 01 0
(ii) P C 1 , C 2 , C 3 , C 4 , C 5 , C 6 C2 , C5 , C4 , C3 , C1 , C6
0 0 1 00 0
0 1 0 0 0 0
0 0 0 0 0 1
Example 2. Find the permutation corresponding to the following permutation matrices :
0 1 0 0 0 0 0 0 0 0 1 0
0 0 0 0
0 0 0 0 0 0
0 1
0 0 0 1 0 0 0 0 0 1 0 0
(i) A (ii) B
1 0 0 0 0 0 1 0 0 0 0 0
0 0 0 0 1 0 0 1 0 0 0 0
0 0 0 1 0 0 0 0 1 0 0 0
1 2 3 4 5 6
Solution : (i) A C 4 , C1 , C 2 , C6 , C5 , C3 1 4 6 3 2 5
4 1 2 6 5 3
A P where 1 4 6 3 2 S 6
1 2 3 4 5 6
(ii) B C4 , C5 , C6 , C1, C2 , C3 1 4 2 5 3 6 S6
4 5 6 1 2 3
Results :
1. A matrix is a permutation matrix if and only if each row and column contains exactly one 1 and all
other elements are zero.
2. Every permutation matrix is an orthogonal matrix but converse is not true.
3. Product of two permutation matrices is again a permutation matrix. Further if , S n then
P P P .
1 T
4. P 1 P P for any Sn .
k
5. If Sn and k is any positive integer then P k P .
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 9 Eigen values and eigen vectors 291
r k
6. Let Sn and o r then P I n and P I n for 1 k r .
1 , if is even
7. det P signature of
1 , if is odd
8. Rank of a n n permutation matrix is always n.
9. Trace of P number of fixed elements in .
10. For any positive integer n, there are n permutation in Sn and hence there are n permutation
matrices of size n n .
11. Let Gn P : S n then Gn is a group with respect to matrix multiplication and Gn S n .
1 0 0 1
e.g. G2 , S 2 and G3 P I , P 12 , P 13 , P 23 , P 123 , P 132
0 1 1 0
1 0 0 0 1 0 0 0 1 1 0 0 0 0 1 0 1 0
0 1 0 , 1 0 0 , 0 1 0 , 0 0 1 , 1 0 0 , 0 0 1 S3
0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 1 0 0
12. We know that every permutation can be expressed as product of disjoint cycles. Now let Sn
and suppose 1 2 k where i ’s are disjoint cycles. Also suppose that length of i li
for 1 i k , then
c x xl1 1 xl2 1 .... xlk 1
(iv) If 1 is an eigen value of P then its algebraic multiplicity is equal to the number of
even li ’s.
(v) mth primitive root of unity is an eigen value of P if and only if atleast one li is a multiple
of m.
(vi) If mth primitive root of unity is an eigen value of P then its algebraic multiplicity is equal
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
292 Linear Algebra
polynomial of P is m x x 1 x 2 ...... x k .
Exercise 9.9
0 0 0 0
1 0 0 0 0 0 1 0
0 0 0 0
0 1 0 0 0 0 0 1
0 0 0 0
1 0 0 0 0 1 0 0
3. C 4. D
0 0 1 0
0 0 1 0 0 0 0 0
0 1 0 0 0 0 0 1 0 0 0 0
1 0 0 0 0 0 0 0 1 0 0 0
0 1 0 0 0 0 0
0 0 1 0 0 0 0
0 0 1 0 0
0 0 0 1 0 0 0 0 0 0 1 0
5. E 0 0 0 0 1 0 0 6. F 0 0 0 0 1
0
0 0 0 0 1 0 1 0 0 0 0
0 0 0 0 0 0 1 0 1 0 0 0
1 0 0 0 0 0 0
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 9 Eigen values and eigen vectors 293
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
294 Linear Algebra
47. If A is a 10 10 matrix whose entries are all 59. A diagonalizable n n matrix must have n
real numbers, then at least one eigenvalue distinct eigenvalues.
of A is real.
60. There exists a 4 4 matrix A such that the
48. If the equation Ax x has a solution,
then nothing more is required in concluding
set of matrices A3 , A4 , A5 , A6 , A7 is
that is an eigenvalue of A. linearly independent.
a b Assignment
50. If has one eigenvalue, then it is
c d ---------------------- S C Q ------------------------
(a d ) .
2
1. Let T be a linear operator on a finite
51. The exact condition on a, b, c, d in order dimensional space V and c is any scalar,
a b then c is characteristic value of T if
that has only one eigenvalue is
c d 1. the operator (T cI ) is singular
1
(a d )2 bc 0 .
4 2. the operator (T cI ) is non-singular
3. the operator (T cI ) is identity
52. The eigenvalues of a matrix that is real and
symmetric are always real. 4. the operator (T cI ) is zero
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
296 Linear Algebra
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 9 Eigen values and eigen vectors 297
basis 2. T is invertible
3. there exist a trivial subspace of P1 () 3. T is nilpotent
dim V n and T has n distinct eigen minimum polynomial m(t ) (t 8)3 (t 1)2 .
values, then Then,
1. T must be invertible 1. the geometrical multiplicity of 1 is less
2. T must be diagonalizable than that of 8
3. T must be invertible as well as 2. the geometrical mulplicity of 1 is
diagonalizable greater than that of 8
4. T is not diagonalizable 3. the geometrical multiplicity of 1 is
equal to that of 8
12. Let V be the vector space and let T be2
4. T has 7 LI eigen vectors
the linear transformation on V defined by
T ( x, y ) ( x y , y ). Then, the characteristic 16. If T be a linear operator on a vector space
polynomial of T is V such that T 2 T I 0, then
1. 1 3x x 2 2. 2 2x 1. T is one-one but may not be onto
2 2
3. 1 2x x 4. 1 x 2. T is onto but may not be one-one
3. T is invertible
13. Suppose that the minimal polynomial of a 4. no such T exists
linear map T : 5 5 is x 2 ( x 3 1) .
Then, 17. If 3 3 real skew symmetric matrix has an
1. T is diagonalizable
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
298 Linear Algebra
20. Let T : 3 3 be defined by 24. All the eigen value of the matrix
T x, y , z x y z , x y, x z and 1 2 0
2 1 0 lie in the disc
M be its matrix with respect to the standard
0 0 1
ordered basis. The matrix M is similar to a
1. 1 1 2. 1 1
matrix which is
1. unitary 3. 1 0 4. 1 2
2. hermitian
3. skew hermitian 25. A matrix M has eigen value 1 and 4 with
4. having trace 0 corresponding eigen vectors (1, 1)T and
(GATE 2006)
(2,1)T , respectively. Then, M is
4 8 9 8
21. Let V be vector space of real polynomials 1. 2.
5 9 5 4
of degree atmost 2. Define a linear operator
i 2 2 3 2
3. 4.
T : V V by T x x , i 0,1, 2 . The
i j
1 3 1 2
j0
2. A is diagonalizable, if B is diagonalizable 1 3 3
3. A B is singular 30. Let A 3 5 3 , if P is modal matrix
4. A and B is commute 6 6 4
for A then P 1 AP is
27. Let A be an n n matrix which is both 2 0 0 4 0 0
Hermitian and unitary. Then, 1. 0 2 0 2. 0 4 0
1. A2 I 0 0 4 0 0 2
2. A is real 4 0 0 2 0 6
3. the eigen value of A are 0,1,1 3. 0 2 0 4. 0 2 0
4. the characteristic and minimal 0 0 2 0 0 4
1 1 4 1 1
29. If A , then the modal matrix P is A 2 5 2 is
2 1
1 1 2
1 1 1 1
1. 2. 1. 1 2. 2
1 i 1 i 1 i 1 i
3. 3 4. None of these
1 1 1 1
3. 4.
1 i 1 i 1 i 1 i
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
300 Linear Algebra
33. The characteristic polynomial of the 3 3 4. M 1 M I
0 0 c
real matrix A 1 0 b is a 2 ab ac
0 1 a
37. Consider the matrix M ab b 2 bc ,
1. 3 a 2 b c ac bc c 2
2. ( a )( b)( c ) where a,b and c are non-zero real numbers.
Then, the matrix has
3. ( 1)( abc)2
2
1. three non-zero real eigen values
4. 1 ( abc)
2. complex eigen values
3. two non-zero eigen values
3 7 4. only one non-zero eigen value
34. If the characteristic roots of are 1
2 5
and 2 , the characteristic roots of 1 1 i 2i 9
1 i 3 4 7 i
5 7 38. Let M , then
2 3 are 2i 4 5 i
9 7 i i 7
1. 1 2 , 1 2
1. M has purely imaginary eigen values
1 1
2. and 2. M has only real eigen values
1 2
3. M is not diagonalizable
3. 21 and 22
4. M has eigen values which are neither
4. 1 2 and 1 2 real nor purely imaginary
1. A2 A 5I 2. A2 A 5 I 2. multiplicity of 0 is 1
3. A2 A I 4. A2 3 A 5 I 3. multiplicity of 0 is n
4. multiplicity of 0 is 0
41. The eigen values of the matrix 45. How many of the following have an eigen
4 2 1 0 0 1 1 0
2 1 are value 1? and
0 0 0 0 1 1
1. 1,4 1. one 2. two 3. three 4. four
2. 1,2
3. 0,5 2 2 3
4. cannot be determined 46. For the matrix A 2 1 6 one of
1 2 0
42. Which one of the following is an eigen the eigen value is 3 .The other two eigen
5 0 0 0 values are
0 5 5 0 1. 2,5 2. 3,5
vector of the matrix
0 0 2 1 3. 2,5 4. 3,5
0 0 3 1
1 1 0
44. An eigen vector of A 0 2 2 is 2 3
48. Consider the following matrix A .
0 0 3 x y
1. [1 1 1]T 2. [1 2 1]T If the eigen values of A are 4 and 8, then
T T 1. x = 4, y = 10 2. x = 5, y = 8
3. 1 1 2 4. 2 1 1
3. x = 3, y = 9 4. x = 4,y =10
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
302 Linear Algebra
49. The eigen values of the matrix 2.
3
x x
3
1 3 5 3. ( x )( x )( x ) for some ,
3 1 6 are
0 0 3 4. ( x )2 ( x ) or ( x )( x )2
1. 3,3 5i,6 i
54. The characteristic polynomial of 3 3
2. 6 5i,3 i,3 i
matrix A is I A 3 3 2 4 3 .Let
3. 3 i,3 i,5 i
4. 3, 1 3i, 1 3i x trace( A) and y A , the determinant
of A. Then,
51. The characteristic equation of a 3 3 matrix 55. Let A be a real 4 4 matrix with
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 9 Eigen values and eigen vectors 303
1 2 6 5
2 4 12 10 4. 2n for some integer n
4
is
1 3 2 5
3 2 1 4 61. Let A [aij ] be an n n matrix with real
1. 0 2. 1 3. trace A 4. 2 entries such that the sum of all the entries
58. The minimal polynomial of the 3 3 real in each row is zero. Consider the following
a 0 0 statements.
matrix 0 a 0 is I. A is non-singular.
0 0 b
II. A is singular.
1. ( x a )( x b) III. 0 is an eigen value of A.
2. ( x a )2 ( x b) Which of the following is correct?
cos sin
63. If A is symmetric matrix 1 , 2 ,..., n be the
60. Let A be such that A has
sin cos
eigen values of A and a11 , a22 ,..., ann is the
real eigen values, then
diagonal entries of A . Then, which of the
1. n for some integer n
following is correct?
2. 2n for some integer n
2 1. a
ii i 2. a
ii i
3. there is no restriction on 3. a
ii i 4. a
ii i
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
304 Linear Algebra
3. x 2 nx 4. x 2 nx 1 0 1 0
3. 4.
0 1 0 1
65. The minimal polynomial m( ) of
2 8 0 0 0 0 0 2 3 4
0 2 0 0 0 0 0 69. Let A 0 5 6 , Then,
0 0 2 4 0 0 0 0 0 7
M 0 0 0 5 0 0 0 is 1. A is diagonalizable but not A2
0 0 0 0 0 3 0
2. A2 is diagonalizable but not A
0 0 0 0 0 0 0
0 0 0 0 0 0 5 3. Both A and A2 are diagonalizable
4. Neither A nor A2 is diagonalizable
1. 2 ( 2)2 ( 5)
2. ( 2)2 ( 5)
5 1
3. ( 2)( 5) 70. For the matrix A which of the
1 3
4. 2 ( 2)( 5) following is not correct?
1. A is non-singular
66. If the characteristic polynomial of A is 2. A is not diagonalizable
given by ( ) 3 2 2 28. Then, 3. (1,1) is an eigen vector
trace of A and determinant of A are, 4. It has an eigen space of dimension 2
respectively
1. 1 and 28 2. 1 and 28 71. Let A be a 2 2 real matrix of rank 1. If
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 9 Eigen values and eigen vectors 305
73. Consider the matrix 76. Let A be a matrix with complex entries. If
0 1 2 0 A is hermitian as well as unitary and is
1 0 1 0 an eigen value of A , then
A . Then,
2 1 0 2 1. can be any real number
0 0 2 0
2. =1 or 1
1. A has no real eigen value
3. can be any complex number of
2. all real eigen values of A are positive
absolute value 1
3. all real eigen values of A are negative
4. None of the above
4. A has both positive and negative real
eigen values
77. Let P and Q be square matrices such that
(GATE 2005)
PQ = I, the identity matrix. Then, zero is an
eigen value of
74. If A and B are two matrices such that AB
1. P but not Q 2. Q but not P
and BA both exist, then which is not
3. Both P and Q 4. Neither P nor Q
correct?
1. Eigen values of AB and BA are
same a b
78. Consider 2 2 matrix A . If
c d
2. AB BA
a d 1 ad bc, then A3 equals
3. Trace AB Trace BA
1. 0 2. I
4. Rank AB Rank BA
3. 3I 4. None of these
75. If A is 3 3 real matrix that satisfies 79. The eigen values of a 3 3 real matrix
A3 A, then A are 1,2 and 3. Then,
1. A is diagonalizable 1
1. A1 A2
2. A cannot be diagonalized 6
3. A is invertible 1
2. A1 (7 I A2 )
6
4. the characteristic polynomial of A is
1
different from its minimal polynomial 3. A1 (7 I A2 )
6
1
4. A1 (7 I A2 )
6
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
306 Linear Algebra
80. The minimal polynomial of a b 22
85. If A K , b 0, then A has
1 0 0 0 b a
1
1 0 0 eigen values if K is
is
0 0 2 0
1. 2.
0 0 0 2
3. 4. All of these
2 2
1. ( x 1) ( x 2) 2. ( x 1)( x 2)
0 a
82. Let A where 0 a . If B is
0 0 87. If a square matrix of order 10 has exactly 4
another 2 2 real matrix which commutes distinct eigen values, then the degree of its
with A , then the eigen values of B are minimal polynomial is
always 1. atleast 4 2. atmost 4
roots are 3, 2, 1. If B A2 A, then B is real matrix. Then, only possible eigen
values are
1. 24 2. 2 3. 12 4. 12
1. 1,1 2. i, i
3. 0 4. 1,i
84. If A is a real n n matrix satisfying
A3 A, then trace of A is always
89. For a 3 3 real matrix let C ( A) denote the
1. n
set of the real characteristic roots of A .
2. 0
Suppose, C ( B) C ( B 1 ) for a non singular
3. n
4. an integer in the set matrix B with no repeated eigen values.
2. I B 2 a1 1 a2 a3
B b1 b2 1 b3 is
3. 1 and 1 are the only possible real
c1 c2 c3 1
eigen values of B
4. 1 must be an eigen values of B 1. 2 2. 1 3. 3 4. 2
A adj( A) 1
2. P 1 (5 I 2 P P 2 )
3. 4. 6
1
a1 a2 a3 3. P 1 (5 I 2 P P 2 )
6
92. Let A b1 b2 b3 be an idempotent
c1 c2 1
c3 4. P 1 (5 I 2 P P 2 )
6
matrix with rank 2. Then, the rank of
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
308 Linear Algebra
95. Let U be a 3 3 complex hermitian matrix 99. Let A be a 3 3 matrix with eigen values
which is unitary. Then, the distinct eigen 1,1,0. Then, the determinant of I A100 is
values of U are 1. 6 2. 4 3. 9 4. 100
1. i 2. 1 i
3. 1 4.
1
(1 i ) 100.Let A nn be such that the sum of
2
entries of each row is equal to 0 and the
(GATE 2001)
rank of A is non zero. Then,
1. A is diagonalizable
96. A basis for the eigen space of the matrix
2. A is idempotent
1 0 3. A is singular
0 1 consist of
4. A is involuntary
1 0 1
1. 2. and
1 0 1 101.The roots of the
0 0 1 ax h g
3. 4. and
1 1 0 equation h bx f 0;
g f cx
97. If A and B are square matrices of same where a, b, c, f , g , h are real, are
order, then 1. all real
1. AB is invertible iff BA is invertible 2. only one real
2. AB and BA have same eigen vectors 3. cannot be determined
3. A and B have same eigen vectors, 4. of same sign
if AB BA
4. AB and BA have same eigen values iff 102.Let M be the real 5 5 matrix having all of
AB BA its entries equal to 1. Then,
1. M is not diagonalizable
98. If 1 , 2 ,..., n are eigen values of matrix 2. M is idempotent
A , then trace of A is 3. M is nilpotent
1. 12 ...n 4. the minimal polynomial and the charac-
1
3.
12 ...n 103.Let A be a non-zero upper triangular
matrix all of whose eigen values are 0.
4. 12 22 ... n2
Then, I A is
1. invertible 2. singular
3. idempotent 4. nilpotent
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 9 Eigen values and eigen vectors 309
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
310 Linear Algebra
111.For the matrix 1 1
1. 2. 3. 0 4. 1
3 2i 4 2i 2i
2
M 3 2i 5 6i (GATE 2010)
4 6i 3
which of the following statements are 115.The minimal polynomial associated with
correct? 0 0 3
P : M is skew hermitian and iM is hermitian the matrix 1 0 2 is
0 1 1
Q : M is hermitian and iM is skew
hermitian 1. x 3 x 2 2 x 3
R : eigen values of M are real 2. x 3 x 2 2 x 3
S : eigen values of iM are real 3. x 3 x 2 3x 3
1. P and R only 2. Q and R only 4. aii
3. P and S only 4. Q and S only
(GATE 2009)
(GATE 2012)
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 9 Eigen values and eigen vectors 311
1 1 0 1 1 0
121.Let A, B be n n matrices. Which of the
1. 0 2 0 2. 0 2 1
0 0 1 0 0 3 following equals trace ( A2 B 2 ) ?
1. (trace ( AB ))2
1 1 0 1 0 1
3. 0 1 0 4. 0 2 0 2. trace ( AB 2 A)
0 0 2 0 0 3
3. trace (( AB ) 2 )
(CSIR NET Dec 2014) 4. trace (BABA)
(CSIR NET June 2015)
119.Let A be an n n matrix with real entries.
Which of the following is correct? 122.If A is a 5 5 real matrix with trace 15 and
2
1. If A 0, then A is diagonalizable if 2 and 3 are eigenvalues of A, each with
over complex numbers. algebraic multiplicity 2, then the
2. If A2 I , then A is diagonalizable determinant of A is equal to
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
312 Linear Algebra
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 9 Eigen values and eigen vectors 313
3. n2 4. atmost 2n 4. is an eigenvalue of A.
(CSIR NET June 2012) (CSIR NET Dec 2013)
13. Let A M 10 , the vector space of 16. Let A be a 4 4 matrix over such that
rank(A)=2 and A3 A2 0. Suppose that A
10 10 matrices with entries in . Let WA
is not diagonalizable. Then
be the subspace of M 10 spanned
1. One of the Jordan blocks of the
by A | n 0 . Choose the correct
n
0 1
Jordan canonical form of A is .
statements. 0 0
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 9 Eigen values and eigen vectors 317
1. +1 2. 1 3. +i 4. i q ( a ) q (b ) q (c )
matrix q( A) 0
q( a ) q( d ) .
(CSIR NET Dec 2014) 0 0 q(a )
0 0 0
3. At A1
contains
4. A is similar to a diagonal matrix over
1. a nilpotent matrix.
2. a matrix of rank one.
(CSIR NET Dec 2014)
3. a matrix of rank two.
4. a non-zero skew-symmetric matrix.
a b c (CSIR NET June 2015)
20. Let A 0 a d be a 3 3 matrix
0 0 a
22. An n n complex matrix A satisfies
where a, b, c, d are integers. Then, we must
Ak I n , the n n identity matrix, where k is
have :
a positive integer 1 . Suppose 1 is not an
1. If a 0 , there is a polynomial
eigenvalue of A. Then which of the
p [ x] such that p ( A) is the inverse
following statements are necessarily true ?
of A.
1. A is diagonalizable.
2. For each polynomial q x , the
2. A A2 ..... Ak 1 0 , the n n
zero matrix.
3. tr( A) tr( A2 ) ..... tr( Ak 1 ) n
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
318 Linear Algebra
23. Let u be a real n 1 vector satisfying same. (CSIR NET Dec 2015)
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 9 Eigen values and eigen vectors 319
T
v, w n , Aw Av 0 . 1 1
31. Let A and let n and n denote
1 0
3. Every eigenvalue of AT A is a non-
the two eigenvalues of An such that
negative real number. n n . Then
4. I AT A is invertible. 1. n as n
(CSIR NET June 2016) 2. n 0 as n
3. n is positive if n is even.
4. n is negative if n is odd.
29. Let a1 ,...., an and b1 ,...., bn be two bases
(CSIR NET Dec 2016)
of n . Let P be an n n matrix with real 32. If P and Q are invertible matrices such that
PQ QP , then we can conclude that
entries such that Pai bi i 1, 2,..., n . 1. Tr ( P) Tr (Q ) 0
Suppose that every eigenvalue of P is 2. Tr ( P) Tr (Q ) 1
3. Tr ( P) Tr (Q)
either-1 or 1. Let Q I 2 P . Then which
4. Tr ( P) Tr (Q)
of the following statements are true ? (CSIR NET Dec 2016)
1. a 2b i 1, 2,..., n is also a basis of
i i
33. Let n be an odd number 7 . Let A aij
. n
be an n n matrix with ai , i 1 1 for all
2. Q is invertible. i 1, 2,..., n 1 and an,1 1. Let aij 0 for
3. Every eigenvalue of Q is either 3 or –1. all the other pairs (i, j ) . Then we can
conclude that
4. det Q 0 if det P 0 .
1. A has 1 as an eigenvalue.
(CSIR NET June 2016) 2. A has –1 as an eigenvalue.
3. A has at least one eigenvalue with
multiplicity 2 .
30. Let T be a n n matrix with the property 4. A has no real eigenvalues.
(CSIR NET Dec 2016)
T n 0 . Which of the following is/are
true ? 34. Let A be a real symmetric matrix. Then we
can conclude that
1. T has n distinct eigenvalues. 1. A does not have 0 as an eigenvalue
2. T has one eigenvalue of multiplicity n. 2. All eigenvalues of A are real
3. If A1 exists, then A1 is real and
3. 0 is an eigenvalue of T.
symmetric
4. T is similar to a diagonal matrix. 4. A has at least one positive eigenvalue
(CSIR NET Dec 2016)
(CSIR NET June 2016)
35. Consider a matrix A [aij ]nn with integer
entries such that aij 0 for i j and aii =1
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
320 Linear Algebra
for i 1,..., n. Which of the following 39. For any n n matrix B, let
property must be true?
1. A1 exists and it has integer entries.
N B X n : BX 0 be the null
space of B. Let A be a 4 4 matrix with
2. A1 exists and it has some entries that
not integers. dim N A 2 I 2, dim N A 4 I 1
3. A1 is a polynomial function of A with and rank A 3 . Then
rational coefficients. 1. 0, 2 and 4 are eigenvalues of A
4. A1 is not a power of A unless A is the 2. determinant A 0
identity matrix.
3. A is not diagonalizable
(CSIR NET Dec 2011)
4. trace A 8
36. Let A be a non zero linear transformation (CSIR NET June 2017)
on a real vector space V of dimension n.
Let the subspace V0 V be the image of V 40. Which of the following 3 3 matrices are
under A. Let k dim V0 n and suppose diagonalizable over ?
1 2 3 0 1 0
that for some , A2 A . Then
1. 1 1. 0 4 5 2. 1 0 0
2. det A
n 0 0 6 0 0 1
3. is the only eigenvalue of A. 1 2 3 0 1 2
4. There is a nontrivial subspace V1 V 3. 2 1 4 4. 0 0 1
such that Ax 0 for all x V1 3 4 1 0 0 0
(CSIR NET June 2012) (CSIR NET June 2017)
41. Consider the matrix
37. Let V be the vector space of polynomials of 1 x 2 7 11
degree at most 3 in a variable x with
coefficients in . Let T d / dx be the A x 3x 2x 4 ; x .
linear transformation of V to itself given by 8x 17 13
differentiation. Which of the following are
Then
correct ?
1. T is invertible 1. A x has eigenvalue 0 for some x
2. 0 is an eigenvalue of T 2. 0 is not an eigenvalue of A x for any
3. There is a basis with respect to which x
the matrix of T is nilpotent.
4. The matrix of T with respect to the basis 3. A x has eigenvalue 0 for all x
4. A x is invertible for every x
1,1 x,1 x x 2 ,1 x x 2 x3 is
(CSIR NET June 2017)
diagonal
(CSIR NET June 2017)
42. Let A be an m n matrix of rank m with
n m . If for some non-zero real number
38. Let A be an n n real matrix with A2 A . , we have x t AAt x xt x, for all x m
Then
1. the eigenvalues of A are either 0 or 1 then At A has
2. A is a diagonal matrix with diagonal 1. exactly two distinct eigenvalues
entries 0 or 1 2. 0 as an eigenvalue with multiplicity
3. rank A trace A nm
3. as a non-zero eigenvalue
4. rank I A trace I A 4. exactly two non-zero distinct
(CSIR NET June 2017) eigenvalues
(CSIR NET Dec 2017)
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 9 Eigen values and eigen vectors 321
2n 3 0 0 0 0 0
4. T I 0 0
3 0 0 0 0
(CSIR NET June 2018) 0 0 2 1 0 0
1.
46. Let A M 3 be such that A8 I 33 . 0 0 0 2 1 0
0 0 0 0 2 1
Then
0 0 0 0 0 2
1. minimal polynomial of A can only be of
degree 2
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
322 Linear Algebra
3 0 0 0 0 0 3. Characteristic polynomial of A2 is
0
3 0 0 0 0 3
X 1
0 0 2 1 0 0
2. 4. If A has exactly two Jordan blocks, then
0 0 0 2 0 0
0 0 0 0 2 0 2
A 1 is diagonalizable
0 0 0 0 0 2
(CSIR NET Dec 2018)
3 0 0 0 0 0
51. Let P3 be the vector space of polynomials
0
3 0 0 0 0
0 0 2 1 0 0 with real coefficients and of degree at most
3.
0 0 0 2 0 0 3. Consider the linear map T : P3 P3
0 0 0 0 2 1
defined by T p x p x 1 p x 1 .
0 0 0 0 0 2
Which of the following properties does
3 1 0 0 0 0
0 matrix of T (with respect to the standard
3 0 0 0 0
0 0 2 1 0 0 basis B 1, x, x 2 , x3 of P3 satisfy ?
4.
0 0 0 2 0 0 1. det T 0
0 0 0 0 2 1
T 2I
4 3
0 but T 2 I 0
0 0 0 0 0 2 2.
3 2
(CSIR NET June 2018) 3. T 2I 0 but T 2 I 0
49. Consider the linear transformation 4. 2 is an eigenvalue with multiplicity 4
T : defined by
7 7
(CSIR NET Dec 2018)
T x1 , x2 ,...., x6 , x7 x7 , x6 ,....., x2 , x1 . 52. Let M be an n n Hermitian matrix of
3. T 7 I 1. rank M uu k 1
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
324 Linear Algebra
SCQ 137. 1
1. 1 2. 2 3. 4 4. 4
5. 4 6. 1 7. 1 8. 1 MCQ
37. 4 38. 2 39. 1 40. 2 22. 1,3,4 23. 3,4 24. 3,4
41. 3 42. 1 43. 2 44. 2 25. 1,3,4 26. 1,3 27. 1,2
45. 1 46. 2 47. 2 48. 4 28. 3,4 29. 1,2,3,4 30. 2,3
61. 3 62. 4 63. 2 64. 4 43. 2,3 44. 3,4 45. 3,4
73. 4 74. 4 75. 1 76. 2 52. 1,4 53. 1,4 54. 2,3
Def. Real Quadratic Form : A quadratic form is said to be real if its matrix A is over the
real field and the column vector X is in the vector space n .
Note : We shall confine our study to real quadratic forms only. Therefore , unless otherwise
stated , a quadratic form will be understood to be a real quadratic form.
Method : To write the matrix of a quadratic form.
Input : A quadratic form q(X) is given.
Output : Symmetric matrix of q(X).
Working Steps : The matrix of the quadratic form is given by
326 Linear Algebra
1 1
coeff of x1
2
coeff of x1x2 coeff of x1xn
2 2
1 coeff of x x coeff of x22
1
coeff of x2 xn
2 1
A = 2 2
1 1
coeff of xn x1 coeff of xn x2 2
coeff of xn
2 2
Method : To find a quadratic form when its matrix is given .
Input : Matrix of a quadratic form A = aij is given.
nn
x1
x
Working Steps : (i) Take X = 2
xn
(ii) Compute XAX and we get the required quadratic form.
Exercise 10.1
1. Which of the following are quadratic forms :
(i) x 2 y 2 x y y z 4 y (ii) x12 2 x1 x2 x32 4 x1 x2 x3
(vii) 2 x 2 4 y 2 3z 2 2 xy (viii) x1 x2 x2 x3 x3 x1
3. Write the quadratic forms corresponding to following symmetric matrices :
1 2 4 2 5 3
1 4
(i) (ii) 2 3 5 (iii) 5 0 4
4 2 4 5 7 3 4 1
1 3 4 1 0 5 2
a 0 0 0
7 2 0 1
(iv) 3 1 (v) 0 b 0 (vi)
2 5 0 3 2
0 0 c
7 2 1 2 4
4 1
2
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 10 Quadratic forms 327
Answers
1. (i) No (ii) No (iii) yes (iv) No (v) Yes (vi) Yes
1
1 1 2 1 1 0 0 0 2
1
1
1 1 0 0 1 3 a h
2. (i) 1 2 (ii) (iii) 0 (iv)
2 0 0 1 1 2 2 h b
1 3
2 1 0 0 1 1 1 0
2 2
1 1
0 2 2
a h g 1 0 3 2 1 0
1 1
(v) h b f (vi) 0 2 2
(vii) 1 4 0 (viii) 0
2 2
g f c 3 2 3 0 0 3 1 1
0
2 2
3. (i) x12 8 x1 x2 2 x22 (ii) x12 3 x22 7 x32 4 x1 x2 8 x1 x3 10 x2 x3
---------------------------------------------------------------------------------------------------------------------------
10.2 Diagonalization
Def. Discriminant of a quadratic form : The discriminant of a quadratic form is defined to be the
determinant of its matrix i.e. for q(X)= XA X , the discriminant of q(X) is det (A).
Def. Rank of a quadratic form : Rank of a quadratic form is defined to be the rank of its matrix.
Def. Singular and non – singular quadratic forms : A quadratic form is said to be singular if
its discriminant is zero ; otherwise it is called non – singular.
Def. Let q(X) = XAX be any quadratic form. A substitution X = BY in it is called a linear
transformation of the quadratic form. Further , if B is singular then the linear transformation X = BY
is called singular and if B is non – singular then it is called non-singular.
Result 1 : A quadratic form remains a quadratic form when subjected to a linear transformation.
Result 2 : The rank of a quadratic form is invariant under a non-singular linear transformation.
Def. Diagonal quadratic form : A quadratic form q(X) = XA X is called diagonal if matrix A is of
D O
the type r where Dr is a diagonal matrix of order r.
O O
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
328 Linear Algebra
OR
A quadratic form q in the variables x1 , x2 ,.........., xn is called canonical or diagonal if it is
Def. Diagonalization : The process of transforming a quadratic form into a diagonal form is called
diagonalization.
There are many methods to diagonalize a quadratic form. Among them we shall discuss two methods.
Result 3 : Every real quadratic form of rank r can be reduced to the form d1 y12 d 2 y22 ... d r yr2 , di 0
(vi) Repeat the above process on a22 , a33 .... so on untill A is diagonalized. Then augmented matrix
[A : I] is transformed to a matrix, say, [D : P ], matrix A is congruent to D.
(vii) The equations of transformation are X = PY and diagonal form of given quadratic form is
d11 y12 d 22 y22 ........... d nn yn2 .
Def. Rank , Index and Signature of a quadratic form : The number of non – zero terms in
the diagonal form of a quadratic form is called its rank and is denoted by r.
The number of positive terms in the diagonal form of a quadratic form is called its index and
is denoted by p.
The number 2p – r is called signature of a quadratic form and is denoted by s.
Example 1 : Reduce to diagonal form and find the rank , index and signature of the
following quadratic forms : x 2 y 2 4 z 2 9t 2 2 xy 4 yz 6 yt 6tx 12tz .
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 10 Quadratic forms 329
1 1 0 3
1 1 2 3
Solution : The matrix of the given quadratic form is A =
0 2 4 6
3 3 6 9
1 1 0 3 1 0 0 0
1 1 2 3 0 1 0 0
Consider the augmented matrix [A : I] =
0 2 4 6 0 0 1 0
3 3 6 9 0 0 0 1
1 1 0 3 1 0 0 0
0 0 2 0 1 1 0 0
Operating R 2 R 2 R1 , R 4 R 4 3R1 , we get ~
0 2 4 6 0 0 1 0
0 0 6 18 3 0 0 1
1 0 0 0 1 0 0 0
0 0 2 0 1 1 0 0
Operating C 2 C 2 C1 , C 4 C 4 3C1 , we get ~
0 2 4 6 0 0 1 0
0 0 6 18 3 0 0 1
1 0 0 0 1 0 0 0
0 4 2 6 0 0 1 0
Operating R 2 R 3 , C 2 C3 , we get ~
0 2 0 0 1 1 0 0
0 6 0 18 3 0 0 1
1 0 0 0 1 0 0 0
1
1 1 0 1 1 3 0 0 0
Operating R 2 R 2 , C 2 C 2 , we get ~ 2
2 2 0 1 0 0 1 1 0 0
0 3 0 18 3 0 0 1
1 0 0 0 1 0 0 0
1
0 1 1 3 0 0 0
2
Operating R 3 R 3 1R 2 , R 4 R 4 3R 2 , we get ~ 1
0 0 1 3 1 1 0
2
3
0 0 3 27 3 0 1
2
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
330 Linear Algebra
1 0 0 0 1 0 0 0
1
0 1 0 0 0 0 0
2
Operating C3 C3 1.C 2 , C4 C4 3C2 , we get ~ 1
0 0 1 3 1 1 0
2
3
0 0 3 27 3 0 1
2
1 0 0 0
0 1 0 0
1
0 1 0 0 0 0 0
2
R 4 R 4 (3)R 3 , C 4 C4 (3)C3 ,we get ~ =[D : P ]
1
0 0 1 0 1 1 0
2
0 0 0 18 0 3 0 1
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 10 Quadratic forms 331
1 1
Operating R 4 R 4 , C4 C 4 , we get
18 18
1 0 0 0 1 0 0 0
1
0 1 0 0 0 0 0
2
~ 1 = [D : P ]
0 0 1 0 1 1 0
2
1 1
0 0 0 1 0 0
2 18
Thus the canonical form of quadratic form is y12 y22 y32 y42 .
I O
to be in canonical form if matrix A is of the type A = r , where Ir denotes the
O O
identity matrix of order r. OR
A quadratic form q(X) in the variables {x1 , x2 ,..........., xn } is called in canonical form
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
332 Linear Algebra
1 0 0 0 1 0 0 0
1
0 1 0 0 0 0 0
2
[A : I] ~ 1
0 0 1 0 1 1 0
2
1 1
0 0 0 1 0 0
2 18
Operating R 3 i R 3 , C3 i C3 , R 4 i R 4 , C4 i C4 , we get
1 0 0 0 1 0 0 0
1
0 1 0 0 0 0 0
2
~ 1 = [D : P ]
0 0 1 0 i i i 0
2
1 1
0 0 0 1 0 i 0 i
2 18
Thus the canonical form of quadratic form is y12 y22 y32 y42 .
(ii) Collect the terms containing x1 in one bracket and take the coefficient of x12 common
(v) Give the name a1 y12 a2 y22 ....... ar yr2 to the last obtained expression , this is the
required diagonal form and the equations of transformation are given by values of
y1 , y2 ,....., yr in terms of x1 , x2 ,....., xn .
Example 4 : Apply Lagrange’s method to reduce the following to the diagonal form
2 x 2 2 y 2 3 z 2 4 yz 2 xy 4 zx .
= 2[ x 2 x( y 2 z )] 2 y 2 4 yz 3z 2
1 1
= 2[ x 2 x( y 2 z ) ( y 2 z ) 2 ] 2 y 2 4 yz 3 z 2 ( y 2 z ) 2
4 2
2
1 1
= 2 x ( y 2 z ) 2 y 2 4 yz 3z 2 ( y 2 4 z 2 4 yz )
2 2
2
1 3
= 2 x ( y 2 z ) y 2 2 yz z 2
2 2
2
1 3 4
= 2 x ( y 2 z ) y 2 yz z 2
2 2 3
2
1 3 4 4 2
= 2 x ( y 2 z ) y 2 yz z 2 z 2 z 2
2 2 3 9 3
2 2
1 3 2 1
= 2 x ( y 2z) y z z 2
2 2 3 3
3 2 1 2
= 2 y12 y2 y3
2 3
1 2
where y1 x y z , y2 y z , y3 z .
2 3
Exercise 10.2
1. Diagonalize the following quadratic forms and also find the rank , index and signature.
(i) x 2 2 y 2 7 z 2 4 xy 8 xz (ii) xy yz 2 xz
1 2 3
(iii) X ' 2 2 4 X
(iv) 2 x12 2 x22 3 x32 4 x2 x3 4 x1 x3 2 x1 x2
3 4 3
(v) x 2 2 y 2 3z 2 4 yz 6 zx
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
334 Linear Algebra
2. Reduce the following quadratic forms into canonical form and also find the equations of
transformations. Also find rank , index and signature.
(i) x12 3x22 5 x32 +4 x1 x2 4 x1 x3 10 x2 x3
1 2 3 1
2 4 6 2
(ii) X ' X (iii) 2 x12 2 x22 3 x32 4 x2 x3 4 x1 x3 2 x1 x2
3 6 9 3
1 2 3 1
3. Reduce the following quadratic forms into form d i yi2 and also find the equations of
transformations.
1 2 4
2 2 2
(i) 2 x 2 x 3 x 4 x2 x3 4 x1 x3 2 x1 x2 (ii) X ' 2 2 0 X
1 2 3
4 0 7
(iii) x1 x2 x1 x3 x1 x4 x2 x3 x3 x4
(i) (ii) . Also find the rank and index and write the matrix of transformation.
Answers
1. (i) y12 2 y22 9 y32 , rank = 3 index = 2 signature = 1.
1 2
(ii) y12 y2 2 y32 , rank = 3 index = 2 signature = 1.
4
14 2
(iii) y12 6 y22 y3 , rank = 3 index = 2 signature = 1.
3
3 2 1 2
(iv) 2 y12 y2 y3 , rank = 3 index = 3 signature = 3.
2 3
(v) y12 2 y22 4 y32 , rank = 3 index = 1 signature = 1.
1 1
Equations are x1 y1 2 y2 2 2 y3 , x2 y2 y3 , x3 y3
2 2
(ii) y12 y22 , rank = 2 , index = 1 , signature = 0.
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 10 Quadratic forms 335
y2 y
Equations are x1 y1 3 y3 y4 , x2 2 , x3 y3 , x4 y4
2 2
(iii) y12 y22 y32 , rank = 3 , index = 3 , signature = 3.
3 2 1 2 1 2 2
3. (i) 2 y12 y2 y3 , equations are x1 y1 y2 y3 , x2 y2 y3 , x3 y3
2 3 2 3 3
(ii) y12 2 y22 9 y32 , equations are x1 y1 2 y2 4 y3 , x2 y2 4 y3 , x3 y3
1 2 3 1 1 1 1
(iii) y12 y2 y32 y42 , equations are x1 y1 y2 y3 y4 , x2 y1 y2 y3 y4 ,
4 4 2 2 2 2
1
x3 y3 y4 , x4 y4
2
4. (i) y12 2 y22 9 y32 (ii) 2 y12 3 y22 4 y32
1 5 2 1
0 2 1 1
5. (i) y12 y22 y32 ; rank = 3 ; index = 2 ; 0 0 0 1
0 1 0 0
2
1 5 2i 1
0 2 i 1
(ii) y12 y22 y32 ; 0 0 0 1
0 1 0 0
2
----------------------------------------------------------------------------------------------------------
10.3 Definiteness of the quadratic forms
Def. Positive definite quadratic form : A real quadratic form q = XA X is called positive
definite if q is always positive for all non-zero real values of X and is zero only if X = 0.
A quadratic form q( x1 , x2 ,........, xn ) is positive definite if in its diagonal form (over reals)
all the variables x1 , x2 ,........, xn are present with positive coefficients i.e.
q = a1 x12 a2 x22 ..... an xn2 where a1 , a2 ,........, an are all positive real numbers.
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
336 Linear Algebra
Def. Negative definite quadratic form : A real quadratic form q = XA X is called negative
definite if q is always negative for all non-zero real values of X and is zero only when X = 0.
A quadratic form q( x1 , x2 ,......, xn ) is negative definite if in its diagonal form (over reals) all
q = a1 x12 a2 x22 ..... an xn2 where a1 , a2 ,........, an are all positive real numbers.
Further in this form we see that rank = n and index = 0 i.e. r = n and p = 0.
Remark : A real quadratic form q = XA X is called negative definite if q X 0 X 0
Def. Positive semi - definite quadratic form : A real quadratic form q = XA X is called
positive semi – definite if q is always 0 for all real values of X .
A quadratic form q( x1 , x2 ,........, xn ) is positive semi – definite if in its diagonal form
(over reals) at least one variable out of x1 , x2 ,........, xn is absent and all remaining
Further in this form we see that rank = index < n i.e. p = r < n.
Remark : A real quadratic form q = XA X is called positive semi – definite if q X 0 X 0
Def. Negative semi - definite quadratic form : A real quadratic form q = XA X is called
negative semi – definite if q is always 0 for all real values of X .
A quadratic form q( x1 , x2 ,........, xn ) is negative semi – definite if in its diagonal form
(over reals) at least one variable out of x1 , x2 ,........, xn is absent and all remaining
variables are present with negative coefficients i.e.
q = a1 x12 a2 x22 ..... ar xr2 , r n , where a1 , a2 ,........, an are all positive real numbers.
Further in this form we see that rank < n and index = 0 i.e. r < n and p = 0 .
Remark : A real quadratic form q = XA X is called negative semi – definite if q X 0 X 0
Def. Indefinite quadratic form : A real quadratic form q = XA X is called indefinite if q
can assume both positive and negative values for different real values of X.
A quadratic form q( x1 , x2 ,........, xn ) is indefinite if in its diagonal form (over reals) at least
q X 2 0 for some X 2 0
Def. Let q = XA X be a real quadratic form. The definiteness of the matrix A is defined
to be the definiteness of the quadratic form q.
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 10 Quadratic forms 337
Def. Range of a quadratic form : The set of all values attained by a quadratic form is called its range.
Results : (i) Range of a positive definite and positive semi definite quadratic form is [0, ) .
(ii) Range of a negative definite and negative semi definite quadratic form is (,0] .
(iii) Range of an indefinite quadratic form is (, ) .
Example : Determine the definiteness of the quadratic form
6 x 2 25 y 2 61z 2 24 xy 36 xz 76 yz .
6 12 18
Solution : The matrix of the given quadratic form is A = 12 25 38
18 38 61
We have already obtained the diagonal form of this quadratic form in Example 4, namely,
6 y12 y22 3 y32 . Clearly this canonical form contains all the three variables and also with
Exercise 10.3
1. Determine the definiteness of the following quadratic forms using the digonalization process
(i) 6 x 2 3 y 2 3 z 2 4 xy 2 yz 4 zx (ii) 9 x 2 y 2 4 z 2 6 xy 4 yz 12 zx
(vii) 3x 2 4 y 2 2 z 2 2 yz xz 7 xy
Answers
1. (i) Positive Definite (ii) Positive Semi definite (iii) Negative Semi definite
(iv) Indefinite (v) Positive definite (vi) Indefinite
(vii) Indefinite
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
338 Linear Algebra
Example : Write down all the minors, principal minors and the leading principal minor of
order 1,2,3 for a 3 3 matrix.
(i) Minors of order 1 : a11 , a12 , a13 , a21 , a22 , a23 , a31, a32 , a33 .
a22 a23 a21 a22 a21 a22 a12 a13 a11 a13
(ii) Minors order of 2 : , , , , ,
a32 a33 a31 a33 a31 a32 a22 a23 a31 a33
a11 a12
Leading Principal Minor of order 2 :
a21 a22
There is only one minor of order 3 which acts as principal minor and leading principal minor as well.
Result : Let A aij be a matrix, then
nn
2
(i) Number of all minors of order r r is n
Cr
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 10 Quadratic forms 339
principal minors are alternatively negative and positive, starting with first.
Particular cases :
a a a a12
(i) The matrix A 11 12 is negative definite iff a11 0 , 11 0
a21 a22 a21 a22
Particular cases :
a a a a12
(i) The matrix A 11 12 is positive semi-definite iff a11 0 , a22 0 and 11 0
a21 a22 a21 a22
principal minors of even order of A are non-negative while those of odd order are non-positive.
Particular Cases :
a a a a12
(i) The matrix A 11 12 is negative semi-definite iff a11 0 , 11 0
a21 a22 a21 a22
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
340 Linear Algebra
condition is satisfied.
(i) A has negative principal minor of even order.
(ii) A has positive principal minor of odd order and negative principal minor of even order.
Particular Cases :
a a
(i) The matrix A 11 12 is indefinite iff A 0 and a11 and a22 are of opposite signs.
a21 a22
(ii) Out of a11 , a22 , a33 , A at least one is positive and at least one is negative.
the other Principal Minor of odd order are negative and of even order are positive.
Eigen Value Theorem For definiteness : A quadratic form q X X T AX is
(iv) Negative semi-definite iff at-least one eigen value is zero and all other eigen values are non-
positive.
(v) Indefinite iff at-least one eigen value is positive and at-least one eigen value is negative.
Results :
1. If A and B are two congruent matrices then they have same rank, same index and same signature.
or
If two matrices are congruent then they have same number of positive eigen values and same number
of negative eigen values.
2. If A and B are two positive definite matrices, then A B is also positive definite.
Proof : If A and B are positive definite, then for all non-zero values of X, we have
X ' AX 0 and X ' BX 0
X ' AX X ' BX 0
X ' A B X 0
A B is positive definite.
3. If A and B are two positive definite matrices such that AB BA , then AB is also positive definite.
4. If A is positive definite matrix, then Ak is also positive definite for all k .
Proof : If A is positive definite, then all the eigen values of A are positive and hence all the eigen
values of Ak are also positive. Therefore, Ak is positive definite.
5. If A and B are two positive definite matrices, then ABA is also positive definite.
Proof : Since A is positive definite, therefore A is symmetric also i.e., A ' A
ABA A ' BA B
Thus, A ' BA and B have same number of positive eigen values and B is positive definite, therefore
A ' BA ABA is also positive definite.
6. If A is positive definite matrix, then A ' A is also positive definite.
Proof : Since A is positive definite, therefore A is symmetric also i.e., A ' A
A ' A A2
and A2 is positive definite by result (4). Therefore, A ' A is positive definite.
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
342 Linear Algebra
Exercise 10.4
1. Determine the definiteness of the following quadratic forms using the Sylvester’s Criterion .
(i) 6 x 2 3 y 2 14 z 2 4 xy 4 yz 18 zx (ii) x 2 y 2 z 2 xy yz zx
(iii) x 2 2 y 2 2 z 2 2 xy 2 yz (iv) x 2 3 y 2 2 z 2
2. Prove that the quadratic form ax 2 2hxy by 2 is positive definite iff a > 0 and h 2 a b .
Answers
1. (i) Positive Definite (ii) Positive definite (iii) Negative definite
(iv) Negative definite (v) Indefinite
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 10 Quadratic forms 343
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
344 Linear Algebra
are real numbers. Let A aij be the Let p be the number of positive eigenvalues
of A and let q rank(A) p . Then
n n matrix a . Then
ij
1. p 1 2. p 2
1. It is possible to choose a1 ,....., an so as 3. q 2 4. q 1
to make the matrix A non singular. (CSIR NET Dec 2012)
2. The matrix A is positive definite if
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 10 Quadratic forms 345
1. A has exactly two positive eigenvalues 10. For any real square matrix M let M
2. all the eigenvalues of A are positive
be the number of positive eigenvalues of M
3. Q X 0 for all x 3 counting multiplicities. Let A be an n n
4. Q X 0 for some x 3 real symmetric matrix and Q be an n n
real invertible matrix. Then
(CSIR NET June 2017)
1. Rank A Rank QT AQ
2. Rank A Rank Q 1 AQ
7. Consider the quadratic form 3. A QT AQ
q x, y , z 4 x 2 y 2 z 2 4 xy 2 xz yz
4. A Q 1 AQ
over . Which of the following statements
about the range of values taken by q as (CSIR NET Dec 2013)
x, y , z vary over , are true ?
11. Let f : 4 be defined by
1. range contains 1,
f x xt Ax, where A is a 4 4 matrix
2. range is contained in 0,
3. range with real entries and xt denotes the
transpose of x. The gradient of f at a point
4. range is contained in N , for some
x0 necessarily is
large natural number N depending on q
(CSIR NET Dec 2011) 1. 2Ax0 2. Ax0 At x0
3. 2 At x0 4. Ax0
8. Which of the following matrices are
(CSIR NET Dec 2017)
positive definite ?
2 1 1 2 12. For every 4 4 real symmetric non-
1. 2.
1 2 2 1 singular matrix A, there exists a positive
4 1 0 4 integer p such that
3. 4. 1. pI A is positive definite
1 4 4 0
(CSIR NET June 2012) 2. A p is positive definite
3. A p is positive definite
9. Consider the quadratic forms q and p given 4. exp pA I is positive definite
by q x, y , z, w x 2 y 2 z 2 bw2 and (CSIR NET Dec 2017)
p x, y, z, w x 2 y 2 czw . 1 2 0
Which of the following statements are 13. Let A 0 0 2 and define for
true ? 0 0 1
1. p and q are equivalent over if b and
c are non zero complex numbers. x, y , z
2. p and q are equivalent over if b and
c are non zero real numbers. x
3. p and q are equivalent over if b and Q x, y, z x y z A y .
c are non zero real numbers with b z
negative.
4. p and q are NOT equivalent over if Which of the following statements are true
c0
?
(CSIR NET June 2013)
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
346 Linear Algebra
1. The matrix of second order partial Assignment key
derivatives of the quadratic form Q is SCQ
2A 1. 4 2. 3 3. 4 4. 1
2. The rank of the quadratic form Q is 2 5. 2 6. ---
3. The signature of the quadratic form Q is
0 MCQ
4. The quadratic form Q takes the value 0 1. 3,4 2. 1,2,3 3. 1,3
Q2 x, y x 2 2 xy y 2
Q3 x, y x 2 3 xy 2 y 2
1
such that aij , where ni , n j .
ni n j 1
2. n1 n2 .... n5
3. n1 n2 .... n5
4. n1 n2 .... n5
www.risingstarmath.com
Chapter 11
Inner product spaces
Believe in yourself and you will be unstoppable.
– Emily Guay
Def. Inner Product : Let V be a vector space V over F where F is the field of complex numbers or
real numbers. A mapping ( , ) : V V F is called an inner product if it satisfies the following
axioms :
(i) (u , v ) = (v, u ) , the complex conjugate of (v, u )
(ii) (u , u ) 0 and (u , u ) = 0 iff u = 0
(iii) (au bv, w) a (u , w) b(v, w) for all u , v, w V and a, b F .
The space V equipped with an inner product is called an inner product space.
OR
A vector space V over F (F being the field of complex numbers or real numbers) is called an inner
product space if for any two elements u , v V , there is defined an element of F , denoted by
(u , v ) ,satisfying the following axioms :
(4) It should be noted that by axiom (i) , we have , (u , u ) = (u , u ) so that (u , u ) is a real number and
hence (u , u ) 0 in axiom (ii) is justified.
Some standard inner products :
1. Let u ( x1 , x2 ,...., xn ) and v ( y1 , y2 ,...., yn ) be any two vectors in n then the standard inner
y1
y
... xn x1 y1 x2 y2 ..... xn yn
2
product is defined as (u , v) uv ' x1 x2
yn
x1 y1
x y
Remark : If u 2
and v 2 be two column vectors of n then the standard inner product is
xn yn
given by u , v u ' v
2. Let u ( x1 , x2 ,...., xn ) and v ( y1 , y2 ,...., yn ) be any two vectors in n then the standard inner
x1 y1
x y
Remark : If u 2
and v 2 be two column vectors of n then the standard inner product is
xn yn
given by u , v u ' v x1 y1 x2 y2 ..... xn yn
3. Let A and B be any two matrices of same order, then the standard inner product is defined as :
n
If complex entries, then A, B tr( B A) aij bij
i , j 1
4. Consider the vector space n with inner product x, y xT y , then Ax, y x, A y . Where x
xT AT y
xT A y
xT A y
x, A y
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 11 Inner product spaces 349
(v, u ) = y1 x1 2 y1 x2 2 y2 x1 5 y2 x2
= x1 y1 2 x1 y2 2 x2 y1 5 x2 y2
= (u , v )
(ii) We have, by definition
(u , u ) = x1 x1 2 x1 x2 2 x2 x1 5 x2 x2
= x12 4 x1 x2 5 x22
= x 2
1 4 x1 x2 4 x22 x 2
= ( x1 2 x2 )2 x22 0
iff x1 2 x2 0 and x2 0
iff x1 = 0 and x2 = 0
iff ( x1 , x2 ) = (0 , 0)
iff u = 0.
(iii) Let u = ( x1 , x2 ) , v = ( y1 , y2 ) and w = ( z1 , z2 ) , so that we have
= a( x1 z1 2 x1 z2 2 x2 z1 5 x2 z2 ) + b( y1 z1 2 y1 z 2 2 y2 z1 5 y2 z2 )
= a(u, w) b(v, w)
Hence (u , v ) defines an inner product on R2.
(u , u1 ) 3 and (u , u2 ) 1
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
350 Linear Algebra
Solution : The standard inner product on R2 is defined as
(u1 , u2 ) = ( x1, x2 ),( y1, y2 ) x1 y1 x2 y2
Now given that u1 = (1 , 3) , u2 = (2 , 1)
Let u = (x , y)
Then by given conditions ,
(u , u1 ) = 3
( x, y), (1,3) 3
x.1 + y.3 = 3
x + 3y = 3 ......(1)
Also , (u , u2 ) 1
( x, y), (2,1) 1
x.2 + y.1 = 1
2x + y = 1 ......(2)
6 7 6 7
Solving (1) and (2) , we obtain , x= , y = . Hence u = , .
5 5 5 5
Exercise 11.1
1. For u ( x1 , x2 ) and v ( y1 , y2 ) 2 show that (u , v) 2 x1 y1 x1 y2 x2 y1 x2 y2 is an inner product
on 2 .
2. Consider the vector space 2 () . For u ( x1 , x2 ) and v ( y1 , y2 ) , show that (u , v) defined by
(u , v) x1 y1 x2 y1 x1 y2 4 x2 y2 is an inner product on 2 .
2 ( ) .
4. Let V be the vector space over C of all complex valued continuous functions on the
b
interval [a , b] . Define the inner product on V as f (t ) , g (t ) = f (t ) g (t ) dt . Show
a
6. (a) Let u = (1, 2), v = ( 1, 1) 2 . If w is a vector s.t. (u , w)= 1 and (v , w) = 3, find w.
(b) If u1 (1, 3,1), u2 (2,1, 4) , u3 (6, 7,8) 3 , find u 3 such that (u , u1 ) 1 ,
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 11 Inner product spaces 351
(u , u2 ) 1 , (u , u3 ) 7 .
7. (a) Let V be the vector space of all real polynomials of degree 2, show that
1
Answers
7 2 8
6. (a) , (b) (1 , 1 , 1) 7. (b) 8 , . 8. (i) 19 (ii) 19 (iii) –3
3 3 3
---------------------------------------------------------------------------------------------------------------------------
11.2 Properties of an inner product
Let V (F) be an inner product space then for all a, b, c F and u , v, w V , we have
(i) (au, v) a (u , v) (ii) (u v, w) (u , w) (v, w)
(iii) (u v, w) (u , w) (v, w) (iv) (u , av) a (u , v)
Def. Norm of a vector : Let V be an inner product space and v V . Then norm (length) of v,
We take only non-negative value of square root and so norm of a vector is always a non-negative
real number.
Def. Unit Vector : A vector v of an inner product space V is called a unit vector if v = 1.
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
352 Linear Algebra
v
(i) av a v for all a F , v V (ii) is always a unit vector, where v 0
v
Result 2 : Cauchy schwarz inequality : Let V be an inner product space. Then for arbitrary vectors
u , v V , we have (u, v) u v
uv u v .
linearly dependent.
Now , we give an example to show that converse of this is not true , in general , i.e., if u and
v are linearly dependent , then it is not necessary that u v u v .
Thus u + v = 3 + 6 = 9
Clearly u v u v .
Result 4 : Parallelogram law : If u and v are vectors in an inner product space , then
2 2 2 2
u v u v 2 u 2 v .
u (u, u ) = 7.
u 1 2 3 6
(ii) We have, (2, 3,6) = , ,
u 7 7 7 7
u 2 2 3 3 6 6 49
So , . . = 1.
u 7 7 7 7 7 7 49
u
Hence is a unit vector.
u
Exercise 11.2
1. Let V(R) be a vector space of all real polynomial with inner product defined by
1
( f , g ) f ( x) g ( x) dx
0
n 12 12
n 2 n 2
2. For xi , yi R , prove that xi yi xi yi .
i 1 i 1 i1
1 12 12
1 2 1 2
3. Prove that : f ( x) g ( x) dx f ( x ) dx g ( x ) dx where f ( x) and g ( x ) are continuous
0 0 0
complex valued functions on [0 , 1].
4. If u = (2, 3,5) and v = (4,6, 10) 3 , verify that (u , v) u . v . Why does the equality occur
here ?
5. If u ,v are vectors in a real inner product space s.t. u v , prove that (u v, u v) = 0.
Answers
7 1
1. , .
12 3
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
354 Linear Algebra
11.3 Orthogonality
Def. Orthogonal Vectors : Let V be an inner product space and u , v be vectors in V. Then u is said
to be orthogonal to v (written u v ) if (u , v) = 0.
Here note that
(i) If u v , then (u , v) = 0 and so (v, u ) (u , v ) 0 . Hence u v iff v u .
(ii) Since (0 , u) = 0 for all u V so the zero vector is orthogonal to every vector.
(iii) Let u V such that u u then (u , u) = 0 u = 0 . Hence the zero vector is
the only vector which is orthogonal to itself.
(iv) If (u , v ) 0 , then (au, v) a (u , v) a.0 0 . Hence if u v , then any scalar multiple of u is also
orthogonal to v
Def. Orthogonal Set : A subset S of inner product space is said to be orthogonal if (u , v ) 0 for all
u , v S such that u v i.e. every two distinct vectors of S are orthogonal.
Def. Orthonormal Set : A subset S of an inner product space V(F) is called an orthonormal
set if (i) u 1 for all u S
OR
Let {u1 , u2 ,........, un } be an orthonormal basis of an inner product space V and u V be an
Result 4 : Let {u1 , u2 ,........, un } be an orthogonal basis of an inner product space V and u V be an
n
(u, ui ) (u , u1 ) (u , u2 ) ( u , un )
arbitrary vector , then u 2
ui = 2
u1 2
u2 ....... 2
un
i 1 ui u1 u2 un
Result 5 : Bessel’s inequality : If {u1 , u2 ,........., un } is any finite orthonormal set in an inner
n
2 2
product space V(F) and if v is any vector in V(F) , then (v , u )
i 1
i v .
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 11 Inner product spaces 355
Further, the equality holds iff v is in the subspace spanned by {u1 , u2 ,........., un } .
Result 6 : If {u1 , u2 ,.........., un } is an orthogonal set of non zero vectors in an inner product space
Result 7 : If V(F) is a finite dimensional inner product space and {u1 , u2 ,.........., un } is an
n
2 2
orthonormal set in V(F) s.t. (v , u )
i 1
i = v for all v V then {u1 , u2 ,.........., un } is a basis of V.
Result 8 : Gram-schmidt orthogonalisation process : Every finite dimensional inner product space
has an orthonormal basis.
Result 9 : Construction : If an ordinary basis {u1 , u2 , u3} of an inner product space is given then an
w1
v1
w1
u1 w1 v1 w1 u1
w2
u2 w2 v2 ; w2 u2 (u2 , v1 )v1 ; v2
w2
u3 w3 v3 w3 u3 (u3 , v1 )v1 (u3 , v2 )v2
w3
v3
w3
Example 1 : Construct an orthonormal basis of R3(R) with standard inner product given the basis
{u1 , u2 , u3} , where u1 (1,0,1) , u2 (1,0, 1) , u3 (0,3, 4) .
(u , v) x1 y1 x2 y2 x3 y3
Now the given basis of R3 is u1 , u2 , u3 where u1 (1,0,1) , u2 (1,0, 1) , u3 (0,3, 4)
Step I : We have :
u1 1 1 1
v1 (1,0,1) = ,0,
u1 2 2
1 0 12
2 2
1 1
Now , (u2 , v1 ) 1. 0.0 (1). 0
2 2
So , by (1) , w2 u2 (1, 0, 1)
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
356 Linear Algebra
1 1 1 1
v2 w2 = (1,0, 1) = , 0,
w2 2
1 0 (1) 2
2 2
1 1
Now , (u3 , v1 ) 0. 3.0 4. = 2 2
2 2
1 1
and (u3 , v2 ) 0. 3.0 4. = 2 2
2 2
Thus , by (2) , we obtain :
1 1 1 1
w3 (0,3, 4) 2 2 ,0, 2 2 ,0, = (0 , 3 , 0)
2 2 2 2
1 1
v3 .w3 (0,3,0) = (0,1,0)
w3 3
1 1 1 1
where v1 , 0, , v2 ,0, , v3 = (0 , 1 , 0).
2 2 2 2
Exercise 11.3
1. Construct an orthonormal basis of 3 () with standard inner product given the basis {u1 , u2 , u3}
where
(i) u1 (1,1,1) , u2 (1, 2,1) , u3 (1, 2,3)
2. Construct an orthonormal basis of 3 () with standard inner product given the basis {u1 , u2 , u3}
3. Construct an orthonormal basis w.r.t. standard inner product for the subspace of 4 generated by
(1,1, 1,1) and (1,0,1, 2) .
4. Let V be the vector space over of all real polynomials of degree 2. Define an inner product on
1
V as ( f , g ) f ( x) g ( x) dx for f , g V . Construct an orthonormal basis of V.
0
d2y dy
5. Let V be the vector space of real functions satisfying 2
5 6 y 0 . In V , inner product is
dx dx
0
defined as (u , v) u.v dx u , v V . Find an orthonormal basis of V.
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 11 Inner product spaces 357
d3y d2y dy
6. Let V be the vector space of real functions satisfying 3
6 2
11 6 y 0 . In V , inner
dx dx dx
0
product is defined as (u , v) u.v dx u , v V . Find an orthonormal basis of V.
7. Prove that two vectors u and v in a real inner product space V are orthogonal if
2 2 2
and only if uv u v (This is known as Pythagoras theorem)
2 2 2
8. Let V be a complex inner product space. If u and v are orthogonal , then u v u v .
Answers
1 1 1 1 2 1 1 1 3 4 4 3
1. (i) , , , , , , ,0, (ii) , 0, , ,0, , 0,1,0
3 3 3 6 6 6 2 2 5 5 5 5
1 i 1 1 1 5i 3 3i 7 i 5 6 3i
2. (1 i ), , , , , , , ,
2 2 2 2 3 4 3 4 3 2 30 2 30 2 30
1 1 1 1 1 1 3 3 1
3. , , , , , , , 4. 1, (2 x 1) 3 , x 2 x 3 20
2 2 2 2 2 2 2 2 6
5. 2e 2 x , 6 5e3 x 4e2 x 6. 2e x ,6e 2 x 4e x , 6 10e3 x 12e 2 x 3e x
---------------------------------------------------------------------------------------------------------------------------
11.4 Orthogonal complement
Def. Orthogonal subspaces : Let V(F) be an inner product space. Two subspaces
W1 and W2 of V are said to be orthogonal to each other if ( w1 , w2 ) 0 for all w1 W1 and w2 W2
Def. Orthogonal complement : Let V(F) be an inner product space and W be a subspace of V.
The orthogonal complement of W , denoted by W , is given by
W = {v V : (v, w)=0 for all w W} i.e. orthogonal complement of W is collection of all
those vectors of V which are orthogonal to every element of W. Clearly , we have
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
358 Linear Algebra
Result 3 : Let W be a subspace of an inner product space V(F). If {u1 , u2 ,......., un } is a basis of W ,
Def. Orthogonal projection : If W is a subspace of a finite dimensional inner product space V , then
we know that V = W W . By definition of direct sum , every element v V can be uniquely
expressed as v w w , where w W and w W .
The vectors w and w are called orthogonal projections of v on the subspaces W and W .
Result 8 : Let V(F) be an inner product space and S be a subspace of V. If L(S) denotes the
linear span of S, then
(i) S L(S)
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 11 Inner product spaces 359
Exercise 11.4
1. Let W be a subspace of 4 () generated by the vectors u1 (1,2,3, 2) and u2 (2,4,5, 1) .
Answers
19 2
1. {(2,1, 0,0), (7,0,3,1)} 2. (2, 1,6) and (63,30, 16)
41 41
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
RISING STAR ACADEMY
Chapter 11 Inner product spaces 361
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
362 Linear Algebra
25. The orthogonal projection of a vector v 1 6 6
onto a vector z is v, z v / z , z . 3 8 3
38. Let A
1 2 6
26. An orthogonal set of non-zero vectors is
necessarily linearly independent. 1 4 3
Applying the Gram-Schmidt process to the
27. If the columns of a square matrix form an 1 3 1
orthonormal set, then the same is true of its 3 1 1
rows. columns, we obtain
1 1 3
28. If the components of the vector v are not 1 1 1
integers, then the length of v is not an
integer. 39. The rows in a unitary matrix are vectors of
norm one.
29. An orthonormal set of vectors is
necessarily linearly independent. 40. Let A be a real symmetric matrix. If
Ax 2 x and Ay 3 y , then we are justified
30. If the columns of a 9 7 matrix form an in concluding that x, y 0 .
orthonormal set, then the same is true of its
rows.
41. Let A be a symmetric and real matrix.
31. In an inner-product space, zero is the only Suppose that Ax x and Ay y ,
where , x 0 and y 0 . Then we
vector that is in W and W . Here W is a
subspace of the inner-product space. can conclude that x y .
www.risingstarmath.com
RISING STAR ACADEMY
Chapter 11 Inner product spaces 363
3 given by
1. Let J be the 3 3 matrix all of whose
W1 x, y , z 3 : x y z 0 and
entries are 1. Then :
W2 x, y, z 3 : x y z 0 . If W is 1. 0 and 3 are the only eigenvalues of A.
3. J is diagonalizable.
(ii) W W1 is orthogonal to W W2 with
4. J is positive definite, i.e., Jx, x 0
respect to the usual inner product of 3 ,
then for all x 3 with x 0
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122
364 Linear Algebra
x, y A
defines an inner-product if and only
2. p supt 0,1 p t , p V
if
1
3. p p t dt , p V 1. Ker A 0
0
2. rank A n
4. p supt 0,1 p ' t , p V
3. All eigenvalues of A are positive.
(CSIR NET June 2014)
4. All eigenvalues of A are non-negative.
(CSIR NET June 2016)
5. Let u , v, w be vectors in an inner product
max p a j : 0 j k 9. T 10. F 11. T 12. F
Assignment key
SCQ
1. 3 2. 1 3. 3
MCQ
1. 1,2,3 2. 1,3 3. 2
4.1,2,3 5. 1,2,3,4 6. 1,3
7. 1,2 8. 1,2 9. 2,4
28-A, Jia Sarai, Near Hauz Khas Metro Station, New Delhi, Mob : 07838699091
439/29,Chhotu Ram Nagar, Near Power House,Delhi Road, Rohtak , Mob : 09728862122