eigen vectors and values algorithm
조회 수: 2 (최근 30일)
이전 댓글 표시
i need to know the algorithm by which matlab (or generally how can i) calculate the eigen values and vectors of a Non Symmetric matrix , i need the numeric algorithm to try to implement it in C
댓글 수: 0
답변 (1개)
José-Luis
2014년 9월 17일
편집: José-Luis
2014년 9월 17일
Matlab uses BLAS and LAPACK.
If you want to know the actual implementation, then you should ask the Mathworks. They might not be so forthcoming in exposing the guts of Matlab though...
Note that both BLAS and LAPACK can be linked in a C program, so you'd just be reinventing the wheel.
댓글 수: 2
참고 항목
카테고리
Help Center 및 File Exchange에서 Matrices and Arrays에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!