62.64 IsRegularNearring

IsRegularNearring( nr )

A near-ring N is called regular if all its elements are regular.

The function IsRegularNearring simply checks if all elements of the near-ring nr are regular and returns the according boolean value true or false.

  gap> IsRegularNearring( LibraryNearring( "V4", 4 ) );
  false

Previous Up Top Next
Index

GAP 3.4.4
April 1997