OpenBIMRL | Mathematical matrices functions
Class path: math.matrix.matrixDeterminant
Determinant

Description
Calculates the determinant of a matrix.
Input
| Input | Name | Type | Description |
|---|---|---|---|
| 0 | Matrix | Matrix | Matrix from which the determinant is calculated |
Output
| Output | Name | Type | Description |
|---|---|---|---|
| 0 | Result | Number | Determinant |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself