Clear Filters
Clear Filters

inverse eigen

10 views (last 30 days)
Anuradha Kumari
Anuradha Kumari on 4 Apr 2011
how can we find the inverse of eigen on a matrix?

Accepted Answer

Walter Roberson
Walter Roberson on 4 Apr 2011
Perhaps you could give an example of what you mean?
  1 Comment
Anuradha Kumari
Anuradha Kumari on 4 Apr 2011
for instance, i used matlab command [V,D]=eig(A) on matrix A, from which i get eigen vectors(V) and eigen values(D), now i wish to use eigen inverse on matrix V so what's the command for it?

Sign in to comment.

More Answers (1)

Anuradha Kumari
Anuradha Kumari on 4 Apr 2011
for instance, i used matlab command [V,D]=eig(A) on matrix A, from which i get eigen vectors(V) and eigen values(D), now i wish to use eigen inverse on matrix V so what's the command for it?

Categories

Find more on Creating and Concatenating Matrices 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!