Skip to main content

INV

Returns the inverse of a square matrix.

Aliases: INVERSE

CategoryMatrix
SyntaxINV(matrix)

Parameters

ParameterRequiredDescription
matrixRequiredA square, non-singular matrix.

Example

INV([1, 2; 3, 4])

Auto-generated from the EngCanvas function registry.