Right vs Left Eigenvectors Calculator

Compare right and left eigenvectors with clarity. Inspect null spaces, transpose behavior, and repeated roots. Use this calculator for practice, validation, and deeper understanding.

Calculated Result

This section appears above the form after submission.

Input Matrix

41
23

Core Metrics

Matrix Size: 2x2

Trace: 7

Determinant: 10

Symmetric: No

Characteristic Polynomial: λ² - (7)λ + (10) = 0

Interpretation

The matrix has two distinct real eigenvalues.

Right eigenvectors solve A v = λ v.

Left eigenvectors solve wT A = λ wT.

They are right eigenvectors of AT.

Eigenvalue Algebraic Multiplicity Right Geometric Multiplicity Left Geometric Multiplicity Right Eigenvector Basis Left Eigenvector Basis Left·Right
2 1 1 1 [-0.447214, 0.894427] [-0.707107, 0.707107] 0.948683
5 1 1 1 [0.707107, 0.707107] [0.894427, 0.447214] 0.948683

Calculator Form

Example Data Table

Case Matrix Main Idea
Example 1 [[4, 1], [2, 3]] Two distinct real eigenvalues. Left and right vectors differ.
Example 2 [[2, 1], [0, 2]] Repeated eigenvalue. Useful for defective matrix checks.
Example 3 [[3, 1, 0], [0, 2, 1], [0, 0, 1]] Upper triangular matrix. Eigenvalues match the diagonal.

Formula Used

Right eigenvectors satisfy A v = λ v.

That becomes (A - λI) v = 0.

So the right eigenvector basis comes from the null space of A - λI.

Left eigenvectors satisfy wTA = λ wT.

This is equivalent to (AT - λI) w = 0.

So the left eigenvector basis comes from the null space of AT - λI.

For 2×2 matrices, eigenvalues come from det(A - λI) = 0.

For 3×3 matrices, the calculator builds the cubic characteristic polynomial and solves real roots numerically.

Geometric multiplicity equals the number of null space basis vectors.

Algebraic multiplicity equals the repeated count of the eigenvalue in the characteristic polynomial.

How to Use This Calculator

  1. Select either a 2×2 or 3×3 matrix.
  2. Enter the matrix entries in the input boxes.
  3. Choose output precision.
  4. Choose how the eigenvector basis should be normalized.
  5. Click Calculate Eigenvectors.
  6. Read the result summary above the form.
  7. Compare right and left eigenvector bases for each real eigenvalue.
  8. Use the CSV button for spreadsheet export.
  9. Use the PDF button to print or save the page as a PDF.

Right vs Left Eigenvectors in Linear Algebra

Why this calculator matters

Right and left eigenvectors are not always the same. They match for many symmetric matrices. They differ for many non symmetric matrices. That difference matters in applied linear algebra. It appears in control, Markov models, vibration work, and matrix perturbation analysis.

What right eigenvectors show

Right eigenvectors describe directions that stay aligned after matrix action. The matrix only stretches or flips those directions by the eigenvalue. They are the standard vectors students first study. They support diagonalization, powers of matrices, and stability checks.

What left eigenvectors show

Left eigenvectors come from the transpose system. They act like row based partners to right eigenvectors. In many advanced problems, they give sensitivity information. They also help define biorthogonal bases for non normal matrices. That makes them important for deeper interpretation.

How this page computes them

This right vs left eigenvectors calculator first builds the characteristic polynomial. Next it finds real eigenvalues. Then it forms the matrices A minus lambda I and A transpose minus lambda I. After that, it computes null spaces with row reduction. Those null spaces produce the right and left eigenvector bases.

What to inspect in the result

Check algebraic multiplicity and geometric multiplicity together. If they differ, the matrix may be defective. Compare the left basis and right basis. If the matrix is symmetric, the two bases usually agree up to scaling. If not, expect differences. That contrast is the main teaching value here.

When to use this tool

Use it for homework checking, class demonstrations, and quick numeric validation. It is also useful when learning transpose relationships, repeated roots, and defective behavior. The export tools help you save results for reports, assignments, and revision sheets.

FAQs

1. What is a right eigenvector?

A right eigenvector is a nonzero vector v that satisfies A v = λ v. The matrix changes its magnitude or sign, but not its direction.

2. What is a left eigenvector?

A left eigenvector is a nonzero vector w that satisfies wTA = λwT. It is equivalent to a right eigenvector of the transpose matrix.

3. Why can left and right eigenvectors differ?

They differ when a matrix is not symmetric. The null space of A - λI can differ from the null space of AT - λI.

4. Does this calculator support 3×3 matrices?

Yes. It supports both 2×2 and 3×3 real matrices. It displays real eigenvalues and their real left and right eigenvector bases.

5. What happens with complex eigenvalues?

The calculator focuses on real outputs. If some eigenvalues are complex, the page notes that they are omitted from the displayed real basis results.

6. What is geometric multiplicity?

Geometric multiplicity is the dimension of the eigenspace. In this calculator, it equals the number of basis vectors found in the null space.

7. What is algebraic multiplicity?

Algebraic multiplicity is how many times an eigenvalue repeats in the characteristic polynomial. It helps identify repeated roots and defective cases.

8. When do left and right eigenvectors match?

They usually match up to scaling for symmetric matrices. In that case, A and AT have the same eigenspaces for each eigenvalue.

Related Calculators

3x3 eigenvectorsmatrix eigenvectorscorrelation eigenvaluesleft eigenvectorscovariance eigenvalueseigen decomposition stepseigenvalue condition numberunitary eigenvalueseigenvalues findereigenvector solver

Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.