Matrix.Rank(Variable) Method

Top 

Description

Calculates the rank 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

Matrix.Rank(

Variable tolerance)

 

 

Arguments

tolerance


Description:

The tolerance for the rank calculation

Valid Range:

tolerance ≥ 0

 

 

 

Return Value

Type:

number

 

 

Returns the rank of the matrix.

 

Syntax

myVariable1 = myMatrix1.Rank(myVariable2);

 

 

See also

Matrix Object

Matrix.Rank

Matrix, Array, and Variable Math Guide