Exercise "matrix diagonalization"
- Implement the Jacobi rotation method.
- Investigate the time it takes to diagonalize a matrix with
classic and cyclic Jacobi algorithms for the following classes of
(real symmetric) matrices:
- random matrices;
- matrices which are diagonal except for the last column, which is
random.