Function ReferenceINVOn this pageINV Returns the inverse of a square matrix. Aliases: INVERSE CategoryMatrixSyntaxINV(matrix) Parameters ParameterRequiredDescriptionmatrixRequiredA square, non-singular matrix. Example INV([1, 2; 3, 4]) Auto-generated from the EngCanvas function registry.