Module: Editor
Version: 5.1.4 +
Description
The formula 'Exponent' returns the result of 'e' raised to each element of a matrix. The formula 'Exponent' creates a new matrix with elements that are 'e' raised to each element of the chosen matrix.
Parameters
Power: the matrix you want to use as exponents for the raise of 'e'.
Example
Description
In the following example the formula 'Exponent' is used to get a matrix with a chosen base number that is raised to the elements of a chosen matrix.
Values parameters
Power:
Column 1 | Column 2 | Column 3 |
2 |
5 |
8 |
3 |
6 |
9 |
4 |
7 |
10 |
Result
Output:
Column 1 | Column 2 | Column 3 |
7,389 |
148,413 |
2980,958 |
20,086 |
403,429 |
8103,084 |
54,598 |
1096,633 |
22026,466 |
The result is a matrix with elements with base 'e' that are raised to the elements of the used matrix.
Related Topics
- PowerScalarMatrix: The formula 'PowerScalarMatrix' returns the result of scalar raised to each element of a matrix.
Feedback
If you have any questions about this subject or if you want to provide us feedback please send us an e-mail.