What is the least number of elements that need to be 0 in order for some matrix to be non-invertible?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
A matrix A is non-invertible iff det ( A ) = 0 . As an obvious counter-example, consider a matrix with all ones. □