[Scilab-users] equivalent to eigs in scilab

paul.carrico at free.fr paul.carrico at free.fr
Wed Jun 10 23:11:03 CEST 2015


Dear All

I get a Matlab file and I would like to know what is the equivalent to

Matlab:
n = 6;
[u,v]=eigs(K,M,n,'SM'); // where K and U and 2 sparse matrix
                        //'SM' means Smallest for my understanting -> looking for the 6th lower eigen values, isn't it ?

Scilab:
Spec or bdiag seems to be equivalent, but I failed in using them 

How should I to proceed ?

Thanks

Paul



More information about the users mailing list