- Aide de Scilab
- Code Matlab => Scilab
- Equivalences Matlab -> Scilab
- E
- echo (Matlab function)
- eig (Matlab function)
- eigs (Matlab function)
- else (Matlab function)
- elseif (Matlab function)
- erf (Matlab function)
- erfc (Matlab function)
- erfcx (Matlab function)
- error (Matlab function)
- etime (Matlab function)
- eval (Matlab function)
- exist (Matlab function)
- exit (Matlab function)
- exp (Matlab function)
- expm (Matlab function)
- eye (Matlab function)
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
eig (Matlab function)
Find eigenvalues and eigenvectors
Matlab/Scilab equivalent
Matlab | Scilab |
d = eig(A,'balance') [V,D] = eig(A,'balance') [V,D] = eig(A,'balance') d = eig(A,B) d = eig(A,B) d = eig(A,B) [V,D] = eig(A,B) |
Particular cases
- eig(A)
Scilab equivalent for eig(A) is spec(A). Scilab eigenvector matrix can differ from Matlab one.
- eig(A,'nobalance')
There is no Scilab equivalent for "nobalance" option. See examples.
- eig(A,B,flag)
There is no Scilab equivalent for flag.
|
Report an issue | ||
<< echo (Matlab function) | E | eigs (Matlab function) >> |