Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 16 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.