필터 지우기
필터 지우기

Computational cost of function eig

조회 수: 9 (최근 30일)
Viviana Arrigoni
Viviana Arrigoni 2016년 12월 12일
댓글: Walter Roberson 2016년 12월 12일
I am wondering what is the computational cost (using asymptotic notation) of function eig in MatLab r2016, and what algorithm is used to compute the diagonal matrix and the change of basis matrix. In this discussion http://it.mathworks.com/matlabcentral/answers/10335-computational-complexity-of-eig-and-pinv it says it is something around O(n^3), or maybe something less, but why? Thank you in advance
  댓글 수: 3
Walter Roberson
Walter Roberson 2016년 12월 12일
It depends on the properties of the matrix whose eigenvalues are being taken.
Viviana Arrigoni
Viviana Arrigoni 2016년 12월 12일
What if the matrix is symmetric?

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

답변 (1개)

Walter Roberson
Walter Roberson 2016년 12월 12일
https://en.m.wikipedia.org/wiki/Eigenvalue_algorithm
  댓글 수: 1
Walter Roberson
Walter Roberson 2016년 12월 12일
You should probably assume that for sufficiently large arrays that MATLAB invokes one of the below routines:

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

카테고리

Help CenterFile Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by