Top
Back: fPiece
Forward: makeLinks
FastBack:
FastForward:
Up: stanleyreisner_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.15.18.5 sPiece

Procedure from library stanleyreisner.lib (see stanleyreisner_lib).

Assume:
I is the ideal generated by the monomials w.r.t. faces, a-b is the degree of the graded piece.

Return:
graded piece (of degree a-b) of second order deformation on ideal I.

Theory:
The procedure will compute the graded pieces of the second order deformaiton which has degree (a-b).

Example:
 
LIB "stanleyreisner.lib";
ring R=0,(x(1..4)),lp;
ideal i=x(1),x(2),x(3),x(4),x(1)*x(4),x(2)*x(4),x(1)*x(3),x(2)*x(3);
SecondOrderDeformation psi=sPiece(i,x(4)^2,x(1)*x(2));
psi;
==> phi.relations  ->  phi.over/phi.source
==> 


Top Back: fPiece Forward: makeLinks FastBack: FastForward: Up: stanleyreisner_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.3.1, 2022, generated by texi2html.