Reputation: 13
I am trying to find the eigenvalues of a characteristic equation in Python, the problem is that in the equation |A-lambda I|=0, the matrix that multiplies lambda isn't the identity matrix, but I have to make clear that this matrix different to the identity matrix is a diagonal matrix.
Upvotes: 0
Views: 334