Eigen Vectors
Title
Question
How we can use scilab to find the Eigen vectors of a square matrix?
Scilab Matrix-Operations 01-02 min 0-10 sec
Answers:
To get eigen values and eigen vector of C then type,
[A,B]=spec(C)
A will give eigen vectors B will give eigen values.
Login to add comment