GATE CS 2024 Set 1 — Question 49

MSQ+2 / -0HardSystem of Linear EquationsLinear AlgebraEngineering Mathematics

Engineering Mathematics → Linear Algebra → System of Linear Equations

Last updated

Question

Let AA be any n×mn \times m matrix, where m>nm > n. Which of the following statements is/are TRUE about the system of linear equations Ax=0Ax = \mathbf{0} ?
A.
There exist at least mnm - n linearly independent solutions to this system
B.
There exist mnm - n linearly independent vectors such that every solution is a linear combination of these vectors
C.
There exists a non-zero solution in which at least mnm - n variables are 0
D.
There exists a solution in which at least nn variables are non-zero

Correct answer

(A) There exist at least m - n linearly independent solutions to this system

Solution

The system Ax=0Ax = \mathbf{0} is a homogeneous system with nn equations and mm variables.
1.Analyze Option (A):
The set of all solutions to Ax=0Ax = \mathbf{0} forms the null space (or kernel) of the matrix AA. The dimension of this space is called the nullity of AA.
According to the Rank-Nullity Theorem:
rank(A)+nullity(A)=m\text{rank}(A) + \text{nullity}(A) = m nullity(A)=mrank(A)\text{nullity}(A) = m - \text{rank}(A) Since AA has nn rows, the maximum possible rank is nn. Thus, rank(A)n\text{rank}(A) \le n.
Substituting this inequality:
nullity(A)mn\text{nullity}(A) \ge m - n This means the dimension of the solution space is at least mnm - n. Therefore, there exist at least mnm - n linearly independent solutions. Statement (A) is TRUE.
2.Analyze Option (B):
This statement implies that the dimension of the solution space is exactly mnm - n (i.e., the solution space is spanned by mnm-n vectors). This is true only if rank(A)=n\text{rank}(A) = n. However, the problem states AA is any matrix. If rank(A)<n\text{rank}(A) < n, the nullity would be greater than mnm - n. Thus, this is not always true. Statement (B) is FALSE.
3.Analyze Option (C):
This statement claims there is a non-zero solution with at least mnm - n zeros. This is equivalent to saying there is a non-zero solution with at most m(mn)=nm - (m - n) = n non-zero entries (support size n\le n).
Consider the case where n=1,m=2n=1, m=2 and A=[11]A = \begin{bmatrix} 1 & 1 \end{bmatrix}. The equation is x1+x2=0x_1 + x_2 = 0. Non-zero solutions are of the form k(1,1)k(1, -1). Every non-zero solution has 2 non-zero entries. We need a solution with at most n=1n=1 non-zero entry, which is impossible here. Statement (C) is FALSE.
4.Analyze Option (D):
This statement claims there is a solution with at least nn non-zero entries.
Consider n=2,m=3n=2, m=3 and A=[100010]A = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \end{bmatrix}. The equations are x1=0,x2=0x_1 = 0, x_2 = 0. Solutions are of the form (0,0,x3)(0, 0, x_3). Any solution has at most 1 non-zero entry. We need at least n=2n=2 non-zero entries, which is impossible. Statement (D) is FALSE.

More questions on Linear Algebra

Practice GATE CS PYQs with adaptive difficulty

Timed practice, skill tracking, and AI explanations — free to start.

Start practicing free