• edited by
22,147 views
56 56 votes

If $M$ is a square matrix with a zero determinant, which of the following assertion (s) is (are) correct?

S1: Each row of $M$ can be represented as a linear combination of the other rows
S2: Each column of $M$ can be represented as a linear combination of the other columns
S3: $MX = 0$ has a nontrivial solution
S4: $M$ has an inverse

  1. $S3$ and $S2$
  2. $S1$ and $S4$
  3. $S1$ and $S3$
  4. $S1, S2$ and $S3$

12 Answers

Best answer
38 38 votes

None of the answers are correct for this question, and GATE should have given marks to all.
Only S3 is correct statement.


Let's understand this using three simple examples:

 

   \[
\begin{array}{|c|c|c|c|}
\hline
 & \text{Example 1} & \text{Example 2} & \text{Example 3} \\
\hline
\text{Suppose we have:} & v_1 + 2v_2 + v_3 = 0 & v_1 + v_2 + 0v_3 = 0 & 0v_1 + 2v_2 + 6v_3 = 0 \\
\hline
\text{Can we say} & \text{Yes, because } v_3 & \text{Yes, because } v_2 & \text{Yes, because } v_2 = -3v_3, \\
v_1, v_2, v_3 & \text{is a linear combination} & \text{is a linear combination} & \text{showing } v_2 \\
\text{are linearly dependent?} & \text{of others:} & \text{of others:} & \text{is a linear combination} \\
\hline
\text{Represent:} & v_3 = -(v_1 + 2v_2) & v_2 = -(v_1 + 0v_3) & v_2 = -3v_3 \\
 & & \text{or} \quad v_2 = -v_1 & \\
\hline
\end{array}
\]

 

As we can see, if we can represent any of the vectors as a linear combination of others, then we say the vectors are linearly dependent.

Now, let's take Example 2 and 3 again:

In Example 2: Can we represent v3 as a linear combination of the other vectors?

Answer: No

This is fine. As long as we have at least one vector that can be represented as a linear combination of the others, we are good to go.

In Example 3: Can we represent v1 as a linear combination of the other vectors?

Answer: No

This is fine too.

However, in S1 and S2, the statement says "ALL," which makes both S1 and S2 false.

S3: MX=0 has a nontrivial solution

Answer: This is TRUE. Because if M has zero determinant, it means rows of M are linearly dependent, hence there are infinitely many solutions.

S4: M has an inverse

Answer: This is False because det(M) = 0

• selected by
42 42 votes
Since, $M$ has zero determinant, its rank is not full i.e., if $M$ is of size $3*3,$ then its rank is not $3.$ So there is a linear combination of rows which evaluates to $0$ i.e.

$k_{1}R_{1}+k_{2}R_{2}+\ldots +k_{n}R_{n}=0$

and there is a linear combination of columns which evaluates to $0$ i.e.,

$k_{1}C_{1}+k_{2}C_{2}+\ldots +k_{n}C_{n}=0$

Now any row $R_{i}$ can be written as linear combination of other rows as :

$R_{i}=-\dfrac{k_{1}}{k_{i}}R_{1}-\dfrac{k_{2}}{k_{i}}R_{2}-\ldots -\dfrac{k_{i-1}}{k_{i}}R_{i-1}-\dfrac{k_{i+1}}{k_{i}}R_{i+1}-\ldots-\dfrac{k_{n}}{k_{i}}R_{n} $

Similar is the case for columns.

Now $MX = 0$ always has one solution $: X = 0$ (which is called trivial solution). Now if $|M| = 0,$ then $MX = 0$ has non-trivial solutions also.

So, $(S1)$, $(S2)$, and $(S3)$ are true. So, option $D$ is correct.
• edited by
7 7 votes
If M is a square matrix with zero determinant, then the rows must be linearly dependent and the columns also must be linearly dependent.

We can take small examples to see how above fact works.

consider $\begin{bmatrix} 1 &2 \\ 2 & 4 \end{bmatrix}$

Here row2 is a linear combination of row1, and also you can see, columns are also dependent.

Now I take an example where columns are dependent,

$\begin{bmatrix} 3 &9 \\ 7 & 21 \end{bmatrix}$

But , row 2 is also a linear combination of Row1 as $7R_1-3R_2 \rightarrow R_2$ will result in $R_2$ being zero.

The matrix with zero determinant cannot have an inverse.

$MX=0$ has a non-trivial solution means for $X \not= 0$(the zero vector), $MX=0$ and yes this is always possible in a matrix with zero determinant because the columns will always be a linear combination of one another.

Why a matrix with linear rows and columns produces determinant 0?

if You decompose your matrix A(singular) into $LDU$ form where L is the lower triangular form, D is the diagonal form and U is the upper triangular form,your D matrix, which holds n pivots would look like this

$\begin{bmatrix} p_1& & & & & \\ & p_2 & & & & \\ & & &. & & \\ & & & &0 & \\ & & & & &.. \\ & & & & & p_n \end{bmatrix}$

one of the pivots would be zero because row elimination would cause so while you are generating U.

Now, the determinant of this D=$p_1.p_2.....p_k....0...p_n=0$

and hence, the determinant of the matrix A turns out to be 0.
6 6 votes

Please someone verify my answer

For option A and B these could be correct if they have used word "Atleast One"  instead of "Each One" 

Take example of 3*3 matrix with rank 

1 2 3
0 0 4
0 0 0

R1 =  k * R2    only possible if k = 0   

R1 = k * R2     only possible if k = 0 

This means R1 is can not be represented as leaner  combination of  R2 and R3 

Hence only possible answer is C

Please correct if my answer is wrong 

3 3 votes

Answer : None of the options are correct  ( Only statement 3 always correct )

Det ( M ) = 0 => Both columns & rows of square matrix M are Linearly Dependent.

Statement( 1 & 2 ) : A set of vectors are Linearly Dependent does’t mean that each one of them can be represented as linear combinations of other vectors. eg: 

0   0   0

0   1   2

1   0   0       // This matrix obviously have determinant 0, so columns and rows are linearly dependent, but 3rd row ( 1   0   0  )  and first column (  [ 0   0   1 ]T ) cannot be represented as linear combinations of other rows/columns. So both S1 and S2 false.

Statement( 3 ) : This is correct, Ax = 0 will have a non trivial solution when the set of column vectors is Linearly dependent.

Statement( 4 ) : This is obviously false, A matrix have an inverse iff Det( M ) != 0

2 2 votes

https://stats.stackexchange.com/questions/430671/singular-matrix-and-linear-dependency

Value of determinant = 0 ⇒ Singular matrix .

 

“Suppose M is a square matrix which is singular. The following are all equivalent:

  1. The equation Ax=b has 0 or ∞many solutions depending on b.
  1. det(A) = 0.
  1. A does not have an inverse.

      4. The equation Ax=0 has solutions other than x=0.

      5. The columns of A are linearly dependent as vectors.

      6. The rows of A are linearly dependent “

         - (taken from page 44) http://www.ohiouniversityfaculty.com/youngt/IntNumMeth/lecture10.pdf

Answer:
Position:
Show:

Related questions

100 100 votes
7 answers 7 answers
30.9k
30.9k views
Ishrat Jahan asked Oct 29, 2014
30,870 views
Host $X$ has $IP$ address $192.168.1.97$ and is connected through two routers $R1$ and $R2$ to an­other host $Y$ with $IP$ address $192.168.1.80$. Router $R1$ has $IP$ ad...
76 76 votes
10 answers 10 answers
22.6k
22.6k views
Ishrat Jahan asked Oct 29, 2014
22,565 views
Host $X$ has IP address $192.168.1.97$ and is connected through two routers $R1$ and $R2$ to an­other host $Y$ with IP address $192.168.1.80$. Router $R1$ has IP addresse...
23 23 votes
3 answers 3 answers
12.8k
12.8k views
Ishrat Jahan asked Oct 29, 2014
12,776 views
Consider the code fragment written in C below : void f (int n) { if (n <= 1) { printf ("%d", n); } else { f (n/2); printf ("%d", n%2); } }Which of the following im...
21 21 votes
5 answers 5 answers
12.0k
12.0k views
Ishrat Jahan asked Oct 29, 2014
12,013 views
Consider the code fragment written in C below :void f (int n) { if (n <=1) { printf ("%d", n); } else { f (n/2); printf ("%d", n%2); } }What does f(173) print?$010110101$...