public bool IsSkewSymmetric { get; }
Public ReadOnly Property IsSkewSymmetric As Boolean
Get
public:
virtual property bool IsSkewSymmetric {
bool get () sealed;
}
abstract IsSkewSymmetric : bool with get
override IsSkewSymmetric : bool with get
Let be a matrix, and consider its generic entry
where and
are the
number of rows and columns of
, respectively.
Property IsSkewSymmetric returns
true if and
.