Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 281 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 281 Bytes

QR-algorithm

QR alogrithm for finding eigenvalues and eigenvectors of a large symmetric matrix.
The algorithm runs on a 800*800 matrix from the included txt file-inv_matrix(800 x 800).
There are implementations of the algorithm in 2 languages: Python and Haskell.