Project

General

Profile

Activity

From 27 Apr 2023 to 26 May 2023

25 May 2023

14:30 CoCoALib Design #1744: Implement GBMill (aka Groebner Framework)
Currently in CoCoA all GB-related computations are done in this way:
# prepare an ideal/ideal-like submodule in a s...
Anna Maria Bigatti
14:18 CoCoALib Design #1744: Implement GBMill (aka Groebner Framework)
John Abbott wrote:
> A possible advantage of using "funny" indet names is that it is then clear that the value does ...
Anna Maria Bigatti
11:41 CoCoALib Design #1744: Implement GBMill (aka Groebner Framework)
John Abbott wrote:
> A possible advantage of using "funny" indet names is that it is then clear that the value does ...
Anna Maria Bigatti
11:31 CoCoALib Design #1744: Implement GBMill (aka Groebner Framework)
As a guideline: in CoCoA-4 there was the Groebner Framework:... Anna Maria Bigatti

23 May 2023

19:09 CoCoALib Design #1744: Implement GBMill (aka Groebner Framework)
A possible advantage of using "funny" indet names is that it is then clear that the value does not belong to the orig... John Abbott
16:58 CoCoALib Design #1744 (In Progress): Implement GBMill (aka Groebner Framework)
The computation of a GBasis is the core computation of many others (colon, saturation, homogenization, ...).
Such GB...
Anna Maria Bigatti
18:59 CoCoA-5 Bug #1745: Printing of Hilbert series via indent
I think we can leaving printing in a list as it is (for the time being).
Tagged values are (often) ones which we pri...
John Abbott
16:45 CoCoA-5 Bug #1745 (Feedback): Printing of Hilbert series via indent
added test in exbugs.cocoa5 Anna Maria Bigatti
12:11 CoCoA-5 Bug #1745: Printing of Hilbert series via indent
John Abbott wrote:
> There was a bug in @sppoly.cpkg5@ where the asterisk was printed directly rather than to the ou...
Anna Maria Bigatti
14:50 CoCoA-5 Slug #1629 (Feedback): RingElem slow with many indets
Anna Maria Bigatti

22 May 2023

21:07 CoCoA-5 Bug #1745 (Resolved): Printing of Hilbert series via indent
There was a bug in @sppoly.cpkg5@ where the asterisk was printed directly rather than to the output stream @D@.
Now ...
John Abbott
21:02 CoCoA-5 Bug #1745 (Closed): Printing of Hilbert series via indent
Printing of Hilbert series is "strange":... John Abbott

19 May 2023

22:07 CoCoA-5 Slug #1629: RingElem slow with many indets
Should we advance this issue to "feedback"?
John Abbott
22:05 CoCoALib Design #1744: Implement GBMill (aka Groebner Framework)
I would also like to be able to perform a GB computation in chunks determined by a time-out. It may suffice to have ... John Abbott
22:03 CoCoALib Design #1744: Implement GBMill (aka Groebner Framework)
There should probably be a "graded" mode, and then the possibility to know whether the partial/truncated basis is com... John Abbott
15:47 CoCoALib Design #1744 (In Progress): Implement GBMill (aka Groebner Framework)
Investigate and design about converting current "Buchberger"'s code into a GBMill, i.e. a class containing partial co... Anna Maria Bigatti
15:42 CoCoALib Feature #1743 (In Progress): Implement Truncated GBases for homogeneous input
Truncated GBases can be quite useful.
Find a way to implement them without duplicating to much code.
Ideally we sho...
Anna Maria Bigatti

18 May 2023

13:44 CoCoALib Feature #1742 (Resolved): MinGens could be faster
When asking for MinGens with homogeneous input, we do not need to compute the whole GBasis, not even to make pairs wh... Anna Maria Bigatti
12:53 CoCoALib Bug #1740: MinGens gives non minimal gens *if some deg=0*
New smallest example: I doubt I can beat this ;-)... Anna Maria Bigatti

16 May 2023

09:26 CoCoA-5 Slug #1629: RingElem slow with many indets
I have just checked out Anna's update, and confirm that the first example in comment 8 is now fast. Thanks to Anna.
John Abbott
09:24 CoCoALib Slug #967: Improve saturate
My suggestion above is not quite right.
The poly which I am saturating with respect to must be reduced modulo @I@.
...
John Abbott

15 May 2023

20:36 CoCoA-5 Slug #1629: RingElem slow with many indets
I must do a check-out, or Anna must do a check-in? The example from comment 8 is still slow on my computer John Abbott
20:32 CoCoALib Slug #967: Improve saturate
Let @P@ be a poly ring with indets @x[1]..x[n]@ and @y[1]..y[m]@.
Suppose the gens of ideal @I@ involve only @x@ ind...
John Abbott

12 May 2023

16:24 CoCoALib Bug #1740: MinGens gives non minimal gens *if some deg=0*
smaller... Anna Maria Bigatti
08:03 CoCoALib Feature #1654: New function IsInSymbols
See function... Anna Maria Bigatti
07:24 CoCoALib Feature #1654: New function IsInSymbols
John Abbott wrote:
> Anna, could you please describe more explicitly what you are proposing?
> I am not sure I unde...
Anna Maria Bigatti
07:59 CoCoA-5 Slug #1629: RingElem slow with many indets
Thinking all this again, I noticed that we are now using the map just to detect if the symbol found is in the symbols... Anna Maria Bigatti
07:52 CoCoA-5 Slug #1629: RingElem slow with many indets
I checked my personal code.
My guess at the old history is that I made a @map<symbol, long>@ (long instead of RingEl...
Anna Maria Bigatti

11 May 2023

08:01 CoCoA-5 Slug #1629: RingElem slow with many indets
I have my own prototype... Anna Maria Bigatti
07:34 CoCoA-5 Feature #1731: Verbosity level in CoCoA5
John Abbott wrote:
> I think it might be helpful to put 1 or 2 spaces at the start of each line printed as "verbose"...
Anna Maria Bigatti

10 May 2023

20:53 CoCoA-5 Feature #1731: Verbosity level in CoCoA5
Anna pointed out verbally that my idea in comment 5 (above) cannot easily be made to work, because the "depth counter... John Abbott
20:49 CoCoA-5 Support #1741: Documentation/Manual for HilbertFn
We could just change the second example so that it uses all the indets in the chosen ring; then I'd get an error (sin... John Abbott
09:29 CoCoA-5 Support #1741 (In Progress): Documentation/Manual for HilbertFn
The example I tried is correct (as reported on the manual page).
I copied the second example *without noticing* that...
John Abbott

08 May 2023

20:47 CoCoA-5 Support #1741 (In Progress): Documentation/Manual for HilbertFn
The manual for *@HilbertFn@* seems to need improvement.
_e.g._ @HilbertFn@ appears to work for modules too.
The e...
John Abbott
20:44 CoCoA-5 Support #1079 (In Progress): CoCoAManual: AffHilbertFn accepts also ideal (correct?)
The manual now says *@(Poly or Quotient)Ring@*.
Is this sufficient/correct? From looking at the impl in @hp.cpkg5@...
John Abbott

06 May 2023

08:54 CoCoALib Bug #1740: MinGens gives non minimal gens *if some deg=0*
I wonder if it could be made to work by assuming that all indets with weight 0 actually have epsilon (an infinitesima... John Abbott

05 May 2023

11:51 CoCoALib Bug #1740: MinGens gives non minimal gens *if some deg=0*
This example was generated by simplifying the original big example found by L.Robbiano Anna Maria Bigatti
11:49 CoCoALib Bug #1740 (Feedback): MinGens gives non minimal gens *if some deg=0*
In this example MinGens gives a result which is not minimal.
Can the algorithm MinGens work if the input is homogene...
Anna Maria Bigatti
09:31 CoCoALib Slug #1739 (Closed): IsHomog for ideals
the function IsHomog for ideals might take a long time computing a GBasis, but if
the check @IsHomog(gens(I))@ gives...
Anna Maria Bigatti
08:47 CoCoALib Design #1738: Suggestion about Graded polynomial rings
Sounds interesting: this is surely handy for "human handling".
Maybe the homogenizing ring could be created the firs...
Anna Maria Bigatti

03 May 2023

22:32 CoCoALib Design #1738: Suggestion about Graded polynomial rings
In CoCoA a poly ring has default term-order @degrevlex@ which we regard as 1-graded.
My suggestion means that by def...
John Abbott
22:29 CoCoALib Design #1738 (New): Suggestion about Graded polynomial rings
If the user creates a graded polynomial ring, maybe CoCoA could actually create 2 polynomial rings:
* the one reques...
John Abbott

29 Apr 2023

12:50 CoCoALib Slug #1737 (In Progress): Homogenization of an ideal with ZZ^1-grading
(1) With a ZZ^1-grading I think it is enough to compute a "wdeg-rev" ReducedGBasis then "saturate" each element indep... John Abbott

28 Apr 2023

16:01 CoCoALib Design #1736: Clean TmpGOperations, and remove Tmp prefix
I had to look in to *@TmpGoperations.C@* to find out about how CoCoALib implements ideal homogenization (and saturati... John Abbott
15:58 CoCoALib Design #1736 (New): Clean TmpGOperations, and remove Tmp prefix
How stable/clean is the code in *@TmpGOperations@*?
It forms a fairly central part of CoCoALib (and thus of CoCoA-5)...
John Abbott
 

Also available in: Atom