Project

General

Profile

Activity

From 19 Jan 2021 to 17 Feb 2021

17 Feb 2021

19:03 Bug #946: Function "ideal" evaluates the argument twice
I have just checked in my revised code (even though it still needs to be cleaned).
We must develop a proper test s...
John Abbott
18:33 Design #1540 (Resolved): Double power
I think I have solved the main problem and also the one mentioned in comment 2.
Solution is not elegant, but I do no...
John Abbott

16 Feb 2021

14:41 Bug #946: Function "ideal" evaluates the argument twice
I might have fixed this (for ideals)... and probably introduced some new weird bugs.... the interpreter code is not e... John Abbott
14:09 Slug #1392 (Resolved): ApproxSolve: another slow example
The example given is quite quick now (0.5s on my computer).
Marking as "resolved" (don't know by whom or when).
John Abbott
14:04 Bug #1574: ApproxSolveTF
The code seems to be a bit convoluted. It'll take time to work out what it is supposed to be doing... not today!
John Abbott

15 Feb 2021

22:49 Bug #1577: radical: lex order, ERROR: Ring is not standard graded
The full error mesg is:... John Abbott
22:48 Bug #1577 (Closed): radical: lex order, ERROR: Ring is not standard graded
This should not happen:... John Abbott
22:20 Bug #1567 (Feedback): Radical in non-zero char
I have check in the changes (some time ago). So moving status to _feedback_. John Abbott

12 Feb 2021

12:19 Bug #724 (Resolved): RationalSolve: wrongly complains about non zero-dim even in finite char
The example from issue #723 is way too slow to act as a test case -- do we have a more sane test case? How about the... John Abbott
12:16 Feature #723: Referring to indets with multiple indices from a polyring
The example in comment 2 is slow because it takes along time to test @IsZeroDim@ _i.e._ compute a GB.
I stopped th...
John Abbott
11:54 Slug #1270 (Feedback): RationalSolve: use MinPolyQuot instead of elim
I have just tried the example from comment 5, and @RationalSolve@ is now tolerably fast (less than 2s).
John Abbott

11 Feb 2021

00:13 Support #1252: ShapeLemma: no manual entry
What is the status of this issue?
John Abbott
00:12 Bug #1573 (Resolved): ApproxSolve: very imprecise
I have now added an extra loop which checks the values of the polys at the points found.
If the values are not "heur...
John Abbott
00:08 Bug #1216 (Feedback): RationalSolve: gives wrong answer
I have implemented the new field names, and updated doc, tests, manual.
New state: Feedback.
John Abbott
17:56 Bug #1216: RationalSolve: gives wrong answer
> Possible names are *@AffinePts@* and *@ProjectivePts@* (or *@ProjPts@*).
I vote for *@AffinePts@* and *@Projecti...
Anna Maria Bigatti

10 Feb 2021

21:33 Bug #1216: RationalSolve: gives wrong answer
Feedback and constructive criticism are welcome!
I'd like to close this issue soon.
John Abbott
21:28 Bug #1216: RationalSolve: gives wrong answer
Now I wonder what the names of the fields in the records should be.
It may be sensible to use different names for th...
John Abbott
20:50 Bug #1216: RationalSolve: gives wrong answer
Anna has approved the suggestion in comment 13 (just above) about returning a record.
Now I must impl, and revise th...
John Abbott

09 Feb 2021

15:22 Bug #727: Emacs UI: send-file (C-c C-f) should check if buffer and file are synchronized
I got caught out by this just a short while ago.
I have searched on internet, but there does not seem to be an eas...
John Abbott

05 Feb 2021

15:41 Bug #1216: RationalSolve: gives wrong answer
I am wondering about changing the return value of @RationalSolve@ into a record, _e.g._
*currently* we get...
John Abbott

04 Feb 2021

21:05 Bug #1216: RationalSolve: gives wrong answer
I have modified my copy of the code. It now behaves more "predictably".
*@RationalSolve@* now searches only for _...
John Abbott

03 Feb 2021

17:48 Bug #1574: ApproxSolveTF
I have set the target version as 5.3.6, but maybe it could be postponed?
It is a bit strange that the solution [0,...
John Abbott
17:46 Bug #1574 (New): ApproxSolveTF
@ApproxSolveTF@ is not documented. Maybe that is a good thing...... John Abbott
17:26 Bug #1216: RationalSolve: gives wrong answer
I now think it might be better to avoid the "clever" function @RationalSolve@ which tries to guess whether it should ... John Abbott

31 Jan 2021

10:43 Bug #1216: RationalSolve: gives wrong answer
Bernhard Andraschko reportes the following:... John Abbott

30 Jan 2021

20:17 Bug #1573: ApproxSolve: very imprecise
The example was deliberately chosen to be hard/troublesome. Making the parameters @D@ and/or @N@ larger almost surel... John Abbott
19:48 Bug #1573 (Closed): ApproxSolve: very imprecise
I have found an example where @ApproxSolve@ gives very imprecise solutions:... John Abbott

29 Jan 2021

15:43 Feature #1174 (Closed): package of a function --> of an identifier!
Anna Maria Bigatti
12:26 Design #1151 (Closed): ConcatList or ConcatLists
John Abbott
12:05 Design #1520 (Closed): Replace BOOST_FOREACH by new C++14 range for syntax
John Abbott
12:03 Feature #1516 (Closed): substring function
John Abbott
11:59 Design #1334: sylvester or SylvesterMat?
cocoa5 manual for @jacobian@ updated now (2021-01) Anna Maria Bigatti

22 Jan 2021

10:49 Design #1151 (Feedback): ConcatList or ConcatLists
John Abbott wrote:
> Personally I find the name @ConcatLists@ more "natural" because it concatenates many lists.
...
Anna Maria Bigatti
09:58 Design #1568 (In Progress): RMap and image: obsolescent?
I thought @Rmap@ was completely obsolete.
It is defined in @coclib.cpkg5@ and exported.
It is also defined in @ra...
John Abbott
09:52 Feature #531: Package protected variables should know which package protected them
There is a sort of redundancy in package @$anna@ putting a protection reason on the variable @$anna.var@.
It would...
John Abbott
08:44 Feature #531: Package protected variables should know which package protected them
All done: works for @:=@, @unprotect@ and @define@.
The field @protectionReason@ is actually set, but for the comp...
Anna Maria Bigatti
08:31 Feature #1174 (Feedback): package of a function --> of an identifier!
I'm now convinced that the only exception to the evaluation of the argument of a function should be @IsDefined@. The... Anna Maria Bigatti
08:23 Feature #346 (Feedback): Describe should indicate package name
Anna Maria Bigatti

21 Jan 2021

15:16 Bug #1567 (Resolved): Radical in non-zero char
I have found the problem and fixed it. Also done some cleaning inside @radical.cpkg5@
When are we moving this to C+...
John Abbott
15:15 Bug #1567 (Closed): Radical in non-zero char
... John Abbott
13:46 Support #1566 (New): What does rad do?
It seems that CoCoA-5 has a function *@rad@*
What does it do? It is not documented.
John Abbott

19 Jan 2021

12:39 Feature #1469: Get indexed indets from a polyring
Hi,
I would highly appreciate such a function, however I think it would be even better if one must not first initial...
Julian Danner
09:20 Feature #1564 (New): Geometrical theorem proving package
What is the stats of the _geometrical theorem proving_ package?
It seems the package is there, but the on-line man...
John Abbott
 

Also available in: Atom