eigen vector
Title
Question
by which command we will find the eigen vector of a matrix
Scilab Matrix-Operations 05-06 min 20-30 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