Skip to content Skip to sidebar Skip to footer
Showing posts with the label Eigenvector

Eigenvectors Created By Numpy.linalg.eig Don't Seem Correct

I create an arbitrary 2x2 matrix: In [87]: mymat = np.matrix([[2,4],[5,3]]) In [88]: mymat Out[88]… Read more Eigenvectors Created By Numpy.linalg.eig Don't Seem Correct

Numpy - Modal Matrix And Diagonal Eigenvalues

I wrote a simple Linear Algebra code in Python Numpy to calculate the Diagonal of EigenValues by ca… Read more Numpy - Modal Matrix And Diagonal Eigenvalues