Matrix.Identity(Variable, Variable) Method

Top 

Description

Returns the Identity matrix with the specified number of rows and columns.

 

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.Identity(

Variable rows,


Variable columns)

 

 

Arguments

rows


Description:

The number of rows for the Identity matrix.

Valid Range:

rows > 0

 

 

columns


Description:

The number of columns for the Identity matrix.

Valid Range:

columns > 0

 

 

 

Return Value

Type:

Matrix of number

 

 

The Identity matrix with the specified number of rows and columns.

 

Syntax

myMatrix1 = Matrix.Identity(myVariable1, myVariable2);

 

 

See also

Matrix Object

Matrix.Identity

Matrix, Array, and Variable Math Guide