ProductName  

Returns True if the matrix is a symmetric matrix, otherwise returns False.

Syntax

MatrixObject.IsSymmetric(MaxDifference)

Return Value

Returns a Boolean True or False value.

Parameters

MaxDifference
Optional. The maximum allowable difference when comparing sub diagonal elements. Default value is 0.000000001  (1E-9).

Remarks

IsSymmetric returns False if matrix is not a square matrix.

See Also

Applies To: Matrix | CMatrix