Lukas' Notes

Home

❯

Knowledge

❯

Eigenvector

Eigenvector

Jul 25, 20251 min read

linear-algebra

Definition

Eigenvector

An eigenvector is a vectors that has an eigenvalue.

Example

Matrix Example

To find the eigenvectors of an eigenvalue λ1​=4 for a square matrix A∈Fn×n, the homogeneous linear system of equation must be solved:

(4⋅I2​−A)⋅x=[3−3​−22​]⋅x=0

Graph View

  • Definition
  • Example
  • Matrix Example

Backlinks

  • Eigenvalue

Created with Quartz v4.4.0 © 2025

  • GitHub