Re: [Axiom-developer] How to allocate more space for Axiom on Windows

2007-02-03 Thread Gregory Vanuxem
Le samedi 03 février 2007 à 16:02 -0500, William Sit a écrit : > On Sat, 03 Feb 2007 15:41:57 -0500 > William Sit <[EMAIL PROTECTED]> wrote: > >>> System error: > >The storage for CONS is exhausted. > >Currently, 82689 pages are allocated. > >Use ALLOCATE to expand the space. > > > >Can

Re: [Axiom-developer] How to allocate more space for Axiom on Windows

2007-02-03 Thread William Sit
On Sat, 03 Feb 2007 15:41:57 -0500 William Sit <[EMAIL PROTECTED]> wrote: >> System error: The storage for CONS is exhausted. Currently, 82689 pages are allocated. Use ALLOCATE to expand the space. Can any one tell me how to increase the space? Exactly how big is one page? I have 2GB RAM

Re: [Axiom-developer] How to allocate more space for Axiom on Windows

2007-02-03 Thread Waldek Hebisch
William Sit wrote: >>> System error: >The storage for CONS is exhausted. > Currently, 82689 pages are allocated. > Use ALLOCATE to expand the space. > > Can any one tell me how to increase the space? Exactly how > big is one page? I have 2GB RAM. Is it possible to allocate > the max to Axi

[Axiom-developer] How to allocate more space for Axiom on Windows

2007-02-03 Thread William Sit
I was trying to solve a homogeneous parametric linear system (9 by 9) with 18 parameters that Dhagash Mehta <[EMAIL PROTECTED]> recently sent me. The coefficient matrix is: (1) -> )library PLEQN ParametricLinearEquations is now explicitly exposed in frame initial ParametricLinearEquations wi

Re: [Axiom-developer] series2.output

2007-02-03 Thread Gregory Vanuxem
Le samedi 03 février 2007 à 18:05 +0100, Waldek Hebisch a écrit : > > There is a apparently a problem in the Build-improvements branch or may > > be in GCL, I have no idea (I can reproduce the following on MathAction > > (build-improvements)): > > > > =

Re: [Axiom-developer] series2.output

2007-02-03 Thread Waldek Hebisch
> There is a apparently a problem in the Build-improvements branch or may > be in GCL, I have no idea (I can reproduce the following on MathAction > (build-improvements)): > > === > Gold: > > (2) -> f:=taylor(1-x^2) > >

Re: [Axiom-developer] series2.output

2007-02-03 Thread Gregory Vanuxem
There is a apparently a problem in the Build-improvements branch or may be in GCL, I have no idea (I can reproduce the following on MathAction (build-improvements)): === Gold: (2) -> f:=taylor(1-x^2) 2 (2) 1 - x

Re: [Axiom-developer] series2.output

2007-02-03 Thread Gregory Vanuxem
Forget my request... There is MathAction :-) Greg ___ Axiom-developer mailing list Axiom-developer@nongnu.org http://lists.nongnu.org/mailman/listinfo/axiom-developer

[Axiom-developer] series2.output

2007-02-03 Thread Gregory Vanuxem
Hello, Can someone send me the generated output of the input file series2.input, which is in src/input ? I have a problem with GCL, so I tested under Windows where this problem doesn't seem present but I need to be sure of these results. Thanks, Greg