VirtualMatrix.Inverse() Method

Top 

Description

Calculates the inverse of the matrix.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

VirtualMatrix.Inverse(

)

 

 

Return Value

Type:

Matrix of number

 

 

Returns the inverted matrix.

 

Syntax

myMatrix1 = [1,2; 3,4].Inverse();

 

 

See also

VirtualMatrix Object