what algorithm does EIG() MATLAB function use ?

조회 수: 11 (최근 30일)
salah eddine
salah eddine 2016년 4월 28일
댓글: salah eddine 2016년 7월 5일
Hi,
I would like to know which algorithms doses the built-in function EIG uses to compute the eigenvalues of a real symmetric definite positive matrix. I tried >>edit eig to get the script but i couldn't.
Thanks
  댓글 수: 4
John D'Errico
John D'Errico 2016년 5월 26일
편집: John D'Errico 2016년 5월 26일
You could do it by breaking the problem down into those respective blocks, thus extract each block in turn, then solve each subproblem using eig, all in a loop.
Will this be more efficient than simple use of eig? It depends, because you would then be introducing extra function call overhead, extra work that may actually exceed the gain if your problem is not too large.
salah eddine
salah eddine 2016년 7월 5일
Hi John D'Errico,
First, Thank you for responding. What you've said is exactly what i was looking for but i couldn't do it. Can you help me please.
Sincerely yours,

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Linear Algebra에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by