Let π΄ be any π Γ π matrix, where π > π. Which of the following statementsβ¦
2024
Let π΄ be any π Γ π matrix, where π > π. Which of the following statements is/are TRUE about the system of linear equations π΄π₯ = 0 ?
- A.
There exist at least π β π linearly independent solutions to this system
- B.
There exist π β π 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 π β π variables are 0
- D.
There exists a solution in which at least π variables are non-zero
Attempted by 99 students.
Show answer & explanation
Correct answer: A
Key idea: Use the rank-nullity theorem.
By the rank-nullity theorem, rank(A) + nullity(A) = m. Since rank(A) β€ n, we have nullity(A) = m β rank(A) β₯ m β n. The nullspace therefore has dimension at least m β n, so there exist at least m β n linearly independent solutions to A x = 0.
Statement that there exist at least m β n linearly independent solutions: true. Reason: nullity(A) β₯ m β n, so any basis of the nullspace provides at least m β n independent solutions.
Statement that there exist m β n linearly independent vectors that span all solutions: false in general. Reason: nullity may be larger than m β n, so you would need more than m β n vectors to span the nullspace. Example: if A is the zero matrix then nullspace = R^m has dimension m, which can exceed m β n.
Statement that there exists a non-zero solution with at least m β n variables equal to zero: false in general. Counterexample: let n = 2, m = 3 and A = [[1,0,1],[0,1,1]]. Solutions are scalar multiples of (β1,β1,1), which has no zero entries, so there is no nonzero solution with at least m β n = 1 zero.
Statement that there exists a solution with at least n non-zero variables: false in general. Counterexample: choose A = [I_n | 0_{nΓ(mβn)}]. Then every solution has first n entries zero and at most m β n nonzeros. If m β n < n (for example m = n + 1), no solution can have n nonzeros.
Conclusion: Only the first statement is guaranteed to be true for every n Γ m matrix with m > n.
A video solution is available for this question β log in and enroll to watch it.