41.10 IsFreeModule

IsFreeModule( obj )

returns true if obj, which may be an object of arbitrary type, is a free module, and false otherwise.

    gap> IsFreeModule( nat );
    false
    gap> IsFreeModule( a^2 );
    true 

Previous Up Top Next
Index

GAP 3.4.4
April 1997