Click or drag to resize

ComplexMatrixIsSkewSymmetric Property

Gets a value indicating whether this instance is skew symmetric.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public bool IsSkewSymmetric { get; }

Property Value

Type: Boolean
true if this instance is skew symmetric; otherwise, false.

Implements

IMatrixPatternsIsSkewSymmetric
Remarks

Let LaTeX equation be a matrix, and consider its generic entry

LaTeX equation

where LaTeX equation and LaTeX equation are the number of rows and columns of LaTeX equation, respectively.

Property IsSkewSymmetric returns true if LaTeX equation and LaTeX equation.

See Also