Top
Back: homog
Forward: imap
FastBack: Functions and system variables
FastForward: Control structures
Up: Functions
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

5.1.51 hres

Syntax:
hres ( ideal_expression, int_expression )
Type:
resolution
Purpose:
computes a free resolution of an ideal using the Hilbert-driven algorithm.

More precisely, let R be the basering and I be the given ideal. Then hres computes a minimal free resolution of R/I If the int_expression k is not zero then the computation stops after k steps and returns a list of modules

list L=hres(I,0); returns a list L of n modules (where n is the number of variables of the basering) such that in the above notation.

Note:
The ideal_expression has to be homogeneous.
Accessing single elements of a resolution may require some partial computations to be finished. Therefore, it may take some time.
Example:
 
See betti; ideal; int; lres; minres; module; mres; res; sres.

Top Back: homog Forward: imap FastBack: Functions and system variables FastForward: Control structures Up: Functions Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 3-1-6, Dec 2012, generated by texi2html.