The algorithm of eig() function
8 次查看(过去 30 天)
显示 更早的评论
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??
0 个评论
回答(1 个)
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 个评论
Walter Roberson
2016-9-8
It does not indicate the method as of R2016a. Which version are you looking at?
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!