The exponential. |
||
Syntax |
e = Exp(m) |
|
Argument |
Name |
Description |
m |
A scalar, vector or a matrix. |
|
Output |
Name |
Description |
e |
The exponential of each entry. |
|
Example |
Find the exponential of elements in a matrix: |
|
Syntax |
||
E = Exp([1,2;3,4]) |
||
Result |
||
E = 2.7183 7.3891 20.086 54.598 |
||
Comments |
The argument values must be real. |
|
See Also: |