linearly independent eigen vectors
Show older comments
set of linearly independent eigenvectors
A=[2 0 0 0 0 0
0 2 0 0 0 0
0 0 2 0 0 0
0 0 0 2 0 0
0 0 0 0 2 0
0 0 0 0 0 2];
3 Comments
Shannu
on 18 Sep 2020
John D'Errico
on 18 Sep 2020
NO. It is NOT done using rank. You want to compute the eigenvectors. I wonder what function in MATLAB computes eigenvectors? Duh, I wonder. Could eig be useful?
Shannu
on 18 Sep 2020
Accepted Answer
More Answers (1)
BOB MATHEW SYJI
on 18 Sep 2020
i is the eigen vector and j is the eigen values
[i j]=eig(A)
Categories
Find more on Linear Algebra in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!