Luis Manuel Román García
ITAM , 2018
What is a hard problem?
A quick glance through the contents of the average 60 papers per year in SIMAX shows that roughly 40% of the papers are associated with eigenvalue problem research, and it is likely that this holds more or less for the many papers per year that focus on numerical linear algebra.
A harder problem
The generalized eigenvalue problem
The generalized eigenvalue problem
Steps:
1.- Reduce B to upper triangular (QR)
2.- Reduce A to Hessenberg form
3.- Reduce A to quasitriangular form
4.- Compute the eigenvalues
5.- Compute the eigenvectors
QZ traps and pitfalls
1.- Infinite eigenvalues
2.- Vanishing entries
3.- Computationally intensive
Under some regularity assumptions, the best we can expect is super linear - quadratic convergence:
Best case scenario
In an online scenario regret grows O(log(T)):
Best case scenario