Difference between revisions of "ApCoCoA-1:LinSyz.Resolution"

From ApCoCoAWiki
(adding remark about returning reduced generators.)
(Added ApCoCoAServer note)
Line 6: Line 6:
 
</syntax>
 
</syntax>
 
     <description>
 
     <description>
 +
{{ApCoCoAServer}}
 +
 
This command computes the resolution of a given module, which is generated by vectors consisting of linear forms. Be aware of the fact that this is very new and may contain bugs! Also the linear forms may not have any constant component, so if your system has some, you have to make the system homogeneous first via introducing a new indeterminate.
 
This command computes the resolution of a given module, which is generated by vectors consisting of linear forms. Be aware of the fact that this is very new and may contain bugs! Also the linear forms may not have any constant component, so if your system has some, you have to make the system homogeneous first via introducing a new indeterminate.
  

Revision as of 13:57, 14 November 2008

LinSyz.Resolution

computing the Syzygy moduls for a Module, generated by linear forms

Syntax

$linsyz.Resolution(Module,Int):List

Description

Please note: The function(s) explained on this page is/are using the ApCoCoAServer. You will have to start the ApCoCoAServer in order to use

it/them.

This command computes the resolution of a given module, which is generated by vectors consisting of linear forms. Be aware of the fact that this is very new and may contain bugs! Also the linear forms may not have any constant component, so if your system has some, you have to make the system homogeneous first via introducing a new indeterminate.

If the second paramer is set to 0, all syzygy moduls will be computed. otherwise, if the second parameter is n, the first n syzygy moduls will be computed.

the first set in the resulting lists contains the '0-th' syzygy modul and consists of the interreduced generators!

See also

LinSyz.BettyNumber

LinSyz.BettyNumbers

LinSyz.SyzModule