필터 지우기
필터 지우기

Which algorithm eig () function use ?

조회 수: 18 (최근 30일)
Abdullah Khan
Abdullah Khan 2013년 9월 10일
댓글: MD SHAHNAWAZ HUSSAIN 2019년 3월 12일
Which algorithm eig () function use ?
I have to impliment on FPGA , can how can i find eig whithout using matlab functions , or very less

답변 (4개)

Jan
Jan 2013년 9월 10일
Which version of Matlab do you mean?
There are e.g. differences between Matlab 7.1 and Matlab 7.9. And even the same Matlab version produces slightly different results on different platforms.

Geert
Geert 2013년 9월 10일
편집: Geert 2013년 9월 10일
Good question.
I always thought the default eigenvalue algorithm was the QR algorithm ( http://people.inf.ethz.ch/arbenz/ewp/Lnotes/chapter3.pdf ), but this is just a guess...

Abdullah Khan
Abdullah Khan 2013년 9월 10일
Any version , gotta implement the ago on FPGA
Thanks
  댓글 수: 2
Jan
Jan 2013년 9월 10일
Do I understand correctly, that your question does not concern Matlab's eig() function, but that you are searching for a general algorithm? Then asking WikiPedia might be a better idea than a Matlab forum.
MD SHAHNAWAZ HUSSAIN
MD SHAHNAWAZ HUSSAIN 2019년 3월 10일
can u plz tell me which algo has been used for eig() in matlab 2014a and 2018b?

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


Christine Tobler
Christine Tobler 2019년 3월 11일
There are different algorithms for solving eigenvalue problems, depending on the properties of the inputs. The most well-known standard library for linear algebra operations is LAPACK, which is open source. Here is a reference page on solving eigenvalue problems from LAPACK:
and here's a list of some LAPACK functions related to solving the eigenvalue problem:
If you need MATLAB code that calls EIG to be translated to C code, you could also look at MATLAB Coder, which will generate C code to solve, for example, an eigenvalue problem if EIG is used.
  댓글 수: 1
MD SHAHNAWAZ HUSSAIN
MD SHAHNAWAZ HUSSAIN 2019년 3월 12일
Thanks a lot for ur response n precious time christine

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

카테고리

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