Generalised eigen system - Extracting eigen values and eigen vectors from given matrices
古いコメントを表示
Hi,
I am working on parametric model fitting (ellipse fitting) using direct least squares method. I have two matrices namely, a design scatter matrix A and a constraint matrix B with which I need to find the Ellipse parameters. I am aware that matlab function 'eig' gives me the results in terms of eigen values and eigen vectors which can be further processed to actual results.
I am keen to learn the way in which matlab function 'eig' works mathematically. Any links to relevant sources will be helpful too. I like to learn the actual mathematical approach in eig function design as I shall have to code this methodology into managed C++.
Please share your knowledge on how to re-write 'eig' function.
Regards,
Bhaskar
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Linear Algebra についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!