saving . . . saved Eigen Vectors has been deleted. Eigen Vectors has been hidden .
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 04-05-19, 3:24 p.m. Lathika123

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.
04-05-19, 3:28 p.m. rashpat93
Thank you ....
04-05-19, 3:38 p.m. Lathika123
thanks for gives the correct command . very nice . we chkd.
04-05-19, 3:39 p.m. tselvi123
04-05-19, 3:39 p.m. tselvi123

Login to add comment


Log-in to answer to this question.