eigenvectors AND eigenvalues

description

  • eigenvectors: vectors that are stretched or squashed during the transformation
  • eigenvalue: the values of stretching or squashing during the transformation, can be negative or not exist xz z

solving

  • finding eigenvec and eigenval of matrix A comes down to solving for (scaling value - eigenvalues) and v (scaling vectors - eigenvectors), in
  • to solve the eigenvalue , solve: ,
  • knowing that we dont want the eigenvectors v = 0, the matrix to solve is , which looks like this
  • fundamental behind (each bullet points are following inferences):
    • equation β†’ the product of matrix with nonzero vector v = 0
    • If the linear transformation (A - Ξ»I) squishes the space into a lower dimension β†’ the transformation must have a nontrivial null space
      • The null space of the transformation is the set of all vectors v that satisfy the equation
      • The equation implies that the linear transformation maps every vector v to the zero vector β‡’ the transformation is not injective β‡’ det = 0 (see injection and determinant relation)
    • it goes down to finding
      • eigenvalues:
      • eigenvectors: replace with the result found β†’ find v1, v2 vectors
      • S: