Find eigenvalues, eigenvectors, and diagonalize square matrices with detailed solutions
Enter a square matrix to compute its diagonalization, eigenvalues, and eigenvectors. This tool provides complete step-by-step solutions for linear algebra problems.
Enter elements row by row: separate elements with commas (,) and rows with semicolons (;)
Try these common matrix diagonalization examples to understand the process
Already diagonal 2×2 matrix with eigenvalues on diagonal
Size: 2x2
Matrix: 2,0;0,3
Symmetric 2×2 matrix (always diagonalizable)
Size: 2x2
Matrix: 1,2;2,1
3×3 matrix with distinct eigenvalues
Size: 3x3
Matrix: 1,0,0;0,2,0;0,0,3
Non-diagonal 3×3 matrix demonstrating diagonalization
Size: 3x3
Matrix: 2,1,0;1,2,1;0,1,2