Hi to all,

In our university we have a server running SAGE 4.3.2 and we have noticed that sometimes it "forgets" the value of variables. In the notebook we type:

sage: a=2
sage: a
2
sage: a
2
% and after five minutes, more or less...

sage: a
Traceback (most recent call last):
...
NameError: name 'a' is not defined


Which could be the problem? Thanks in advance,

Joaquim Puig

--
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

Reply via email to