Skip to content

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

Notifications You must be signed in to change notification settings

pavlos163/QRDecomposition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages