01 January 1970 8 5K Report

As we are aware of the importance of eigen values of matrix and also the mathematical efforts needed to solve for the same. But can we reduce those efforts or can we at-least generalize the method to compute all the eigen values. As we know:

1. power method is mostly used numerical method to compute eigen value , but as the size of matrix increases it's not smart approach to use this method.

2. Using characteristic polynomial , computationally, is even cumbersome approach because one needs numerical method to find the roots of characteristic polynomial.

Can there exist any algorithm which can be used on general matrix to find the eigen value??

Similar questions and discussions