Top
Back: sing_lib
Forward: dim_slocus
FastBack: qhmoduli_lib
FastForward: spcurve_lib
Up: sing_lib
Top: Singular 2-0-4 Manual
Contents: Table of Contents
Index: Index
About: About this document

D.5.8.1 deform

Procedure from library sing.lib (see sing_lib).

Usage:
deform(id); id=ideal or poly

Return:
matrix, columns are kbase of infinitesimal deformations

Example:
 
LIB "sing.lib";
ring r   = 32003,(x,y,z),ds;
ideal i  = xy,xz,yz;
matrix T = deform(i);
print(T);
==> x,0,0,
==> 0,0,z,
==> 0,y,0 
print(deform(x3+y5+z2));
==> xy3,y3,xy2,y2,xy,y,x,1


Top Back: sing_lib Forward: dim_slocus FastBack: qhmoduli_lib FastForward: spcurve_lib Up: sing_lib Top: Singular 2-0-4 Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 2-0-4, May 2003, generated by texi2html.