Spec in Scilab
spec in scilab. This page provides information on what is spec command or spec function in scilab.
Scilab has inbuilt function named spec()
to calculate the eigenvalues of a matrix. It takes exactly one argument which is a matrix.
To find eigenvalues of matrix A we need to execute spec(A)
command. spec()
command is used to find eigenvalues of a matrix A in scilab.
Comments