39.4 IsFpAlgebra

IsFpAlgebra( obj )

returns true if obj is a finitely presented algebra, and false otherwise.

    gap> IsFpAlgebra( FreeAlgebra( GF(2), 0 ) );
    true
    gap> IsFpAlgebra( last );
    false 

Previous Up Top Next
Index

GAP 3.4.4
April 1997