[Math] the use of Null Space

examples-counterexampleslinear algebravector-spaces

This answer explains what is null space very effectively. In brief Null Space is the set of vectors which have 0 effect on the system when applied. So, what is the use of finding null-space? Is it just that it gives us what not to use and whether the matrix is invertible or not or is there a better use for null space? May be something like, "we know adding null-space-vectors won't change the system but improves the stability of the system?" (I'm just guessing)

Any practical examples (like the ones given in the answer referred) are greatly appreciated. Theoretical ones will also be helpful.
Thanks

Best Answer

Dear fellow mathematician,

at first, it might appear that it is not really as useful. But the opposite is true, you are going to use it to find eigenvectors which are of huge importance in linear algebra. They are used for diagonalising matrices and for Singular Value Decomposition which is of vital importance. (it’s a numerically stable way of taking powers of matrices - solving differential equations and many other things - i.e. finding n-th term of a sequence from a reccurent formula, which can be used for various)

These are the applications that I’m familiar with, I’m sure that someone will provide more.

Have a nice Sunday!

Related Question