how to find the eigen value and plot them?

Risposte (1)

To find the eigen values you can use :
e = eig(A);
help eig % for more information on eigen function and how to use it
and to plot simply use
plot(e);
help plot % to get more information on various options related to the function
I hope it helps

2 Commenti

I understand what you are saying. But I want make a loop to find the eigen value as some of the variables have initial conditions.
I am not sure how the diagonal elements are varying? Can you please share some information reagarding this?

Accedi per commentare.

Categorie

Scopri di più su Linear Algebra in Centro assistenza e File Exchange

Richiesto:

il 30 Set 2019

Commentato:

il 30 Set 2019

Community Treasure Hunt

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

Start Hunting!

Translated by