IsCommutative( nr )
A near-ring (N,+,cdot) is called commutative if its multiplicative semigroup is commutative.
The function IsCommutative
returns
the according value true
or false
.
gap> IsCommutative( LibraryNearring( "C15", 1235 ) ); false gap> IsCommutative( LibraryNearring( "V4", 13 ) ); true
GAP 3.4.4