Hello, I would like to reproduce some of the film available at Jeffrey Stopple's webpage with Sage. See http://www.math.ucsb.edu/~stopple/zeta.html
It seems however (see below) that I need to increase the PARI stacks. How can I do that, knowing that I am not even the administrator of the computer I want to use. With my best regards, Emmanuel MyComputer~/tmp>sage ---------------------------------------------------------------------- | Sage Version 5.4.1, Release Date: 2012-11-15 | | Type "notebook()" for the browser-based notebook interface. | | Type "help()" for help. | ---------------------------------------------------------------------- sage: i = CDF.0 sage: fz=animate([line([zeta(s+i*t) for t in srange(0,50,0.01)]) for s in srange(0,0.9,0.01)],xmin=-1.5,ymin=-2,xmax=2.5,ymax=2) *** the PARI stack overflows ! current stack size: 16000000 (15.259 Mbytes) [hint] you can increase GP stack with allocatemem() *** Error in the PARI system. End of program. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
