Scilab 5.5.1
      
      - Ajuda do Scilab
 - Funções Elementares
 - Bitwise operations
 - Complex
 - Matemática discreta
 - Elementary matrices
 - Exponential
 - Ponto flutuante
 - Integer representation
 - Matrix manipulation
 - Matrix operations
 - Search and sort
 - Set operations
 - Signal processing
 - Symbolic
 - Trigonometria
 - and
 - cat
 - cell2mat
 - cellstr
 - isempty
 - isequal
 - lstsize
 - modulo
 - ndims
 - or
 - sign
 - size
 - IsAScalar
 - &
 - iscolumn
 - ismatrix
 - isrow
 - isscalar
 - issquare
 - isvector
 - nthroot
 - num2cell
 - |
 - unwrap
 
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
Matrix operations
- abs — valor absoluto, magnitude
 - cumprod — produto cumulativo
 - cumsum — soma cumulativa
 - kron — produto de Kronecker (.*.)
 - max — máximo
 - min — mínimo
 - norm — norma de matrizes
 - prod — produto
 - signm — função do sinal da matriz
 - sum — soma (soma linha, soma coluna) de entradas de um vetor ou matriz
 - tril — parte triangular inferior de uma matriz
 - triu — triângulo superior da matriz
 - cross — vector cross product
 
| Report an issue | ||
| << Matrix manipulation | Funções Elementares | Search and sort >> |