Clear Filters
Clear Filters

null function

2 views (last 30 days)
Dan Parrish
Dan Parrish on 26 Jul 2011
How does the null function work ? When I row-reduce as a method of finding eigenvectors, I sometimes get a very different answer from what the null function produces.

Answers (1)

Walter Roberson
Walter Roberson on 27 Jul 2011
Z = null(A) is an orthonormal basis for the null space of A obtained from the singular value decomposition. That is, A*Z has negligible elements, size(Z,2) is the nullity of A, and Z'*Z = I

Categories

Find more on Operating on Diagonal Matrices in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!