Eigenvalue

Applies to: general, python, physics

An eigenvalue tells how much a matrix stretches an eigenvector whose direction is unchanged by the transformation.

vals, vecs = np.linalg.eig(A)

See also: matrix, linear-system