Project

General

Profile

Activity

From 31 Oct 2012 to 29 Nov 2012

29 Nov 2012

18:26 CoCoA-5 Bug #280: EmacsUI: indentation is wrong with parentheses
I believe the problem is in lines 697-698 when the value for @par@ is computed.
It is not clear to me how the value ...
John Abbott
15:04 CoCoA-5 Bug #280: EmacsUI: indentation is wrong with parentheses
I believe the Emacs code for C/C++ is in @cc-mode.el@. On my computer the full path is:
*@/usr/share/emacs/22.1/lis...
John Abbott
11:52 CoCoA-5 Bug #280: EmacsUI: indentation is wrong with parentheses
I have had a quick look at the Emacs LISP source code. It is not terribly readable. I believe the relevant function... John Abbott
11:30 CoCoA-5 Bug #280 (Closed): EmacsUI: indentation is wrong with parentheses
cocoa5-mode indents wrongly withing parentheses (and one student got worried ;-)... Anna Maria Bigatti
08:17 CoCoA-5 Bug #279 (Closed): Bug in Radical (actually a RingHom problem)
this gives an error:... Anna Maria Bigatti

28 Nov 2012

11:38 CoCoALib Feature #50 (Feedback): Polynomial content
Anna Maria Bigatti
11:37 CoCoALib Feature #51 (Feedback): polynomial coefficient extraction w.r.t. variable
Anna Maria Bigatti
11:34 CoCoALib Feature #278 (Closed): add CoeffVecWRT to cocoalib
Write C++ code for *@CoeffVecWRT@*, corresponding to the cocoa-5 function CoeffListWRT (with indices shifted by 1, as... Anna Maria Bigatti
11:31 CoCoA-5 Feature #90 (Closed): Make the new fn CoefficientsWRT available in C5
I added *@CoeffListWRT@* to @NotBuiltin.cpkg5@.
Added and fixed manual for @CoeffListWRT@, @coefficients@, @Coefficie...
Anna Maria Bigatti
11:02 CoCoALib Feature #215: Janet Bases: check and include code in CoCoALib (first prototype)
Last night I tried compiling CoCoALib on my old Mac G5, and the compiler reported a problem in @TmpJBSet.H@ -- the da... John Abbott

27 Nov 2012

09:52 CoCoA-5 Support #176: CoCoAManual: Doc for new commands
missing doc for *one* and *zero* Anna Maria Bigatti

26 Nov 2012

19:30 CoCoA-5 Feature #90: Make the new fn CoefficientsWRT available in C5
In CoCoALib *@CoefficientsWRT@* accepts both a @RingElem@ and a _list of indets_ as 2nd arg, and produces the same ty... John Abbott
16:41 CoCoA-5 Feature #90 (Resolved): Make the new fn CoefficientsWRT available in C5
@coefficients(4*x^3+2*x+1, x);@ had been disabled.
Write @CoefficientsWRT(F, x);@ returning the coefficients of F wrt...
Anna Maria Bigatti
16:47 CoCoA-5 Feature #273: Package for Polynomial Algebra Homomorphisms
Giulia has converted her code into functions. The code performs some sanity checks on the arguments, but she was una... John Abbott

23 Nov 2012

18:24 CoCoALib Bug #277 (New): Eliminate class RefPPMonoidElem?
Recently I eliminated the class @RefRingElem@ for ring elements.
Should I do the same for *@RefPPMonoidElem@*?
Pres...
John Abbott

22 Nov 2012

15:00 CoCoALib Feature #127 (In Progress): Convert DUPFF code to C++
JAA has written a first prototype.
It works, but is 10% slower than the old C code for multiplication - why???
John Abbott
12:45 CoCoALib Feature #144 (Resolved): Buchberger-Moeller: generic impl
JAA has implemented a first prototype in CoCoALib.
It works on two simple examples. Still need to:
* make it accessi...
John Abbott

21 Nov 2012

09:49 CoCoA-5 Feature #78: Elim ordering and matrix ordering in CoCoA-5
*CompleteToOrd* gives a non-term-ordering if there are 0's in the given row.
I think it's easy to fix (in cocoalib). ...
Anna Maria Bigatti
09:10 CoCoA-5 Feature #276 (New): TeXmacs interface
We still have problems about the graphical interface.
Can we easily get a nice interface with TeXmacs?
possibly usi...
Anna Maria Bigatti

19 Nov 2012

15:51 CoCoA-5 Feature #273 (In Progress): Package for Polynomial Algebra Homomorphisms
Giulia has done 4 examples.
For next time she will convert the code in the solutions into various functions (_e.g._ ...
John Abbott
10:42 CoCoALib Feature #121: Porting "IdealOfPoints"
I think that the good old code should be linked first.
Making a proper clean Chinese Remaindering in CoCoALib will r...
Anna Maria Bigatti

15 Nov 2012

18:46 CoCoA-5 Bug #275 (Closed): Unhelpful error messages when SmallExponent_t is unsigned char.
I changed @config.H@ so that the type @SmallExponent_t@ is @unsigned char@ (in an attempt to tackle Enrico Carlini's ... John Abbott

14 Nov 2012

14:01 CoCoA-5 Feature #274: InputForm for output readable as input
We should probably avoid the name *@InputForm@*; in the past the people behind Mathematica have not hesitated to sue ... John Abbott
11:14 CoCoA-5 Feature #274 (In Progress): InputForm for output readable as input
Compare these... Anna Maria Bigatti
11:37 CoCoA-5 Feature #212 (Feedback): NBM: add to CoCoA-5
Anna Maria Bigatti
11:34 CoCoA-5 Feature #19 (Closed): How to get the version number of CoCoA-5?
Anna Maria Bigatti
11:30 CoCoA-5 Bug #192 (Closed): indent prints strings without quotes
Apart from quotes inside strings it works.
I don't think it is very useful, but because of that I cannot consider th...
Anna Maria Bigatti

12 Nov 2012

15:59 CoCoA-5 Feature #273: Package for Polynomial Algebra Homomorphisms
Giulia will do "by hand" some of the examples from Robbiano's book so that she better understands what are the diffi... John Abbott
15:31 CoCoA-5 Feature #273 (Closed): Package for Polynomial Algebra Homomorphisms
Giulia Bianco is studying the implementation of various operations on homomorphisms of polynomial algebras.
The re...
John Abbott

31 Oct 2012

14:17 CoCoALib Feature #92: Error Codes: BadIndex
Here is note for accumulating ideas for structuring CoCoALib exceptions:
(1) create _CannotDivide_ which has two sub...
John Abbott
13:55 CoCoALib Feature #248: IsDivisible for RingElem with nice interface
The main question is precisely when should @IsDivisible@ return false?
Assuming @x,y,z@ are all @RingElem@...
(A)...
John Abbott
13:34 CoCoALib Feature #248: IsDivisible for RingElem with nice interface
Currently the function
@bool IsDivisible(ConstRefRingElem num, ConstRefRingElem den)@
returns *false* if den=0.
I ...
Anna Maria Bigatti
 

Also available in: Atom