Table of contents
1.
Introduction
2.
EigenValues and its Properties
2.1.
EigenVectors
2.2.
Properties of EigenValues
3.
Method to find Eigenvalue with Examples
3.1.
Example of 2 x 2 Matrix
4.
FAQs
5.
Key Takeaways
Last Updated: Mar 27, 2024

EigenValue and Eigenvectors

Author Naman Kukreja
1 upvote
Career growth poll
Do you think IIT Guwahati certified course can help you in your career?

Introduction

Someone learning maths or physics must have come with the matrix topic once in its learning phase. Matrices are vital in some situations, like differential equations or linear transformations.

But in these cases, we have to use the same matrix again and again with a different scalar constant. So finding all the matrices, again and again, leads to wasted time, so is there any efficient method to solve this problem?

The answer to the above question is yes. We can use EigenVectors and EigenValues to solve this issue.

We will learn more about these terms while moving further with the blog, so let's move to our topic without wasting time.

EigenValues and its Properties

EigenValues and EigenVectors are somewhat related. We can understand Eigenvalues as a special or unique set of scalars used in linear equations or differential equations. It is used primarily with matrices. Eigen refers to a German word that means characteristic or proper.

So EigenValues can be referred to as the proper or characteristic values of the root.

Simplifying the above statements, the EigenValues can be referred to as the scalar vectors used to transform the EigenVectors.

The basic equation representing these values is:

Ax = λx

The scalar value or number λ is the EigenValue of the matrix A.

EigenVectors

EigenVectors are the vectors used in linear equations as they do not change the direction when used and applied with linear equations. It varies by only a scalar factor.

These refer to the non-zero EigenValues. They refer to the direction in which the transformation is stretched, whereas EigenValues refers to the factor by which transformation is stretched.

An Eigenspace contains all the EigenVectors that have the same Eigenvalues.

In the equation:

 Ax = λx

A is the matrix, x is the EigenVector corresponding to A, and λ is the EigenValue.

For one EigenValue, there can be an infinite number of EigenVectors.

The EigenVectors are linearly dependent for different EigenValues.

Properties of EigenValues

  • EigenValues of hermitian and real symmetric matrices are real.
  • EigenVectors are linearly dependent for different EigenValues.
  • Singular matrices have Zero EigenValues.
  • For the Square matrix λ=0, it is not an Eigenvalue.
  • In the case of the scalar multiple of the matrix, if λ is an Eigenvalue of the square matrix A, then aλ will be the EigenValue of aA.
  • If λ is an Eigenvalue of the square matrix A and n>=0 is an integer, then λn will be An 's EigenValue.
  • If λ is an Eigenvalue of the square matrix A and p(x) is the polynomial of the variable x, then p(λ) will be the EigenValue of p(A).
  • If λ is an Eigenvalue of the square matrix A, then λ-1 will be the EigenValue of A-1.
  • If λ is an Eigenvalue of the square matrix A, then λ will be the EigenValue of At.
  • The sum of EigenValues of matrix A is equal to A's trace.
  • For two matrices of the same order like A, B, the EigenValue of AB is equal to the EigenValue of BA.

Method to find Eigenvalue with Examples

For a given matrix A, we will have the equation as:

Ax = λx

Ax-λx=0

(A-λI)x=0 —--- Equation1

To satisfy the above condition, we will find the determinant of A-λI and put it equal to zero.

|A-λI|=0 —--- Equation 2

And after solving the above equation, we will get the value of λ, and those values are the EigenValues.

Example of 2 x 2 Matrix

Find the EigenValue of the 2 x 2 Matrix A where 

Solution:

So approaching the above question, Given,

So we need to use the identity matrix for a 2x2 matrix which will look like this.

We have to satisfy equation 2 to find the EigenValues so putting the values in equation 2, i.e.,

|A-λI|=0

Now by solving we get the equation as:

(4 - λ)- λ – (-2)(2)=0

-4 λ + λ2 + 4=0

By solving the above quadratic equation, we get the value

λ = -2

Hence the EigenValue for the above Matrix A is -2.

Now we will practice a question for a 3x3 Matrix.

Find the EigenValue of the given 3x3 matrix.

Solution:

We will follow the same method as above, i.e., putting det(A-λI)=0.

Where det refers to the determinant. 

I will be the 3x3 identity matrix.

So 

By solving the above equation, we get:

And solving the above determinant, we get:

(2 – λ) (12 + λ2 -7 λ-20)=0

(2 - λ)( λ2 -7 λ-8)=0

2 λ-14 λ – 16 – λ3+7 λ+8 λ=0

λ 3-9 λ2+6 λ+16=0

By solving the above cubic equation, we get the values of λ as -1, 2, 8.

So these three are the EigenValues of the matrix A.

FAQs

1. What do you mean by EigenValue?

They are also known as latent or characteristic roots. These are the special or unique set of scalars associated with linear transformations.

2. Can EigenValue be Zero?

Yes, it can be zero.

3. How many EigenValue can a 3x3 matrix have?

It can have a maximum of 3 EigenValues.

4. Do we consider zero as an EigenVector?

No, we don’t consider zero as EigenVector.

Key Takeaways

In this article, we have extensively discussed the EigenValues and EigenVectors, their properties and method to find them, and all this with examples to better understand.

We hope that this blog has helped you enhance your knowledge regarding Linear Algebra and if you would like to learn more, check out our articles on Code studio. Do upvote our blog to help other ninjas grow.

 “Happy Coding!”

Live masterclass