Hello people!
I am having a bit trouble with verifying my result when i compute the eigenvectors for the following matrix:
A=[[3,4],[3,2]]
I know for sure that the eigenvalues is respectively -1 and 6, so i start finding a solution for the following null spaces:
1)...