An open API service indexing awesome lists of open source software.

https://github.com/guybanbo/qr-algorithm

QR alogrithm for finding eigenvalues and eigenvectors of a large symmetric matrix
https://github.com/guybanbo/qr-algorithm

haskell hmatrix numpy optimization python qr-algorithm symmetric-matrix

Last synced: 18 days ago
JSON representation

QR alogrithm for finding eigenvalues and eigenvectors of a large symmetric matrix

Awesome Lists containing this project

README

          

# 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.