M-1(inverse)
Matrix
The Inverse node takes in a matrix, then returns the inverted matrix. Since there is no matrix division, this node is a solution for getting something similar to that situation when needed (under the hood, it just multiplies to get the same result as division). This is also used to reverse a translation of a matrix.
Inputs
A (Pseudo-Generic)
The matrix we want to inverse.
Outputs
* (Pseudo-Generic)
Returns the inverted matrix.
Further Reading
Videos
See Also
- Wikipedia's definition of a matrix & invertible matrix.