62.48 IsDistributiveNearring

IsDistributiveNearring( nr )

A right near-ring N is called distributive near-ring if its multiplication is also left distributive.

The function IsDistributiveNearring simply checks if all elements are distributive and returns the according boolean value true or false.

  gap> IsDistributiveNearring( LibraryNearring( "S3", 25 ) );
  false

Previous Up Top Next
Index

GAP 3.4.4
April 1997