To find the EIGEN value of a given matrix:
AIM OF THE EXPERIMENT:
To find the eigen value of a given matrix using scilab.
REQUISITES:
A PC/laptop.
Scilab 6.0.0 must be installed.
THEORY:
The given matrix is & eigen values are found as follows.
clc
OUTPUT:
AIM OF THE EXPERIMENT:
To find the eigen value of a given matrix using scilab.
REQUISITES:
A PC/laptop.
Scilab 6.0.0 must be installed.
THEORY:
The given matrix is & eigen values are found as follows.
PROCEDURE:
1. Switch on your PC/laptop.
1. Switch on your PC/laptop.
2. Go to all programs & open scilab 6.0.0.
3. Go to Scinotes.
4. Write the coding/program.
5. Save the file & use extension name .sci
6. Then execute & go to the scilab console window for output.
CODING:clc
M=[0 1 ;1 0];
eig=spec(M);
[v, val]=spec(M);
disp(eig,'Eigen values are');
OUTPUT:
Model syllabus (+3): Downoad
List of all practicals:Download
Get all Books: Download
- How to Prepare for IIT-JAM ⇠ ⇠ Click Here
- How to prepare for JEST ⇠ ⇠ Click Here
"Imagination is more important than knowledge" Albert Einstein
Contact for content writing:
email : smartbiswa1992@gmail.com
Post a Comment