Read-only forum archive

Calculate a Large Groebner Basis

Calculate a Large Groebner Basis

Yen-lung Tsai · Thu Aug 11, 2005 5:32 pm

I need to calculate a very large Groebner basis. It takes forever to calculate it by using "groebner" or "std" commands.

I might not actually need the whole basis, so I am wondering if there is any way that I could see which polynomials are adding to the basis when I use the command "groebner", "std", etc. I did use "option(prot)" but that did not show which polynomails were adding to the basis.

Any suggestion and help will be much appreciated. Thanks in advance.

email: ytsai@math.uci.edu
Posted in old Singular Forum on: 2003-06-23 02:45:59+02

Calculate a Large Groebner Basis

Hans Schönemann · Tue Sep 20, 2005 5:34 pm

The only way to get partial results is via degBound:
start with degBound=1 and recompute with larger
values for degBound and the last result as input.

email: hannes@mathematik.uni-kl.de
Posted in old Singular Forum on: 2003-07-17 13:48:33+02