41.15 IsIrreducible for Row Modules

IsIrreducible( M )

returns true if the (quotient of a) row module M is irreducible, and false otherwise.

    gap> IsIrreducible( nat );
    false
    gap> IsIrreducible( nat / FixedSubmodule( nat ) );
    true 

Previous Up Top Next
Index

GAP 3.4.4
April 1997