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!