Ecosyste.ms: Awesome
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: 16 days ago
JSON representation
QR alogrithm for finding eigenvalues and eigenvectors of a large symmetric matrix
- Host: GitHub
- URL: https://github.com/guybanbo/qr-algorithm
- Owner: guybanbo
- Created: 2024-09-18T07:10:15.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T07:28:49.000Z (about 2 months ago)
- Last Synced: 2024-10-31T13:04:22.329Z (16 days ago)
- Topics: haskell, hmatrix, numpy, optimization, python, qr-algorithm, symmetric-matrix
- Language: Haskell
- Homepage:
- Size: 1.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.