Module: Editor
Version: 5.1.4 +
Description
The formula 'SquareRootMatrix' returns the square root of each element of a matrix. The function 'SquareRootMatrix' creates a new matrix with the same amount of rows and columns as the matrix used for the input, but with the square root of the elements.
Parameters
Matrix: the matrix you want to take the square root of.
Example
Description
In the following example the formula 'SquareRootMatrix' is used to take the square root of the elements of a matrix.
Values parameters
Matrix:
Column1 | Column2 | Column3 |
2 |
5 |
8 |
3 |
6 |
9 |
4 |
7 |
10 |
Result
Matrix:
Column1 | Column2 | Column3 |
1,414 |
2,236 |
2,828 |
1,732 |
2,449 |
3 |
2 |
2,646 |
3,162 |
The result is a matrix with the square root of each element of the chosen matrix.
Related Topics
- PowerScalarMatrix: The formula 'PowerScalarMatrix' returns the result of scalar raised to each element of a matrix.
- PowerMatrixScalar: The formula 'PowerMatrixScalar' returns the result of each element of a matrix raised to a power.
Feedback
If you have any questions about this subject or if you want to provide us feedback please send us an e-mail.