(%i4) taylor(bessel_y(1/6,x),x,-2,20);
Maxima encountered a Lisp error:
Error in PROGN [or a callee]:
The storage for CONS is exhausted.
Currently, 97560 pages are allocated.
Use ALLOCATE to expand the space.
Automatically continuing.
To reenable the Lisp debugger set *debugger-hook* to nil.
(%i5) to_lisp();
Type (to-maxima) to restart, ($quit) to quit Maxima.
MAXIMA> (allocate cons 190000)
Maxima encountered a Lisp error:
Error in EVAL [or a callee]: The function ALLOCATE is undefined.
Automatically continuing.
To reenable the Lisp debugger set *debugger-hook* to nil.
MAXIMA>
How do you increase the storage for cons? Can you do it with to_lisp()?
What would be the command to double the storage for cons?
------------Original Message------------
From: "Richard Hennessy"<rvh2007 at comcast.net>
To: fateman at cs.berkeley.edu
Cc: "'Maxima List'" <maxima at math.utexas.edu>
Date: Wed, Jun-11-2008 5:42 PM
Subject: Re: [Maxima] ansi gcl in rpm
This is worse than just using the series directly. It may be fast for the sin function but not the bessels.
------------Original Message------------
From: "Richard Fateman" <fateman at cs.berkeley.edu>
To: "'Richard Hennessy'" <rvh2007 at comcast.net>
Cc: "'Maxima List'" <maxima at math.utexas.edu>
Date: Tue, Jun-10-2008 6:40 PM
Subject: RE: [Maxima] ansi gcl in rpm
try taylor(sin(x),x,0,20);
horner(%,x);
optimize(%);
f(x):=''%;
compile(f);
> -----Original Message-----
> From: maxima-bounces at math.utexas.edu
> [mailto:maxima-bounces at math.utexas.edu] On Behalf Of Richard Hennessy
> Sent: Tuesday, June 10, 2008 3:30 PM
> To: fateman at EECS.Berkeley.EDU; 'Michel Talon'
> Cc: 'Maxima List'
> Subject: Re: [Maxima] ansi gcl in rpm
>
> I meant taylor takes too long not the power series.
>
>
_______________________________________________
Maxima mailing list
Maxima at math.utexas.edu
http://www.math.utexas.edu/mailman/listinfo/maxima