필터 지우기
필터 지우기

The algorithm of eig() function

조회 수: 2 (최근 30일)
Kamanashis Saha
Kamanashis Saha 2016년 9월 6일
댓글: Walter Roberson 2016년 9월 8일
I need to learn about the algorithm of the eig() function to know how some errors is imposed on the eigen values of a system and how the matlab writes the script or the algorithm to derive the eigen values of a matrix system. Anyone can help me with the algorithm or the script of the eig() function in MATLAB or recommend me some resources how matlab runs eig() function??

답변 (1개)

KSSV
KSSV 2016년 9월 7일
In MATLAB workspace type edit eig ; this will open the eig.m code, in there you can read about eig. PS: don't edit anything in the code.
  댓글 수: 3
KSSV
KSSV 2016년 9월 8일
Yes dear friend....read the help part of it...it says what method it uses.
Walter Roberson
Walter Roberson 2016년 9월 8일
It does not indicate the method as of R2016a. Which version are you looking at?

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

카테고리

Help CenterFile Exchange에서 Operating on Diagonal Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by