Project

General

Profile

Activity

From 05 May 2017 to 03 Jun 2017

23 May 2017

11:32 Slug #1049: GroebnerFan: slow examples
Having 4 indets makes it easy to find "big" examples:... John Abbott

22 May 2017

14:45 Feature #813 (In Progress): Implement "elim" in CoCoALib
John Abbott wrote:
> I do not understand: "closed" but progress is 10%.
> Also your last comment suggests that ther...
Anna Maria Bigatti
14:24 Feature #813: Implement "elim" in CoCoALib
I do not understand: "closed" but progress is 10%.
Also your last comment suggests that there is still some design i...
John Abbott
14:10 Feature #813 (Closed): Implement "elim" in CoCoALib
There is @myElim@. Maybe I meant making a _function_?
Easy, anyway.
Anna Maria Bigatti
13:52 Feature #979: SmallestNonDivisor -- new fn
While preparing an example of a simple ideal with a big "universal denominator" I encountered a number with about 330... John Abbott

19 May 2017

15:55 Slug #1049: GroebnerFan: slow examples
... John Abbott
11:55 Bug #1069: GroebnerFan: ERROR: Matrix must be invertible
I just removed the coefficients to John's last example:... Anna Maria Bigatti
11:48 Bug #1069: GroebnerFan: ERROR: Matrix must be invertible
Just to clarify: this means that one cannot create this ring, hmmmmm....... Anna Maria Bigatti
11:45 Bug #1069: GroebnerFan: ERROR: Matrix must be invertible
Here is another "slightly smaller" matrix whose determinant is zero mod 32749:... John Abbott
11:16 Bug #1069: GroebnerFan: ERROR: Matrix must be invertible
Here is another example which gives trouble:... John Abbott

18 May 2017

21:00 Bug #1069: GroebnerFan: ERROR: Matrix must be invertible
Here are some order matrices with not-too-big entries whose det is a multiple of 32749:... John Abbott

17 May 2017

18:02 Slug #1057: Slug: Polynomial ring contructor slow with (big) matrix ordering
... Anna Maria Bigatti
10:39 Slug #1057 (In Progress): Slug: Polynomial ring contructor slow with (big) matrix ordering
First problem found: @NewOrdvArith(ord)@ ic computed twice.
If @ord@ is defined by M, then many checks are done on M.
Anna Maria Bigatti
15:52 Bug #1069: GroebnerFan: ERROR: Matrix must be invertible
John Abbott wrote:
> Another approach would be to persuade GFan to produce matrices with smaller entries... this is ...
Anna Maria Bigatti
15:46 Bug #1069: GroebnerFan: ERROR: Matrix must be invertible
Another approach would be to persuade GFan to produce matrices with smaller entries... this is probably not so easy! John Abbott
15:45 Bug #1069 (In Progress): GroebnerFan: ERROR: Matrix must be invertible
The correct solution would be to have a proper implementation of matrix orderings without any "tricks" (too bad if it... John Abbott
15:39 Bug #1069: GroebnerFan: ERROR: Matrix must be invertible
John Abbott wrote:
> Here is a guess as to what the problem is... for matrix orderings there was some "funny trick" ...
Anna Maria Bigatti
15:18 Bug #1069: GroebnerFan: ERROR: Matrix must be invertible
Here is a guess as to what the problem is... for matrix orderings there was some "funny trick" using a matrix reduced... John Abbott
15:09 Bug #1069: GroebnerFan: ERROR: Matrix must be invertible
Another smaller example (but not as small as Anna's)... John Abbott
14:29 Bug #1069: GroebnerFan: ERROR: Matrix must be invertible
Smaller example, but still too big... Anna Maria Bigatti
11:37 Bug #1069 (In Progress): GroebnerFan: ERROR: Matrix must be invertible
The following causes an error:... John Abbott
13:47 Slug #1070: Slug: MakeTermOrd (rk calls in RemoveRedundantRows)
I just implemented a workaround:
I check det(M) before calling @RemoveRedundantRows@, if not 0 return M.
Anna Maria Bigatti
13:45 Slug #1070 (New): Slug: MakeTermOrd (rk calls in RemoveRedundantRows)
The function @RemoveRedundantRows@ is quite slow because of the repeated calls to @rk@.
I had thought it was not imp...
Anna Maria Bigatti
13:40 Design #854: Function MakeTermOrd should be renamed MakeTermOrdMat?
Now I'm more inclined to keep @MakeTermOrd@ for CoCoA-5.
Possibly make a distinction in CoCoALib (where mat and ord ...
Anna Maria Bigatti

15 May 2017

12:28 Slug #1049: GroebnerFan: slow examples
Here are two deg 5 binomial examples:... John Abbott
10:40 Slug #1049: GroebnerFan: slow examples
Here are some binomial examples of deg 4:... John Abbott
12:16 Bug #1064: Bug in MinPolyModular (ugly prime)
Changed the code so that ugly primes are detected cleanly from checking divisibility, instead of using try/catch. Ad... Anna Maria Bigatti

12 May 2017

18:20 Support #1066: Documentation: translation table
cleaned up, looks good
http://cocoa.dima.unige.it/cocoalib/doc/CoCoATranslationTable.html
We still have to decide...
Anna Maria Bigatti
16:43 Support #1066 (In Progress): Documentation: translation table
testing and sorting Anna Maria Bigatti
09:52 Support #1066: Documentation: translation table
Elisa Palezzato added the missing entries in the table (thanks!) Anna Maria Bigatti
09:50 Support #1066 (In Progress): Documentation: translation table
Originally the translation table was done because there was no cocoa-5 manual, and to show what we had ported from co... Anna Maria Bigatti

11 May 2017

13:15 Design #1063: Catching an (expected) error
I am a bit uneasy about using the following paradigm more than absolutely necessary:... John Abbott
12:54 Bug #1064 (Feedback): Bug in MinPolyModular (ugly prime)
Completed similar checks for implicit as well.
Cleaned up, added tests for implicit.
Anna Maria Bigatti
10:49 Bug #1064: Bug in MinPolyModular (ugly prime)
Added the error @ERR::CannotReconstruct@ and cleaned up the code accordingly (also for similar try/catch code in @Imp... Anna Maria Bigatti
09:21 Bug #1064 (Resolved): Bug in MinPolyModular (ugly prime)
fixed, cvs-ed Anna Maria Bigatti
08:24 Bug #1064: Bug in MinPolyModular (ugly prime)
I have some trouble writing a bit of code because I cannot redefine an ideal in another ring.
Should we allow that, ...
Anna Maria Bigatti
10:57 Design #427: Error names and error messages (current design)
Just a trivial task (but may be annoying).
Currently in @error.H@ we comment an error name with its string: isn't th...
Anna Maria Bigatti
08:48 Design #1065: Design: should we allow an ideal to change ring?
I managed to write my loop changing rings cleanly (modular computation).
While changing characteristic I forcily had...
Anna Maria Bigatti
08:32 Design #1065: Design: should we allow an ideal to change ring?
This would be convenient, but also potentially dangerous:
In the case of @RingElem@ the empty constructor gives 0 ...
Anna Maria Bigatti
08:26 Design #1065 (Closed): Design: should we allow an ideal to change ring?
I have some trouble writing a bit of code because I cannot redefine an ideal in another ring (changing characteristic... Anna Maria Bigatti

10 May 2017

16:59 Bug #1064 (In Progress): Bug in MinPolyModular (ugly prime)
The following fails for me:... John Abbott
15:44 Bug #1064: Bug in MinPolyModular (ugly prime)
and add test!
Anna Maria Bigatti
15:38 Bug #1064: Bug in MinPolyModular (ugly prime)
https://cocoa.dima.unige.it/redmine/issues/1062#note-6
Anna Maria Bigatti
15:36 Bug #1064 (Closed): Bug in MinPolyModular (ugly prime)
The (rare) error thrown by @apply@ for an ugly prime in MinPolyModular was not caught.
I fixed one, but look around ...
Anna Maria Bigatti

09 May 2017

15:42 Design #1063 (Feedback): Catching an (expected) error
Found it (I had been confused by another unexpected error).
Easy: BTW I changed name to the error...
Anna Maria Bigatti
15:23 Design #1063: Catching an (expected) error
I had some trouble deciding *how* to catch an error:
I was expecting a possible problem in applying a partial hom, a...
Anna Maria Bigatti
15:18 Design #1063 (Closed): Catching an (expected) error
Decide how to catch and expected error, for example a "Cannot reconstruct rational" Anna Maria Bigatti

08 May 2017

11:54 Support #944 (Closed): Release: CoCoALib-0.99550 (together with CoCoA-5.2.0)
Anna Maria Bigatti
11:48 Support #944: Release: CoCoALib-0.99550 (together with CoCoA-5.2.0)
published manual on ResearchGate Anna Maria Bigatti
08:34 Support #944: Release: CoCoALib-0.99550 (together with CoCoA-5.2.0)
updated web page Anna Maria Bigatti
11:53 Design #829: PPOrderingCtor: name of mem fn which actually constructs?
I see now that this was not done for the release.
Postpone to next.
Anna Maria Bigatti

05 May 2017

16:58 Design #1059: Printing ring for ideals (or just for ideals 0 and 1)
Maybe we could add the ring anyway when we do @indent(I)@
JAA simultaneously wrote the following:
Anna suggested ...
Anna Maria Bigatti
16:00 Design #1059: Printing ring for ideals (or just for ideals 0 and 1)
I am not (yet?) convinced that this is the right thing to do, partly because I think it could easily make it (even) h... John Abbott
14:31 Design #1059 (New): Printing ring for ideals (or just for ideals 0 and 1)
Printing out an ideal gives no indication of the ring: @ideal(...)@.
For matrices we now write @matrix(/* ring descr...
Anna Maria Bigatti
 

Also available in: Atom