up previous next
TVecPrintRes    --    resolution associated to type vector


Syntax
TVecPrintRes(TV: LIST)

Description
This function prints the resolution associated to the type vector TV, i.e. of the ideal of a K-configuration described by TV.

See TVecFromHF .

Example
/**/  Use P ::= QQ[x,y,z,t];
/**/  HF := HilbertFn(P/Ideal(x, y^3, z^2-t*x));  HF;
/**/  TV := TVecFromHF(HF);  TV;
/**/  TVecPrintRes(TV);
0 --> R(-5)(+)R(-6) --> R(-3)(+)R^2(-4)(+)R^2(-5) --> R(-1)(+)R(-2)(+)R(-3)(+)R(-4) --> R

See Also