/Eigenvalues

Find the Eigenvalues of a matrix using QR Factorization using python and NumPy

Primary LanguagePython

Eigenvalues

Find the Eigenvalues of a matrix using QR Factorization using python and NumPy

Requirments

NumPy is required

Instructions

Put the matrix into the matrix.txt file where the columns are seperated by spaces and rows are seperated by newlines Example for a 4x4 matrix:

1 3 0 0

3 2 1 0

0 1 3 4

0 0 4 1