Before trying the code below, open a system monitor window showing CPU
and memory use.
$ sage
----------------------------------------------------------------------
| Sage Version 4.1.1, Release Date: 2009-08-14 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: t=pari('t'); s=1+t+t^2
sage: list(s.Vec())
[1, 1, 1]
sage: list(s)
^C---------------------------------------------------------------------------
KeyboardInterrupt Traceback (most recent call
last)
/home/dirk/.sage/temp/rondloper/29109/_home_dirk__sage_init_sage_0.py
in <module>()
/opt/sage/local/lib/python2.6/site-packages/sage/libs/pari/gen.so in
sage.libs.pari.gen.gen.__getitem__ (sage/libs/pari/gen.c:6324)()
KeyboardInterrupt:
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---