top | item 21543774

(no title)

j1vms | 6 years ago

Somewhat related to some of the questions that have been raised here:

- for the set of matrices that possess them ("transformation matrices that only perform stretch/contract"), eigenvectors (with their associated eigenvalues) play a role quite analogous to the role primes play in the integer set. They provide a unique, identifying "spectrum" for said matrix. This is made explicit by eigendecomposition (spectral decomposition).

- with extension via singular value decomposition (SVD method) to any square matrix (e.g. "transformation matrices that might also shear, rotate"), certain operations such as exponentiation of the square matrix can performed very quickly once eigenvectors/eigenvalues have been obtained via the SVD method.

discuss

order

creative-coder|6 years ago

Wow... your comment is infact more useful pearl of wisdom for getting the intuition of Eigen-values/vectors. Can you suggest some book/reference that best conveys this intuition ? Somehow, Gilbert Strang's Linear Algebra does put me to sleep :/

nimish|6 years ago

Linear algebra done right by Sheldon axler

Linear algebra that focuses on matrices of numbers is missing the point and a proper numerical linear algebra class will teach them better anyway

etatoby|6 years ago

I recommend the Linear Algebra series of YouTube videos by 3blue1brown.

MontyCarloHall|6 years ago

>for the set of matrices that possess them ("transformation matrices that only perform stretch/contract"), eigenvectors

Minor nitpick: this should end with “real eigenvectors.” Rotation matrices certainly have eigenvectors, they’re just complex.