‣ IsZariskiCoframe ( object ) | ( filter ) |
Returns: true
or false
The GAP category of Zariski coframes.
‣ IsObjectInZariskiCoframe ( object ) | ( filter ) |
Returns: true
or false
The GAP category of objects in a Zariski coframe.
‣ IsMorphismInZariskiCoframe ( morphism ) | ( filter ) |
Returns: true
or false
The GAP category of morphisms in a Zariski coframe.
‣ IsIrreducibleObjectInZariskiCoframe ( A ) | ( property ) |
Returns: true or false
Check if A is irreducible or not. A shorthand ist IsIrreducible
( A ).
‣ Dimension ( A ) | ( attribute ) |
Returns: an integer
The dimension of A.
‣ FactorizeObject ( A ) | ( attribute ) |
Returns: an integer an object in a Zariski coframe.
The degree of A. The factored object of A.
‣ IrreducibleComponents ( A ) | ( attribute ) |
Returns: a list
The list of irreducible components of A.
3.4-1 \[\]
‣ \[\] ( A, i ) | ( operation ) |
Returns: an object in a Zariski coframe
The i-th irreducible component of A.
‣ KnownFactors ( A ) | ( operation ) |
Returns: a list
The list of currently known factors of A.
generated by GAPDoc2HTML