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.