Hi,
On Sat, Sep 5, 2009 at 2:06 AM, Robert Bradshaw<[email protected]> wrote: > > As for temporary_symbolic_variable, how about SR.new_variable() which > would always produce a variable that's never been used before? +1 May be just SR.new_var() to be consistent with current SR.var() and optionally domain=RR(or 'real') keyword can be passed to get a new but real symbol. Meanwhile, I managed to hack GiNaC to allow updating domain as well as latex name of an already defined symbol. This makes redefining var faster and much easier to manage unique names. Cheers, Golam --~--~---------~--~----~------------~-------~--~----~ To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
