‣ IsExteriorPowersCategory( object ) | ( filter ) |
Returns: true or false
The GAP category of cells in an exterior powers category
‣ IsCellInExteriorPowersCategory( object ) | ( filter ) |
Returns: true or false
The GAP category of cells in an exterior powers category
‣ IsObjectInExteriorPowersCategory( object ) | ( filter ) |
Returns: true or false
The GAP category of objects in an exterior powers category
‣ IsMorphismInExteriorPowersCategory( morphism ) | ( filter ) |
Returns: true or false
The GAP category of morphisms in an exterior powers category
‣ UnderlyingCell( c ) | ( attribute ) |
Returns: a CAP category object or listlist
The CAP category object or listlist of CAP category morphisms underlying the cell (=object or morphism) c.
‣ DegreeOfObject( M ) | ( attribute ) |
Returns: an integer
The degree in which the underlying object of M is placed.
‣ DegreeOfMorphism( phi ) | ( attribute ) |
Returns: a nonnegative integer
The degree of the morphism phi.
‣ ExteriorPowersCategory( l, C ) | ( operation ) |
Returns: a CAP category
Construct the category of exterior powers of l copies of objects in the category C.
‣ ObjectInExteriorPowersCategory( M, degree, EC ) | ( operation ) |
Returns: a CAP object
Construct an object in an exterior powers category
‣ *( R, cell ) | ( operation ) |
Returns: a CAP cell
Tensorize cell with the ring R.
‣ MorphismInExteriorPowersCategory( S, L, T ) | ( operation ) |
Returns: a CAP morphism
Construct a morphism in an exterior powers category
generated by GAPDoc2HTML