3 3 votes If the rank of a (5X6) matrix Q is 4, then which one of the following statement is correct (A) Q will have four linearly independent rows and four linearly independent columns (B) Q will have four linearly independent rows and five linearly independent columns (C) QQT will be invertible (D) QTQ will be invertible Linear Algebra matrix linear-algebra engineering-mathematics + – Shivam Gupta 3 4.1k views answer comment Share Follow Print See 1 comment 1 1 comment reply Surajit commented Sep 27, 2017 reply Follow flag rank is smallest sub determinant of a matrix whose value is non zero, other way of putting is linearly independent rows and columns.Looks like option A. 0 0 replyShare Please log in or register to add a comment.
5 5 votes Given that rank Q is 4, so it will have 4 linearly independent columns as well as 4 linearly independent rows ($\because$ row rank of a matrix = column rank of a matrix) So, A is correct and accordingly B is false. C is false as order of $QQ^{T}$ will be 5 x 5 and given that rank of Q is 4 i.e. < 5. So the matrix is $QQ^{T}$ will be singular and hence not invertible. Similarly D is false as order of $Q^{T}Q$ will be 6 x 6 and the matrix is $Q^{T}Q$ will be singular and hence not invertible. just_bhavana answered Nov 9, 2017 just_bhavana comment Share Follow 0 reply Please log in or register to add a comment.
1 1 vote Rank of a matrix is same as no of linearly independent row vectors as well as no of linearly independent column vectors in the matrix. hence (A). Arnabi answered Nov 16, 2017 Arnabi comment Share Follow 0 reply Please log in or register to add a comment.