0% found this document useful (0 votes)
172 views1 page

Eigen Values and Eigen Vector of An Arbitrary Matrix Using Scilab Programming

Here we are choosing any arbitrary matrix A and by using spec(command in scilab) we get eigen vector on the coloumns of matrix v and eigen values on diagonal of the diagonal matrix d.

Uploaded by

Rahul
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
172 views1 page

Eigen Values and Eigen Vector of An Arbitrary Matrix Using Scilab Programming

Here we are choosing any arbitrary matrix A and by using spec(command in scilab) we get eigen vector on the coloumns of matrix v and eigen values on diagonal of the diagonal matrix d.

Uploaded by

Rahul
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Program -

Aim To find the eigen value and eigen vector of a matrix.

RB

You might also like