Eigen Values and Eigen Vectors Flashcards
Equation used for eigen vector and eigen values
AX = λX
Give basic definition of eigen vector and eigen values
Let Aₙₓₙ for any scalar λ, ∃ X≠0 (non-zero vector) such that AX = λX
λ is called eigen value of Anxn
and
X ≠ 0 is called eigen vector corresponding to λ.
Another name of Eigen value
Characteristic value of Aₙₓₙ
AX = λX
explain it in words
Matrix multiplication of vector = Scalar multiple of vector
Characteristic equation
|A - λI|=0
How to find eigen values
By solving characteristic equation i.e |A - λI|=0
How to find Eigen vectors
By solving (A - λI)X = 0. {here X≠0}
No. of Independent eigen vectors
(formula not definition)
No. of independent eigen vectors for an eigen value λ = n - rank(A-λI) = no. of free variable of A-λI
=geometric multiplicity of λ
General characteristic equation of A
|A-λI| = (-1)ⁿ λⁿ + (-1)ⁿ⁻¹ Trace(A) λⁿ⁻¹ + ——-+|Anxn| = 0
Aₙₓₙ has _______________ number of eigen values
Anxn has n number of eigen values
Note of General characteristic equation
If coefficient of λⁿ is (-1)ⁿ then constant term of characteristic polynomial of Aₙₓₙ = |A| = determinant of A
and
coefficient of λⁿ⁻¹ = (-1)ⁿ⁻¹ Trace(A)
How do we get determinant of matrix by general characteristic equation
If coefficient of λⁿ is (-1)ⁿ then the constant term = determinant of matrix
How do we get Trace(A) by characteristic equation
If coefficient of λⁿ is (-1)ⁿ then
(-1)ⁿ⁻¹ Trace(A) = coefficient of λⁿ⁻¹
Sum of eigen values of matrix A
Trace(A)
Trace(A) in terms of eigen values
Trace(A) = Sum of eigen values of A
Product of eigen values
Determinant of matrix
i.e.|A|
Determinant of A in terms of eigen values
Product of eigen values
A and Aᵀ
explain in context of eigen values
eigen values of A = eigen values of Aᵀ