How to normalize vectors using numpy
I have this function to get the eigenvectors and eigenvalues of a matrix, in the last part I try to normalize to eigenvectors, and to make sure it worked I tried to check the orthonormality of them as shown down here: