Re: [fricas-devel] Questions about use of aldor under fricas

2017-04-22 Thread Ralf Hemmecke
> Thanks for the valuable information. The only thing I noticed was > that the function sieve conflicts with FriCas, so renaming it sieve2 > works ok. Could you comment on when to use the include files aldor > aldorio axiom axiom.as ? If you want to use Aldor with FriCAS, t

Re: [fricas-devel] Questions about use of aldor under fricas

2017-04-21 Thread Bill Page
On 21 April 2017 at 19:58, Doug Telford wrote: > #include "aldor" Use #include "axiom.as" -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [fricas-devel] Questions about use of aldor under fricas

2017-04-21 Thread Bill Page
isprime: OneDimensionalArray Boolean is an array of Boolean values. isprime i := false assigns the i'th element of this array to 'false'. On 21 April 2017 at 19:12, Doug Telford wrote: > > also, the sieve function uses isprime, which is not a FriCAS function. > Where does it find this f

Re: [fricas-devel] Questions about use of aldor under fricas

2017-04-21 Thread Doug Telford
On Friday, April 21, 2017 at 5:12:47 PM UTC-6, Doug Telford wrote: > > > > On Friday, April 21, 2017 at 5:01:54 PM UTC-6, Doug Telford wrote: >> >> >> >> On Friday, April 21, 2017 at 3:38:11 PM UTC-6, Ralf Hemmecke wrote: >>> >>> On 04/21/2017 09:04 PM, Doug Telford wrote: >>> > 1. Is there docu

Re: [fricas-devel] Questions about use of aldor under fricas

2017-04-21 Thread Doug Telford
On Friday, April 21, 2017 at 5:01:54 PM UTC-6, Doug Telford wrote: > > > > On Friday, April 21, 2017 at 3:38:11 PM UTC-6, Ralf Hemmecke wrote: >> >> On 04/21/2017 09:04 PM, Doug Telford wrote: >> > 1. Is there documentaion about using aldor under fricas? >> >> Unfortunately, the answer is more

Re: [fricas-devel] Questions about use of aldor under fricas

2017-04-21 Thread Doug Telford
On Friday, April 21, 2017 at 3:38:11 PM UTC-6, Ralf Hemmecke wrote: > > On 04/21/2017 09:04 PM, Doug Telford wrote: > > 1. Is there documentaion about using aldor under fricas? > > Unfortunately, the answer is more or less: no. > > > How much of the aldor user's guide is applicable? > > Aldor

Re: [fricas-devel] Questions about use of aldor under fricas

2017-04-21 Thread Ralf Hemmecke
On 04/21/2017 09:04 PM, Doug Telford wrote: > 1. Is there documentaion about using aldor under fricas? Unfortunately, the answer is more or less: no. > How much of the aldor user's guide is applicable? Aldor is a programming language. It comes with basically 3 libraries. 1) axllib 2) libaldor 3

Re: [fricas-devel] Questions about use of aldor under fricas

2017-04-21 Thread Bill Page
The following might provide some useful information and examples http://axiom-wiki.newsynthesis.org/Aldor (: with the usual caveats concerning the quality of a community-managed wiki: comments and updates appreciated :). On 21 April 2017 at 15:04, Doug Telford wrote: > I built fricas with sbc

[fricas-devel] Questions about use of aldor under fricas

2017-04-21 Thread Doug Telford
I built fricas with sbcl 1.3.16 and enabled gmp and aldor. The build went smoothly. Questions: 1. Is there documentaion about using aldor under fricas? How much of the aldor user's guide is applicable? 2. I tried to run the example program sieve.as under fricas. The program contains the fu