Eigenvector Calculator
Calculate eigenvectors and eigenvalues for 2×2 and 3×3 matrices with step-by-step solutions. Enter matrix elements, detect complex roots, and share results.
Calculate Eigenvectors & Eigenvalues
Your Results
Calculation Steps
Understanding Eigenvectors & Eigenvalues
Mathematical Definition
Key Properties
Eigenvectors only change in magnitude, not direction when multiplied by the matrix
Eigenvalues tell us how much the eigenvector is scaled
Found by solving det(A - λI) = 0
Real-World Examples
Natural frequencies and mode shapes of structures
Principal component analysis for data compression
Web page ranking algorithm using dominant eigenvector
Calculation Methods
2×2 Matrix Method
2×2 matrices always have analytical solutions
3×3 Matrix Complexity
• Requires solving cubic characteristic polynomial
• No simple closed-form solutions (unlike quadratics)
• Numerical methods needed: QR algorithm, power iteration
• Our calculator provides simplified educational results
Complex Eigenvalues
When discriminant < 0, eigenvalues are complex:
- • Often represent rotational or oscillatory behavior
- • Common in systems with periodic motion
- • Complex conjugate pairs in real matrices
Applications in Different Fields
- • Structural vibration analysis
- • Control systems stability
- • Circuit analysis
- • Modal analysis
- • Principal Component Analysis (PCA)
- • Dimensionality reduction
- • Data compression
- • Feature extraction
- • Quantum mechanics operators
- • Crystal lattice vibrations
- • Normal modes
- • Energy states
- • PageRank algorithm
- • Image recognition
- • Machine learning
- • Network analysis
Example Matrices
Identity Matrix (2×2)
[0 1]
Eigenvectors: Any vector
Property: Every vector is an eigenvector
Diagonal Matrix Example
[0 2]
Eigenvectors: [1,0] and [0,1]
Property: Eigenvalues are diagonal elements
Rotation Matrix (90°)
[1 0]
Property: Pure rotation has complex eigenvalues
Application: 2D rotational transformations