Perhaps your computation required more space than was available in the
Lisp system that was running your version of Maxima.
You might, for example, run out of "string" space on some Lisp
systems, without totally using up all storage.

Since you do not give enough information to reproduce your problem in
Maxima (nor do you even address the issue of which version of
Maxima you are using) it is pretty hard to help from the Maxima
perspective.

If you want help in Maxima, I suggest you construct a file of Maxima
commands that will do your computation, and run it in Maxima (perhaps
a better version than the one packaged with Sage) and see what
happens.

RJF




On Jun 25, 9:14 am, Burcin Erocal <bur...@erocal.org> wrote:
> Hi Brendan,
>
> On Thu, 25 Jun 2009 11:58:59 -0400
>
> Brendan Rooney <broo...@uwaterloo.ca> wrote:
> > Hello
>
> > I am currently attempting to use sage to research graph polynomials.
> > In particular, I am trying to generate and store the matchings
> > polynomial for as many graphs as is possible. The routines I am
> > employing are simple, and I have used them extensively (computing the
> > matchings polynomial for all graphs on at most 7 vertices).
>
> > In trying to extend my computations I have run into a number of
> > Maxima errors that I am at a loss to explain. These errors occur only
> > after several thousand consecutive calculations, and fail to repeat
> > themselves when the offending calculation is immediately repeated. I
> > have attached a text file containing the exact error messages. Any
> > suggestions you have would be welcome.
>
> Which version of Sage are you using?
>
> The error file attached to your previous messsage contains this:
>
> Traceback (most recent call last):
> print 'finished '+str(i)+' out of '+str(len(Q))
>   File
> "/usr/local/bin/sage/local/lib/python2.5/site-packages/sage/calculus/calculus.py",
> line 2886, in coefficients return S[1:] TypeError:
> 'SymbolicFunctionEvaluation' object is unsubscriptable
>
> SymbolicFunctionEvaluation doesn't exist since Sage-4.0.
>
> Cheers,
> Burcin
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to