Syntax: answer=INV(square matrix)
Description: Returns the inverse of the first operand, which must be a square matrix.
Group: matrix
Note:
Example:INV([1,0;0,1]) = [1,0;0,1]
Also see:
Implemented in: LambdaINV.java