Suppose that P is a 4 x 5 matrix such that every solution of the equation Px = 0 is a scalar multiple of [2, 4, 3, 1]^T. The rank of P is __________
GATE 2021 · Engineering Mathematics · Rank of Matrix · medium
Answer: rank(P) = 4
- Identify the nullity: The null space is spanned by exactly one vector [2,4,3,1]^T, so nullity(P) = 1.
- Apply rank-nullity theorem: rank(P) = 5 - 1 = 4