62.57 IsCommutative for near-rings

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

Previous Up Top Next
Index

GAP 3.4.4
April 1997