nomemory / andreinc-site

My personal blog
10 stars 4 forks source link

2021/01/20/eigenvalues-and-eigenvectors-explained #8

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Linear transformations, Eigenvectors and Eigenvalues - an easy explanation | andreinc

A short mathematical explanatory article on Linear Transformations, Eigenvalues and Eigenvectors.

https://www.andreinc.net/2021/01/20/eigenvalues-and-eigenvectors-explained

ClecioJung commented 2 years ago

First, thnks for the excelent tutorial. But, I have one doubt: How can we make an algorithm to solve for the eigenvectors, if the linear system (A - lambda*I) = 0 is underdetermined?

cs0rfecs0rfe commented 5 months ago

An excellent, clear explanation - Just what I needed to know. Thanks.