Created a page for the Determinant node. |
Added a note about how determinates need a square matrix to work. |
||
Line 13: | Line 13: | ||
The '''Determinant''' node takes in a matrix value and returns the area of the matrix. | The '''Determinant''' node takes in a matrix value and returns the area of the matrix. | ||
{{Note|It is worth noting that this only works with a square matrix (a matrix with the same number of rows and columns). As of currently, you can only create a matrix that is square in [[Resonite]], this is not an issue until an update that allows for different sized matrices.|information}} | |||
Applications used by this: | Applications used by this: |
Latest revision as of 09:38, 29 June 2024
Determinant
Matrix
The Determinant node takes in a matrix value and returns the area of the matrix.
Applications used by this:
- Transformations and Graphics
- Collision Detection
- Physics Simulations
- Camera Systems
- Optimization and Efficiency
Inputs
A (Pseudo-Generic)
The matrix value.
Outputs
* (Pseudo-Generic)
Returns the determinant of that matrix.
Further Reading
Videos
See Also
- Wikipedia's definition of matrix & determinant.