Matrix.ConditionNumber(Variable) Method

Top 

Description

Calculates the condition number of the matrix using the specified norm.

 

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

Variable normType)

 

 

Arguments

normType


Description:

Determines the type of norm to use in the condition number calculation.

Valid Values:

Value

Label

0

Frobenius-Norm

1

1-Norm

2

2-Norm

3

Infinity-Norm

 

 

 

 

Return Value

Type:

number

 

 

Returns the condition number of the matrix.

 

Syntax

myVariable1 = myMatrix1.ConditionNumber(myVariable2);

 

 

See also

Matrix Object

Matrix.ConditionNumber

Matrix, Array, and Variable Math Guide