Hi Nick! On Sep 13, 9:36 pm, Nick <[email protected]> wrote: > Sorry, I just needed to be a little patient. I eventually returned to > the Sage command prompt. Typed S and got back an empty set (I know it > wouldn't have been completely empty).
OK, but ctrl-c will only interrupt the computation, but it will not remove the content of S. So, if you did not get a name error then S *was* empty at that time. If you know that S will eventually be non-empty then (assuming that your program works correctly) you will have to wait longer than your first attempt. Cheers, Simon -- 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
