Matrix.Inverse() Method

Top 

Description

Calculates the inverse of the matrix.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Method Signature

Matrix.Inverse(

)

 

 

Return Value

Type:

Matrix of number

 

 

Returns the inverted matrix.

 

Syntax

myMatrix1 = myMatrix2.Inverse();

 

 

See also

Matrix Object

Matrix, Array, and Variable Math Guide