62.63 RegularElements

RegularElements( nr )

Let (N,+,cdot) be a near-ring. An element n of N is called regular if there is an element x such that ncdot xcdot n = n.

The function RegularElements returns a list of all regular elements of a near-ring nr.

  gap> RegularElements( LibraryNearring( "V4", 4 ) );       
  [ () ]

Previous Up Top Next
Index

GAP 3.4.4
April 1997