フィルターのクリア

null function

2 ビュー (過去 30 日間)
Dan Parrish
Dan Parrish 2011 年 7 月 26 日
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.

回答 (1 件)

Walter Roberson
Walter Roberson 2011 年 7 月 27 日
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

カテゴリ

Help Center および File ExchangeOperating on Diagonal Matrices についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by