eric948470 schrieb:
If I declare some variables, and after completing the calculation I
don't want them to be variables anymore, how do I make them not
variables anymore?

Thanks,
Eric

Use reset(), that will clear all Variables with exception of some global or system vataibale.

Another way is to use restore with a list of the variable namens in the parenthesis, exapmlöe restore('a,b').

You can check the active variables wikt who or whose.

Reagrds BB

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