Matrix which columns form the eigenspace of the eigenvalue k of A?

조회 수: 38 (최근 30일)
Niklas Tyni
Niklas Tyni 2019년 10월 26일
답변: Siriniharika Katukam 2020년 2월 27일
I want to write a function EIGENSPACE, which takes a matrix A and a scalar k as argument and returns a matrix which columns form the eigenspace k of A.
A = [0,0,4;1,0,-17;0,1,8]
I guess I first have to write a function for row reductions and then identify the null-space from the (R)REF of A-k*eye(size(A)) OR something like this:
null(A-k*eye(size(A)), 'r')
Thanks in advance

답변 (1개)

Siriniharika Katukam
Siriniharika Katukam 2020년 2월 27일

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by