Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
abs
valor absoluto, magnitude
Seqüência de Chamamento
t=abs(x)
Parâmetros
- x
matriz ou vetor de reais ou complexos
- t
matriz ou vetor de reais
Descrição
abs(x) é o valor absoluto dos elementos de
x. Quando x é de complexos,
abs(x) é o módulo complexo (magnitude) dos elementos de
x.
Exemplos
abs([1,%i,-1,-%i,1+%i])
| Report an issue | ||
| << Matrix operations | Matrix operations | and >> |