Scilab-Branch-6.1-GIT
- Ajuda do Scilab
- Funções Elementares
- Bitwise operations
- Complex
- Matemática discreta
- Elementary matrices
- Exponential
- Ponto flutuante
- Integer representation
- Inteiros
- Matrix manipulation
- Matrix operations
- Search and sort
- Set operations
- Trigonometria
- &, &&
- extraction
- ind2sub
- insertion
- isempty
- isequal
- modulo
- ndims
- |, ||
- size
- sub2ind
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
Matrix operations
- abs — valor absoluto, magnitude
- and — logical AND between the elements of a boolean or numerical array
- cross — vector cross product
- cumprod — produto cumulativo
- cumsum — somas cumulativas parciais dos elementos de uma matriz
- kron .*. — Produto de Kronecker. Weighted array replication
- kron .\. ./. — Kronecker left and right divisions
- max — maximum
- min — minimum
- norm — normas de um vetor ou uma matriz
- or — logical OR over the elements of a boolean or numerical array
- prod — produto
- sign — signum function
- signm — função do sinal da matriz
- sum — soma (soma linha, soma coluna) de entradas de um vetor ou matriz
Report an issue | ||
<< Matrix manipulation | Funções Elementares | Search and sort >> |