Closed erich-9 closed 6 years ago
I think that this is a problem with GBNP. It seems that GBNP is computing something it thinks is a Groebner basis, while the command
When
So I think that one needs to check if this ideal has a finite Groebner basis or not by hand to get to the bottom of this problem/issue.
Entering this example into QPA2 and computing a Groebner basis takes approximately 5 seconds, and it computes a Groebner basis with the same number of elements as GBNP. The one from GBNP might be tipreduced, while the one from QPA2 is not. But since both of them produce a finite Groebner basis, this ideal most likely has a finite Groebner basis. The command
You are completely right. The Groebner basis computed by GBNP and the result of AdmitsFinitelyManyNontips are both correct. So there is no problem and I am closing this issue.
Thank you very much for the detailed explanations and sorry for my mistake.
There seems to be another issue with the routines for Groebner bases (not related to GBNP and #20).
For example, the code
produces with
QPA 1.27
and1.29
the error message:I think the problem is that
A
is erroneously found to be finite dimensional.