Eigenvalues of a difficult matrix (storage for CONS is exhausted)



On Fri, 2002-05-03 at 04:48, Francesco Poli wrote:
> Hello everybody!  :)
> 
> I have to compute the eigenvalues of a very complicated matrix (that is
> the derivative of another matrix which depends on some unknown
> functions of the variable...).
> Guess what?
> Maxima gives me this error:
> 
> Correctable error: The storage for CONS is exhausted.
>                      Currently, 27647 pages are allocated.
>                      Use ALLOCATE to expand the space.
> 
> What can I do?
> How can I compute those eigenvalues?
> 
> TNX to anyone can help!  :)

I was hoping someone would step forward to answer your question. Since
no one has, I'll give you my standard recommendation: try CMUCL if it is
available for your platform. Otherwise, try clisp.

--Jim