autovetor
Autovetor is the term used in many languages, including Portuguese, for what in English is called an eigenvector. An eigenvector of a square matrix A is a nonzero vector v that satisfies Av = λv for some scalar λ, called the eigenvalue. In other words, applying the linear transformation represented by A to v results in a vector that is a scalar multiple of v.
To find eigenvectors, one typically determines the eigenvalues by solving the characteristic equation det(A − λI) = 0.
Key properties include that for real symmetric matrices, eigenvectors corresponding to distinct eigenvalues are orthogonal, and
Common computational methods include the power iteration, which finds the dominant eigenvector, and the QR algorithm,