<< linspace | Elementary functions | log10 >> |
R = log(M) |
a variable
result of log: Natural logarithm.
log computes the natural logarithm.
If input argument is a complex number or negative, log(z) computes log(abs(z)) + angle(z) * i.
x = [1+i,-i;i,2i];
r = log(x)
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET