Difference between revisions of "ApCoCoA-1:LinSyz.Resolution"
From ApCoCoAWiki
(initial push in) |
(fixing a key and referring to LinSyz.SyzModule.) |
||
Line 13: | Line 13: | ||
<see>LinSyz.BettyNumber</see> | <see>LinSyz.BettyNumber</see> | ||
<see>LinSyz.BettyNumbers</see> | <see>LinSyz.BettyNumbers</see> | ||
+ | <see>LinSyz.SyzModule</see> | ||
</seealso> | </seealso> | ||
<key>heldt</key> | <key>heldt</key> | ||
− | <key>linsyz. | + | <key>linsyz.Resolution</key> |
<wiki-category>Package_linsyz</wiki-category> | <wiki-category>Package_linsyz</wiki-category> | ||
</command> | </command> |
Revision as of 08:13, 22 July 2008
LinSyz.Resolution
computing the Syzygy moduls for a Module, generated by linear forms
Syntax
$linsyz.Resolution(Module,Int):List
Description
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
See also