edited by
9,879 views
38 votes
38 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$
edited by

7 Answers

0 votes
0 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

0 votes
0 votes

A matrix with number of rows equal to number of columns is square matrix and when determinant of square matrix is zero, it is called singular matrix or non- invertible matrix.

Properties of singular matrix:
Singular matrices are those where some rows or columns can be expressed by a linear combination of others.
here M is a square matrix with zero determinant i.e. M is singular |M|=0
Statements(s1,s2): correct
BY using property of singular matrix, we can see that columns or rows do not contain additional information.They are redundant and using row elimination or column elimination, matrix determinant is equal to zero.so it can be represented as linear combinations.
Statement (s3): correct
As |M| is equal to zero,it will give non trivial solution. as matrix properties say, for a non trivial solution, determinant should be equal to zero.
Statement(s4): incorrect
We know that the formula for finding the inverse of a square matrix M is: M −1 = adjoint(M)/|M|
If |M| = 0, then M −1 would given an indeterminate form; i.e. its inverse will not exist.

Answer:

Related questions

45 votes
45 votes
3 answers
6
Ishrat Jahan asked Nov 2, 2014
8,195 views
Let $A$ be an $n \times n$ matrix of the following form.$$A = \begin{bmatrix}3&1&0&0&0&\ldots&0&0&0\\1&3&1&0&0&\ldots&0&0&0\\0&1&3&1&0&\ldots&0&0&0\\0&0&1&3&1&\ldots&0&0&...
54 votes
54 votes
8 answers
8
Ishrat Jahan asked Oct 29, 2014
12,317 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 address...