Saturday, April 16, 2016

Mathematics: Linear Algebra: CSIR Previous year Questions:(Algebra of matrices, rank and determinant of matrices, linear equations)

1.Let S={A:A=[aij]5×5,aij=0or1i,j,iaij=1jandjaij=1i}.Then the number of element in S is
  • 52
  • 55
  • 5!
  • 55
Solution: The above question is equivalent to How many 5×5 permutation matrix is possible.
So, in order to calculate it, First of all, in how many ways we can place  1 in first Column? The answer is : In 5 ways.
now, after that for second column, in how many ways we can place 1 ? The answer is 4. (Why? Since suppose we had placed 1 in first column at the position a11. then we can't place 1 in a12.) Proceeding in similar manner... for 3rd column we have only 3 choice, then 2 and 1 choices for second and third column. So total 5×4×3×2×1 ways=5! ways.  (by the multiplication rule of counting.)
2.Let A,B be n×n  matrices such that BA+B2=IBA2 where I is the n×n identity matrix. Which of the following is always true?
  • A is nonsingular
  • B is nonsingular
  • A+B is nonsingular
  • AB is nonsingular
Solution: BA+B2+A2=IB(A+B+A2)=I. That is, inverse of B exists. Thus, 2nd option is correct.
3.Let A be a 5×5 matrix with real entries such that the sum of the entries in each row of A is 1. Then the sum of all the entries in A3 is
  • 3
  • 15
  • 5
  • 125
Solution: 3rd option is correct. you can take any particular example of such matrix and hence eliminate other option.
Take A= Identity matrix or any other permutation Matrix.
4.Let A and B be n×n real matrices such that AB=BA=0 and A+B is invertible. Which of the following are always true?
  • rank(A)=rank(B)
  • rank(A)+rank(B)=n
  • nullity(A)+nullity(B)=n
  • AB is invertible.
Solution: If AB=0.
Then column space of B is contained in Null space of A.
If not, i.e., there is a vector y=Bx lies in the column space of B, but not in the nullspace of A. Then (AB)x=A(Bx)0, contradicts with AB=0.
and also column space of A is contained in null space of B.
So we get: nullityAcolumnSpaceofB=nnullspaceofB.
(Since dimension of column space is equal to dimension of Row space, in this problem.)
So, nullityofB+nullityofAn
and
rankA+rankBn (Since dimension of column space is equal to dimension of Row space, in this case)
A+B is invertible that means Both of them are zero matrix.
Also Rank (A+B)=n
from Sylvester’s rank inequality: We have, Rank(A+B)RankA+RankB.
So, RankA+RankB=n.
  • From, Rank-nullity Theorem:
  • NullityA+NullityB=nRankA+nRankB
          =2nRankArankB=2nRankA+RankB=n.
  • (AB)2=A2+B22AB=A2+B2=A2+B2+2AB=(A+B)2 Since AB=0.
    therefore 4th option is correct.

5.Let D be non-zero n×n real matrix with n2. Which of the following implication is valid?
  • det(D)=0 implies rank(D)=0
  • det(D)=1 implies rank(D)1
  • rank(D)=1 implies det(D)1
  • rank(D)=n implies det(D)1
Solution: 2nd option is correct. Determinant of a matrix is equal to plus or minus product of its pivots. in Gaussian Elemination.  So, If determinant is non zero means that all pivots are non zero hence, rank=n.
6.Let A,B be n×n real matrices. Which of the following statements is correct?
  • rank(A+B)=rank(A)+rank(B)
  • rank(A+B)rank(A)+rank(B)
  • rank(A+B)=min{rank(A),rank(B)}
  • rank(A+B)=max{rank(A),rank(B)}
Solution: Third option is correct.  Sylvester’s rank inequality.
7.Which of the following matrices has the same row space as the matrix
(484361240)?
  • (120001)
  • (110001)
  • (010001)
  • (100010)
Solution: 1st option is correct.
(484361240)(121361240)  R1R1/4
(121002002)   R2R23R1     R3R32R1
(120001000) R3R3R2       &      R2R2/1 & R1R1R2.
Remark: Row space is preserved under elementary row transformation.
8.The determinant of the n×n permutation matrix
(1111)
  • (1)n
  • (1)n2
  • 1
  • 1
Solution: Number of "exchanges of row" required for making this matrix "Identity matrix"=[n/2]
So determinant of this matrix=(1)n2 ( we have used the property of determinant."Interchanging any pair of columns or rows of a matrix multiplies its determinant by 1")
9.The determinant
|11+x1+x+x211+y1+y+y211+z1+z+z2|
is equal to
  •  (zy)(zx)(yx)
  • (xy)(xz)(yz)
  • (xy)2(yz)2(zx)2
  • (x2y2)(y2z2)(z2x2)
Solution: |11+x1+x+x211+y1+y+y211+z1+z+z2||1xx21yy21zz2|C3C3C2 &C2C2C1
|1xx20yxy2x20zyz2y2|
(yx)(zy)|1xx201y+x01z+y| Taking common.
(yx)(zy)|1xx201y+x00zx| R3R3R2
Expanding we get  (zy)(zx)(yx)
So, 1st option is correct.
10.The determinant of the matrix (100002010020001200002100020010200001)
is
  • 0
  • 9
  • 27
  • 1
solution: (100002010020001200002100020010200001)(100002010020001200000300000030000003)
R4R42R1       R5R52R2      R6R62R3
So, determinant =3×3×3=27
11.Let J denote a 101×101 matrix with all the entries equal to 1 and let I denote the identity matrix of order 101. Then the determinant of JI is
  •  101
  • 1
  • 0
  • 100
Solution:
Let A=|a11λa12a13a1na21a22λa23a2nan1an2an3annλ|.
then if By replacing λ by α in that determinant, m rows or columns become identical then λ=α is root of that polynomial of order (m1).
 We will use this result to find out the eigenvalues of JI
A=|011110111110|.
So, |Aλ|=|0λ11110λ111110λ|.
By above result if, we put, λ=1 then total 101 rows will be identitical. So, A has Eigen value=1 (100 times.)
But trace= Sum of Eigenvalue So, third eigenvalue is 100.
So, determinant of JI=Multiplication of eigenvalues=1100×100=100.
12.The system of equations
x+y+z=12x+3yz=5x+2ykz=4
Where kR, has an infinite number of solutions for
  • k=0
  • k=1
  • k=2
  • k=3
Solution:  (111|1231|512k|4)(111|1013|301k1|3)
R2R22R1R3R3R1
Therefore for infinite solution: k1=3k=2
Third option is correct.
13.Let A be a 5×4 matrix with real entries such that Ax=0 if and only if x=0 where x is a 4×1 vector and 0 is
a null vector. Then, the rank of A is
  •  4
  • 5
  • 2
  • 1
Solution: Rank of this matrix is equal to dimension of column space =4.
14.Let A be a 5×4 matrix with real entries such that the space of all solutions of the linear system AXt=[1,2,3,4,5]t is
given by {[1+2s,2+3s,3+4s,4+5s]t:sR}. Then the rank of A is equal to
  •  4
  • 3
  • 2
  • 1
Solution: 3 is correct Answer. When Rank of A=Dimension of column Space then there exists a unique Solution. But here Solution is not Unique. Number of free Variable in the solution is 1. So Rank=41=3
15.Consider a homogeneous system of linear equation Ax=0 where A is an m×n real matrix and n>m. Then which of the following statements are always true?
  • Ax=0 has a solution
  • Ax=0 has no non-zero  solution
  • Ax=0 has a non-zero solution
  • Dimension of the space of all solution is at least nm
Solution: Since Rankm,n and n>m So, rankn So, From Rank-Nullity theorem, there must exists a non-zero solution to Ax=0. Since the dimension of row spacem.  So the null space has dimension nm
So, Dimension of the space of all Solution is at least nm.
16.Let Mm×n(R) be the set of m×n matrices with real entries. Which of the following statements is correct?
  • There exists AM2×5(R) such that the dimension of the null space of A is 2.
  • There exists AM2×5(R) such that the dimension of the null space of A is 0.
  • There exists AM2×5(R) and BM5×2(R) such that AB is the 2×2 identify matrix
  • There exists AM2×5(R) whose null space is {(x1,x2,x3,x4,x5)R5:x1=x2,x3=x4=x5}
Solution: option 1 is correct if we take A= a zero matrix of order 2×5.
take A=(1000001000) then its nullspace has dimension 0.
take A same as above and B=AT and after multiplying you will get an identity matrix of order 2×2.
So, this option is correct.
Take,  A=(1100000000) and find its null space.
you will get the same result given in the last option. Hence, this option is also correct.
17.Let A be a 5×5 skew-symmetric matrix with entries in R and B be the 5×5 matrix whose (i,j)th entry is the binomial coefficient (ij) for 1ij5. Consider the 10×10 matrix, given in block form by
C=(AA+B0B)
Then
  • detC=1or1.
  • detC=0.
  • traceC=0.
  • traceC=5.
Solution:
TraceC=TraceA+TraceB.
now we know that the diagonal element of Skew symmetric matrix is 0.
and diagonal elements of B=(ii) So TraceC=0+0+0+0+0+1+1+1+1+1=5
So, fourth option is correct.
det(A)=det(AT)=det(A)=(1)n×det(A) So, when n is odd det(A)=0
So, determinant of C= Determinant of A × Determinant of B= 0×B=0
So, 2nd option is correct.
 

18.The matrix A=(598182910) satisfies:
 
  • A is invertible and the inverse has all integer entries.
  • det(A) is odd.
  • det(A) is divisible by 13.
  • det(A) has at least two prime divisors.

19.Let An×n=(aij),n3, where aij=(b2ib2j),i,j=1,2,,n for some distinct real numbers b1,b2,,bn. Then det(A) is
  • i<j(bibj)
  • i<j(bi+bj)
  • 0
  • 1



 

 

Related Posts:

2 comments :

  1. in question 16 only c option is correct

    ReplyDelete
  2. We at Coepd declared Data Science Internship Programs (Self sponsored) for professionals who want to have hands on experience. We are providing this program in alliance with IT Companies in COEPD Hyderabad premises. This program is dedicated to our unwavering participants predominantly acknowledging and appreciating the fact that they are on the path of making a career in Data Science discipline. This internship is designed to ensure that in addition to gaining the requisite theoretical knowledge, the readers gain sufficient hands-on practice and practical know-how to master the nitty-gritty of the Data Science profession. More than a training institute, COEPD today stands differentiated as a mission to help you "Build your dream career" - COEPD way.

    http://www.coepd.com/AnalyticsInternship.html

    ReplyDelete