bool IsSkewHermitian { get; }
ReadOnly Property IsSkewHermitian As Boolean
Get
property bool IsSkewHermitian {
bool get ();
}
abstract IsSkewHermitian : bool with get
Let be a matrix, and consider its generic entry
where and
are the
number of rows and columns of
, respectively.
Property IsSkewHermitian returns
true if and
where
is the conjugate of complex
.