Scilab Help >> Funções Elementares > Matrix operations
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 — soma cumulativa
- 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
- tril — parte triangular inferior de uma matriz
- triu — triângulo superior da matriz
- unwrap — unwrap a Y(x) profile or a Z(x,y) surface. Unfold a Y(x) profile