필터 지우기
필터 지우기

how to find the eigen value and plot them?

조회 수: 59 (최근 30일)
safisay
safisay 2019년 9월 30일
댓글: Shubham Gupta 2019년 9월 30일
equation.PNG
for the above equation how to find the eigen values and plot them.
Can anyone help?

답변 (1개)

Shubham Gupta
Shubham Gupta 2019년 9월 30일
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
safisay
safisay 2019년 9월 30일
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.
Shubham Gupta
Shubham Gupta 2019년 9월 30일
I am not sure how the diagonal elements are varying? Can you please share some information reagarding this?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by