Compute inverse of 3-by-3 matrix
Aerospace Blockset / Utilities / Math Operations
The Invert 3x3 Matrix block computes the inverse of 3-by-3 matrix.
If det(A) = 0, an error occurs and the simulation stops.
expand all
Port_1
Input matrix to be inverted, specified as a 3-by-3 matrix.
Data Types: double
double
Matrix inverse of input matrix, returned as a 3-by-3 matrix.
Adjoint of 3x3 Matrix | Create 3x3 Matrix | Determinant of 3x3 Matrix