Elementary functions | allfinite >> |
R = abs(M) |
a variable
result of abs: absolute value.
abs computes the absolute value.
If input argument is a complex number, abs computes the complex magnitude.
x = [1+i,-i;i,2i];
r = abs(x)
conj.
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET