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!