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

<font size="-1">
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; User manual for <a href="http://www.singular.uni-kl.de/"><i>Singular</i></a> version 2-0-4, October 2002,
generated by <a href="http://www.gnu.org/software/texinfo/"><i>texi2html</i></a>.
</font>

</body>
</html>
