Project

General

Profile

Activity

From 20 May 2019 to 18 Jun 2019

18 Jun 2019

15:22 Feature #487: ScalarProduct accepts MatrixRow?
Anna Maria Bigatti wrote:
> I like defining (mathematically) matrix multiplication by scalar products, so I'm in fav...
Anna Maria Bigatti
15:15 Feature #1296: Matrixrow-functions
From what you say, I think you are passing a @MATRIXROW@ as an argument (because you say you cannot call @NumCols@).
...
Anna Maria Bigatti

17 Jun 2019

11:46 Feature #1296 (In Progress): Matrixrow-functions
The specific request to make @len@ or @NumCols@ work for a @MATRIXROW@ should not be too hard to achieve. Which func... John Abbott
11:43 Feature #1296: Matrixrow-functions
The "easy solution" is to use @GetRow(M,1)@ or @R:=GetRows(M); R[1]@ instead of @M[1]@. But this makes copies of the... John Abbott
05:45 Feature #1272: Groebner Bases over ZZ
We modified our package following Robbiano's examples that you can find below.
use ZZ[x,y,z];
f1 := x^2-2*y;
f2...
Elisa Palezzato

16 Jun 2019

21:54 Feature #1296 (In Progress): Matrixrow-functions
I ran into a problem concerning matrix-rows. Namely, I wanted to implement a function returning the Hamming-weight of... Julian Danner

06 Jun 2019

17:55 Bug #1294 (Closed): CoCoA-5 tests may fail even if executed correctly
If I compile Cocoa5 and one of the packages loaded automatically (so any package-file inside of @src/CoCoA-5/packages... Julian Danner

04 Jun 2019

20:29 Feature #1293: Vim Plugin for CoCoA
Anna Maria Bigatti wrote:
> Sorry, I cannot stop myself thinking of this xkcd: https://xkcd.com/378/ ;-)
Haha! F...
Florian Walsh
11:12 Feature #1293: Vim Plugin for CoCoA
Sorry, I cannot stop myself thinking of this xkcd: https://xkcd.com/378/ ;-) Anna Maria Bigatti
17:26 Bug #1274: SortBy and SortedBy sometimes give wrong result
can you send me the line you added?
Anna Maria Bigatti
05:40 Feature #1272: Groebner Bases over ZZ
In order to minimize the output of the GB we added the reduction via the GCD of the LCs to the computation of the min... Elisa Palezzato

30 May 2019

14:10 Feature #1293 (Resolved): Vim Plugin for CoCoA
Julian and I created a CoCoa plugin for Vim that provides some basic syntax highlighting, indentation and snippets: h... Florian Walsh
12:10 Design #1292 (New): Interpreter: fns which accept INT or RAT
There are quite a few functions which accept as arg @INT@ or @RAT@.
The current solution is to call @evalArgAsT1or...
John Abbott
04:38 Feature #1272: Groebner Bases over ZZ
I have to prepare the package, now it is just a collection of functions. After that for me is fine, we can do it!
...
Elisa Palezzato

29 May 2019

11:53 Feature #1272: Groebner Bases over ZZ
Florian Walsh wrote:
> So here is my implementation. It is based on this thesis https://kluedo.ub.uni-kl.de/files/44...
Anna Maria Bigatti
11:43 Feature #1272: Groebner Bases over ZZ
So here is my implementation. It is based on this thesis https://kluedo.ub.uni-kl.de/files/4457/phd.pdf by A. Popescu... Florian Walsh
11:28 Feature #1289: assert-function for cocoa5
May I ask why you want to have assertions which can be globally enabled/disabled?
[I know that this is what we do in...
John Abbott
11:03 Feature #1289: assert-function for cocoa5
Thank you, it works flawlessly (with the C++ impl).
However, I think it would be better it there would be some kind ...
Julian Danner

28 May 2019

10:38 Feature #1289: assert-function for cocoa5
Here is a potential impl:... John Abbott
10:32 Feature #1289: assert-function for cocoa5
Would someone like to post a couple of hypothetical examples of how you might like to use this feature (so that we ca... John Abbott

27 May 2019

21:17 Bug #1291 (New): LinearSimplify: somtimes not optimal
Sometimes @LinearSimplify@ could produce a simpler result:... John Abbott
14:35 Feature #1290 (Resolved): NewPolyRing: allow symbols with just head and no indices?
I have modified the fn @evalArgAsListOfSymbols@ so that it accepts records with just a @head@ field and no @indices@ ... John Abbott
13:51 Feature #1290: NewPolyRing: allow symbols with just head and no indices?
John Abbott wrote:
> The manual page for @NewPolyRing@ could be improved (and made shorter).
> I find the discussio...
Anna Maria Bigatti
13:49 Feature #1290: NewPolyRing: allow symbols with just head and no indices?
I agree: ok for treating "no indices" as "empty indices". Anna Maria Bigatti
13:26 Feature #1290: NewPolyRing: allow symbols with just head and no indices?
The manual page for @NewPolyRing@ could be improved (and made shorter).
I find the discussion about @::=@ to be an u...
John Abbott
13:21 Feature #1290 (Closed): NewPolyRing: allow symbols with just head and no indices?
It seems superfluous to have to specify an empty list of indices if one wants no indices; should we allow the @indice... John Abbott
14:08 Feature #1289 (In Progress): assert-function for cocoa5
True. In fact, most of tests in @src/CoCoA-5/tests@ contain this function (which does a few more things)... Anna Maria Bigatti
13:19 Feature #1289 (Closed): assert-function for cocoa5
For debugging purposes an 'assert'-function comparable to COCOA_ASSERT (from CoCoALib) would be useful.
(One can a...
Julian Danner

24 May 2019

17:43 Bug #1288: len for RINGELEM ?!?
The source code for the function @len@ is in file @BuiltinFunctions-CoCoALib.C@ around line 100.
The code recognis...
John Abbott
16:25 Bug #1288: len for RINGELEM ?!?
The manual entry for @len@ looks a bit strange, and is hard to read. It says the fn signature is... John Abbott
16:22 Bug #1288 (Closed): len for RINGELEM ?!?
I was surprised to discover that @len@ can be applied to a @RINGELEM@.... John Abbott
04:18 Feature #1272: Groebner Bases over ZZ
We also wrote a prototype implementation of GBasis over ZZ. In particular we focused on minimal strong GBasis. Maybe ... Elisa Palezzato

23 May 2019

15:13 Support #1287 (In Progress): Better err mesg for easy typo in ring definition
The relevant source code is in @Parser.C@ around line 360 in the function @parseUseStatement@.
I think it may be ...
John Abbott
12:16 Support #1287 (Closed): Better err mesg for easy typo in ring definition
Consider this excerpt:... John Abbott
11:53 Feature #1285: New Fn: make a homogeneous list of ringelem
What exactly should the function do? What should it be called?
* *(A)* simplest is to accept @RINGELEM@ and @INT@...
John Abbott
11:30 Feature #1285 (New): New Fn: make a homogeneous list of ringelem
Proposal: create a new function which takes a ring and a list, and returns a list of RINGELEM belonging to the speci... John Abbott
11:48 Bug #1286: Website: trouble with the world map
I'm very unhappy about the CPU "burning" (it might well be a Google revenge tactic).
Also after visiting the page ...
John Abbott
11:46 Bug #1286 (Closed): Website: trouble with the world map
The world map showing where visitors to the CoCoA website come from causes trouble in "private mode" in Firefox:
* t...
John Abbott
11:23 Design #1120: Web site
Should we close this? Ater all 5.2.4 has been released.
What about the problem with "forever loading"?
John Abbott
11:17 Feature #1272: Groebner Bases over ZZ
Florian Walsh (Passau) has an prototype implementation of GBasis over ZZ, currently as a package in CoCoA-5. He is w... John Abbott

22 May 2019

22:05 Slug #1284 (Resolved): CartesianProductList: too slow
I suspect that the main problem is that @append@ is terribly slow -- I'm pretty sure it makes needless copies.
Her...
John Abbott
16:30 Slug #1284: CartesianProductList: too slow
@CartesianProductList@ is defined in @list.cpkg5@
Ange reported that @CartesianProductList@ is slow; maybe I had a...
John Abbott
16:18 Slug #1284: CartesianProductList: too slow
The examples above are not tiny, but also not so large. The resulting lists contained 32768 elements, and each eleme... John Abbott
16:15 Slug #1284 (Closed): CartesianProductList: too slow
Cartesian product operator is much faster than @CartesianProductList@.
Example:...
John Abbott
 

Also available in: Atom