ApCoCoA-1:LinSyz.BettyNumbers

From ApCoCoAWiki
Revision as of 07:33, 23 April 2009 by Stadler (talk | contribs)

LinSyz.BettyNumbers

Computes Betty numbers of module generated by linear forms.

Syntax

LinSyz.BettyNumbers(M:MODULE):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 all Betty numbers 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 homogenize the system first via introducing a new indeterminate.

  • @param M A module for which all Betty numbers will be computed.

  • @return A list of all Betty numbers of M. The first indeterminate returned contains the number of generators, such that this command does not produce conflicts with LinSyz.Resolution, which returns the interreduced generators first.

See also

LinSyz.BettyNumber

LinSyz.Resolution

LinSyz.SyzModule