필터 지우기
필터 지우기

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 CenterFile Exchange에서 Operating on Diagonal Matrices에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by