Can You Find a Matrix Where Column Space Equals Null Space?

  • Context: Undergrad 
  • Thread starter Thread starter iNagib
  • Start date Start date
  • Tags Tags
    Column
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 4K views
iNagib
Messages
1
Reaction score
0
Hey fellas could use a hand on a linear question that has been bugging me.

Give an example of a 4 x 4 matrix such that col A = nul A
Appreciate any help!
Thanks,
ib
 
Physics news on Phys.org
To start with, remember that dim(col A) + dim(null A) = 4, so we better have dim(col A) = dim(null A) = 2.
 
If col A = null A, then given any vector x in R4, Ax ∈ col A = null A, so A2x = 0. Since x is arbitrary, A2 = 0. Conversely, if A2 = 0, you can show that col A ⊆ null A, and you need dim(col A) = 2. This might help a bit in finding such a matrix.

(Matrices A such that Ak = 0 for some integer k are called nilpotent.)