Tested tool guide
Tested browser tools
Checked August 16, 2026
What Eigenvalue & Eigenvector Visualizer does, with a checked example
Enter a 2x2 or 3x3 matrix to obtain its eigenvalues and corresponding eigenvectors, then view the real eigenvector directions that remain invariant under the matrix transformation. The results connect the equation Av = lambda v with the geometry of stretching, shrinking, or reversing vectors. A common surprise is that an eigenvector is not unique: every nonzero scalar multiple represents the same direction, so a displayed vector may look different from an equally correct hand-calculated answer.
Worked example
A concrete input and expected output from the current implementation.
->
Expected output
Eigenvalues: {2, 3}. Eigenvector directions: span((1, 0)^T) for eigenvalue 2 and span((0, 1)^T) for eigenvalue 3. Multiplying (1, 0)^T by the matrix gives 2(1, 0)^T, while multiplying (0, 1)^T gives 3(0, 1)^T. The x-axis and y-axis are therefore invariant directions, scaled by factors of 2 and 3 respectively.