saving . . . saved eigen value has been deleted. eigen value has been hidden .
eigen value
Title
Question
by which command we will find the eigen value of a matrix

Scilab Vector-Operations 05-06 min 20-30 sec 04-05-19, 3:13 p.m. Kkishor84k

Answers:

spec("Type name of matrix")
Eg. spec(A)
04-05-19, 3:16 p.m. rashpat93



a=[1 2 3; 3 4 5; 12 3 4];
spec(a)
04-05-19, 3:17 p.m. drvkannan786


Log-in to answer to this question.