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

40 ビュー (過去 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 Center および File ExchangeLogical についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by