Module: Editor
Version: 18.03+
Description
The formula 'UnitMatrix' returns the unit matix of a specified dimension.
Parameters
Dimension: The dimension of the unit matrix that is to be created
Example
Description
In the following example the formula 'UnitMatrix' is used to create a unit matrix
Values parameters
Result
Matrix:
Column1 | Column2 | Column3 |
1 | 0 | 0 |
0 | 1 | 0 |
0 | 0 | 1 |
As you see the result is a unit matrix with 3 dimensions.
Feedback
If you have any questions about this subject or if you want to provide us feedback please send us an e-mail.