Eigen Values and Eigen Vectors
- Annauen Ravacio
- Jan 13
- 1 min read


Findings/Conclusion:
A square matrix A acts on an Eigenvector by scaling it according to its corresponding Eigenvalue. The Eigenvalue is the scalar that determines how much the Eigenvector is stretched or shrunk when multiplied by the matrix. Thus, the square matrix A scales the Eigenvector by the Eigenvalue.
Comments