<< dec2hex | Elementary functions | factorial >> |
R = exp(M) |
a variable
result of exp: exponential.
exp computes the exponential value.
If input argument is a complex number, exp computes exp(x) * (cos(y) + i * sin(y)) with z = x + i * y.
x = [1+i,-i;i,2i];
r = exp(x)
conj.
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET