IsFreeModule( obj )
returns true if obj, which may be an object of arbitrary type, is a free module, and false otherwise.
true
false
gap> IsFreeModule( nat ); false gap> IsFreeModule( a^2 ); true
Previous Up Top NextIndex