IComplexMatrixPatternsIsSkewHermitian Property

Gets a value indicating whether this instance is Skew-Hermitian.

Definition

Namespace: Novacta.Analytics
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
bool IsSkewHermitian { get; }

Property Value

Boolean
true if this instance is Skew-Hermitian; otherwise, false.

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 IsSkewHermitian returns true if LaTeX equation and LaTeX equation where LaTeX equation is the conjugate of complex LaTeX equation.

See Also