Matrix Eigenvalue Problem:
where:
From: | To: |
Eigenvalues (λ) and eigenvectors (v) are fundamental concepts in linear algebra. For a square matrix A, an eigenvector is a non-zero vector that only changes by a scalar factor when that matrix is applied to it. The corresponding eigenvalue is the scalar factor by which the eigenvector is scaled.
The calculator solves the characteristic equation:
For 2×2 matrices, it computes:
Then finds eigenvectors by solving:
Properties:
Instructions:
Q1: What matrices have eigenvalues?
A: Only square matrices have eigenvalues and eigenvectors.
Q2: Can a matrix have complex eigenvalues?
A: Yes, non-symmetric real matrices can have complex eigenvalues (in conjugate pairs).
Q3: What does it mean if an eigenvalue is zero?
A: A zero eigenvalue indicates the matrix is singular (non-invertible).
Q4: How many eigenvectors can one eigenvalue have?
A: An eigenvalue has at least one eigenvector, but can have more (geometric multiplicity).
Q5: What are eigenvalues used for?
A: Applications include stability analysis, principal component analysis (PCA), quantum mechanics, vibration analysis, and more.