4.15.1 resolution declarations
------------------------------

Syntax:
resolution name = resolution_expression ;

Purpose:
defines a resolution.

Default:
none

Example:
  ring R;
  ideal i=z2,x;
  resolution re=res(i,0);
  re;
==>  1      2      1      
==> R <--  R <--  R
==> 
==> 0      1      2      
==> resolution not minimized yet
==> 
  betti(re);
==> 1,1,0,
==> 0,1,1 
  list l = re;
  l;
==> [1]:
==>    _[1]=x
==>    _[2]=z2
==> [2]:
==>    _[1]=-z2*gen(1)+x*gen(2)
==> [3]:
==>    _[1]=0

<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>
