CSEL 303 FINAL PROJECT

Welcome to our CSEL 303 Final Project! We've built an Eigenvalues and Eigenvector Calculator system using JavaScript and website development. Experience the convenience of our calculator! Input your matrix, and get immediate results without the hassle. Rest assured, we prioritize efficiency over perfection, providing quick solutions to simplify your mathematical computations.

BSCS-3A: Group 5

ELBO
ELBO JR. RENATO R.
ANDAL
ANDAL, PRECIOUS
TRISH
VILLADIEGO, TRISH
FLORES
FLORES, EDRIAN
IVAN
ORENCIA, NEIL IVAN
MICO
VILLAFOR, JUSTIN MICO

Module 6

EIGENVALUE AND EIGENVECTOR

Start

Eigenvalue:

  • The unique collection of scalars connected to the system of linear equations.
  • It is also possible to refer to this concept as a characteristic value, characteristic root, appropriate value, or hidden root.
  • An input scalar that transforms the eigenvector.
  • The basic equation is Ax = λx
  • The number or scalar value “λ” is an eigenvalue of A.
  • Eigenvector:

  • Non-zero vectors that remain in their original direction after applying any linear transformation.
  • It only modifies by a single scalar factor.
  • In a summary, we may state that if x is a vector in vector space V that is not zero and A is a linear transformation from V, then v is an eigenvector of A if A(X) is a scalar multiple of x.
  • An Eigenspace of vector x consists of a set of all eigenvectors with the equivalent eigenvalue collectively with the zero vector.
  • Though, the zero vector is not an eigenvector.
  • Let us say A is an “n × n” matrix and λ is an eigenvalue of matrix A, then x, a non-zero vector, is called as eigenvector if it satisfies the given below expression; Ax = λx
  • x is an eigenvector of A corresponding to eigenvalue, λ.