Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 303 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 303 Bytes

QRDecomposition

Program that takes an input symmetric matrix and computes its Eigenvalues and Eigenvectors through QR Iteration.

The matrix input.txt file has to be in the given format, consisting of the size of the matrix followed by the matrix elements. The results will be in the output.txt file.