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