[fricas-devel] XDistributedPolynomialFunctions1 - factor

2018-07-19 Thread Bill Page
I have cc'd this to the FriCAS list in hopes of getting more feedback. On Wed, Jul 18, 2018 at 3:19 PM, Raymond Rogers wrote: > Finally got back to this. Success and (3*x*y+5*y*x)^3 takes > almost exactly the same amount of time with your process and > mine. > Some organization questions.

[fricas-devel] BUG: viewpoint$ThreeDimensionalViewport + METAPATCHES + SUGGESTED FEATURE

2018-07-19 Thread Riccardo GUIDA
I'm sorry I do not yet have a developer framework setup (virtual machine, git ...) so you must content yourselves with an untested METAPATCH. ric PROBLEM: Crazy behavior of viewpoint function invoked by command line. BUG: Evident confusion among radians and degrees in the implementation of view

Re: [fricas-devel] Aldor interface

2018-07-19 Thread Waldek Hebisch
Ralf Hemmecke wrote: > > This contains recent discussion about a patch for the > fricas-aldor-interface due to changes in the Aldor compiler. > - > > The conditions for the exports can obviously be extracted from the > database. At least I see these ifs in the .ap file with the ax

Re: [fricas-devel] New domains FiniteSet / OneToN

2018-07-19 Thread Waldek Hebisch
Prof. Dr. Johannes Grabmeier wrote: > > Thanks, this solves one of the two problems! > > The first problem seems to have to do that seeningly the interpreter > deals differently with numbers 1 and 2 and perhaps calls < from the > Integers. > > The coorect behaviour is shown by the following exam

Re: [fricas-devel] [PATCH] fix a bug in hyper/spadint.c

2018-07-19 Thread Waldek Hebisch
Yuan Ren wrote: > > You're right, so I modified to use asprintf(3) to handle the indeterminate > buffer size. > And there would be exit the process if overflow. Hmm, asprintf seems to be available on BSD and Linux, but missing on other systems. > > diff --git a/src/hyper/spadint.c b/src/hyper/

Re: [fricas-devel] Re: Error detected within library code:, index out

2018-07-19 Thread Kurt Pagani
On 19.07.2018 11:15, Riccardo GUIDA wrote: > Hi > >> If using A == Test(SL) with (in package PTEST): > > IIUC Test(SL) is a domain: is it legal in SPAD to use a domain in the LHS of a > 'with' statement? No, it's not. This was just to provoke the error message (which has changed over the version

Re: Re: [fricas-devel] Re: Error detected within library code:, index out

2018-07-19 Thread Riccardo GUIDA
Hi If using A == Test(SL) with (in package PTEST): IIUC Test(SL) is a domain: is it legal in SPAD to use a domain in the LHS of a 'with' statement? (In Aldor it is not, "the LHS is an optional 'Category'-valued expression", see AldorUG sec 7.9) ric -- You received this message because you