What is the nullity of a zero matrix?

  • Context: Undergrad 
  • Thread starter Thread starter SprucerMoose
  • Start date Start date
  • Tags Tags
    Matrix Zero
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 14K views
SprucerMoose
Messages
62
Reaction score
0
Gday,

I was wondering if someone could tell what the nullity of an nxn zero matrix is? I can't decide if its zero or n. Could someone knowledgeable please enlighten me?Thanks
 
Physics news on Phys.org
Hi SprucerMoose :smile:

Well, the nullity of a matrix is defined as the dimension of it's nullspace (or kernel). So let O be our zero matrix, then the nullspace is

[tex]\{x\in \mathbb{R}^n~\vert~Ox=0\}[/tex]

Clearly, every vector satisfies Ox=0. Thus the nullspace is entire [tex]\mathbb{R}^n[/tex]. The dimension of [tex]\mathbb{R}^n[/tex] is n. Hence, the nullity of the zero matrix is n.

Please note, that the matrices with nullity 0 are exactly the invertible matrices (in finite-dimensional spaces of course). And, as you might know, the zero matrix is far from being invertible!
 
Thanks very much for the speedy and clear response.