recategorized by
685 views
2 votes
2 votes

Let $M$ be an $n \times m$ real matrix. Consider the following:

  • Let $k_{1}$ be the smallest number such that $M$ can be factorized as $A \cdot B$, where $A$ is an $n \times k_{1}$ and $B$ is a $k_{1} \times m$ matrix.
  • Let $k_{2}$ be the smallest number such that $M=\sum_{i=1}^{k_{2}}u_{i}v_{i},$ where each $u_{i}$ is an $n \times 1$ matrix and each $v_{i}$ is an $1 \times m$ matrix.
  • Let $k_{3}$ be the column-rank of $M$.

Which of the following statements is $\text{TRUE}$?

  1. $k_{1}< k_{2}< k_{3}$
  2. $k_{1}< k_{3}< k_{2}$
  3. $k_{2}= k_{3}< k_{1}$
  4. $k_{1}= k_{2}= k_{3}$
  5. No general relationship exists among $k_{1}, k_{2}$ and $k_{3}$
recategorized by

1 Answer

0 votes
0 votes
first method and second method are basically same things. They are just alternative ways to look at matrix multiplication.

Matrix multiplication can be treated as taking linear combinations of first matrix with scalars as columns of second matrix. or another way to look at it is taking linear combinations of second matrix with scalars as rows of first matrix, Consider either way of matrix multiplication in this example.

Rank represents number of independent columns/rows present in matrix.

for a 3*3 matrix M if rank is 3 the same matrix can be given as M*I.

for rank<3, suppose 2, columns can be treated as c1,c2= x*c1, c3.(or r1, x*r1, r3).

now putting c1 and c3 in one matrix and multiplying them with appropriate matrix we can get original matrix as c2(x*c1) is scalar multiple of c1. And c1,c3 can be derived in this multiplication from themselves easily. similar is case if we consider the row way. just the way of multiplication will be changed(i.e. first matrix will be holding multiples and second will be holding independent rows of original matrix).

hence rank can be used to decompose matrix in two matrices.

From all of this we can conclude that k1=k2=k3.
edited by
Answer:

Related questions

779
views
1 answers
3 votes
soujanyareddy13 asked Mar 25, 2021
779 views
Let $A$ and $B$ be two matrices of size $n \times n$ and with real-valued entries. Consider the following statements.If $AB = B$, then $A$ must be the identity matrix.If $A$ ... $3$Only $2$ and $3$Only $1$ and $2$Only $1$ and $3$Only $2$
19.8k
views
14 answers
49 votes
Arjun asked Feb 18, 2021
19,795 views
Suppose that $P$ is a $4 \times 5$ matrix such that every solution of the equation $\text{Px=0}$ is a scalar multiple of $\begin{bmatrix} 2 & 5 & 4 &3 & 1 \end{bmatrix}^T$. The rank of $P$ is __________
658
views
1 answers
2 votes
soujanyareddy13 asked Mar 25, 2021
658 views
Let $A$ be a $3 \times 6$ matrix with real-valued entries. Matrix $A$ has rank $3$. We construct a graph with $6$ vertices where each vertex represents distinct ... size $3$.The graph has a cycle of length $4$.The graph is $3$-colourable.
10.6k
views
3 answers
15 votes
Arjun asked Feb 12, 2020
10,568 views
Let $A$ and $B$ be two $n \times n$ matrices over real numbers. Let rank($M$) and $\text{det}(M)$ ... of the above statements are TRUE?I and II onlyI and IV onlyII and III onlyIII and IV only