retagged by
10,087 views
15 votes
15 votes

Let $A$ and $B$ be two $n  \times n$ matrices over real numbers. Let rank($M$) and $\text{det}(M)$ denote the rank and determinant of a matrix $M$, respectively. Consider the following statements.

  1. $\text{rank}(AB) = \text{rank }(A) \text{rank }(B)$
  2. $\text{det}(AB) = \text{det}(A) \text{det}(B)$
  3. $\text{rank}(A + B) \leq \text{rank }(A) + \text{rank }(B)$
  4. $\text{det}(A + B) \leq \text{det}(A) + \text{det} (B)$

Which of the above statements are TRUE?

  1. I and II only
  2. I and IV only
  3. II and III only
  4. III and IV only
retagged by

3 Answers

Best answer
34 votes
34 votes

$\textsf{Rank}(AB)=\min(\textsf{Rank}(A),\textsf{Rank}(B))$

$\textsf{Det}(AB)=\textsf{Det}(A) \times \textsf{Det}(B)$

$\textsf{Rank}(A+B) \leq \textsf{Rank}(A)+\textsf{Rank}(B).$ Because addition of two matrices can never result in increase in the number of independent columns and rows in the matrix.

Answer: C

edited by
2 votes
2 votes
Statement II and III are correct statements directly based on the properties of matrices.

C. II and III only.
Answer:

Related questions

35 votes
35 votes
4 answers
1
35 votes
35 votes
4 answers
2
Kathleen asked Sep 18, 2014
10,155 views
Let $A, B, C, D$ be $n \times n$ matrices, each with non-zero determinant. If $ABCD = I$, then $B^{-1}$ is $D^{-1}C^{-1}A^{-1}$ $CDA$ $ADC$ Does not necessarily e...
22 votes
22 votes
5 answers
3
18 votes
18 votes
5 answers
4
Arjun asked Feb 18, 2021
15,620 views
Consider the following matrix.$$\begin{pmatrix} 0 & 1 & 1 & 1\\ 1& 0& 1 & 1\\ 1& 1 & 0 & 1 \\1 & 1 & 1 & 0 \end{pmatrix}$$The largest eigenvalue of the above matrix is __...