Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

Independent University, Bangladesh

School of Engineering and Computer Science


Department of Electrical & Electronic Engineering

Course ID EEE-314L

Course Title Numerical Technique Lab

Student Name MD AKIF RAHMAN

Student ID 1711396

Experiment No: 03
Experiment Name: Study of Eigenvalues and Eigenvectors of a square matrix.
Objectives:
➢ To get introduced with basic MATLAB command Eigenvalues and Eigenvectors.
➢ Perform different operations on given examples.
➢ Verify MATLAB output of the operations with the theoretical hand calculations.

Apparatus:
➢ MATLAB

Theory: (In Short)


• Square matrix
• Eigenvalues
• Eigenvectors
• Diagonal Matrix
• Applications of Eigenvalues and Eigenvectors

MATLAB Commands:
Operations Commands
‘A’ is the square matrix,
‘V’ is the eigenvector and
Polynomial [V,D] = eig(A)
‘D’ is the diagonal matrix
of eigenvalues.

Equation:
𝑨. 𝑽 = 𝑽. 𝑫

Experiments:
Write down appropriate MATLAB code to find the Eigenvalues and Eigenvectors of the following matrix:
• A = [3 2 -2; -3 -1 3; 1 2 0]
• A = [1 2 3; 4 0 0; 5 0 6]
• A = [2 3; 8 9]
Result Analysis:
Conclusion:
In this experiment, the eigenvalues and eigenvectors of square matrix of orders 2 and 3 were
calculated using MATLAB. We used the MATLAB tool eig to determine the eigen values . And
to get the eigen vector of the supplied matrix, we used the MATLAB command
[V,D]=eig(matrix name), where V stands for the eigen vector and D for the diagonal matrix of
eigen values. We applied the mathematical analysis that we learned in MAT 131 for our
theoretical calculations. The values of the eigen values in this instance for our experiment match
theoretical and experimental values exactly.
LAB REPORT RUBRICS

Student Name MD AKIF RAHMAN Student ID 1711396


Course Title Numerical Technique Lab Course Code EEE 314L
Term Spring Summer Autumn Year 2022
Experiment Study of Eigenvalues and Eigenvectors of a square Experiment
03
Name matrix. Number
Submission
26-June,2022 Due Date 27-June,2022
Date
Tick () on the appropriate box (any one from 1 to 5)
Rubrics (weight) Accomplished Intermediate Developing Intermediate Novice
(5) (4) (3) (2) (1)
Understanding Defined experiment Intermediate Defined Intermediate Defined
experiment’s requirements and between experiment between novice experiment
requirements assume circuit developing requirements and and developing. requirements and
(25%) specifications, if any, and assume circuit assume circuit
properly. accomplished. specifications, if specifications, if
any, moderately. any, poorly.

Building Circuit Conducted Intermediate Conducted Intermediate Conducted


and conducting experiment properly between experiment between novice experiment
experiment (25%) by building developing & moderately by and developing. poorly by
simulation circuit accomplished. building building
using required simulation circuit simulation circuit
specification. using required using required
specification. specification.

Result and Analyzed and Intermediate The results are Intermediate The results are
analysis (25%) interpreted the results between analyzed to some between novice analyzed poorly
properly using the developing extent according and developing. due to
converter parameters. and to specified incomplete
accomplished. requirements. simulation.

Remarks / Answered the given Intermediate Answered Intermediate Answered the


Answering questions correctly between partially the given between novice given questions
Question (25%) and describe the developing questions and and developing. incorrectly and
remarks properly. and describe the describe the
accomplished. remarks remarks poorly.
moderately.

Sub Total 80
Deduction for late
submission / any
other issue
Total (100%)
10% of Total

You might also like