Module: Editor
Version: 5.1.4 +
Description
The formula 'PowerMatrixScalar' returns the result of each element of a matrix raised to a power. The formula 'PowerMatrixScalar' creates a new matrix with elements that are raised to a chosen exponent.
Parameters
Matrix: the matrix you want to use as base for the exponentiation.
Power: is the exponent to which the base number is raised.
Example
Description
In the following example the formula 'PowerMatrixScalar' is used to get a matrix from which the elements are raised to a power.
Values parameters
Matrix:
Column 1 | Column 2 | Column 3 |
2 |
5 |
8 |
3 |
6 |
9 |
4 |
7 |
10 |
Power: 2
Result
Output:
Column 1 | Column 2 | Column 3 |
4 |
25 |
64 |
9 |
36 |
81 |
16 |
49 |
100 |
The result is a matrix with elements that are raised to power 2.
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.