Syntax:= MIsSymmetric(Matrix)
Description:Returns TRUE when the given matrix is symmetric and FALSE otherwise.
A symmetrical matrix is a matrix for which the following relation holds: Aij = Aji
Example:=MIsSymmetric(A1:C3)=MIsSymmetric( mymatrix )