null function

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.

Risposte (1)

Walter Roberson
Walter Roberson il 27 Lug 2011

0 voti

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

Categorie

Scopri di più su Linear Algebra in Centro assistenza e File Exchange

Richiesto:

il 26 Lug 2011

Community Treasure Hunt

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

Start Hunting!

Translated by