Tim Lahey wrote:
> Hi,
> 
> Thanks. I was kind of hoping for something less drastic,
> but that works. In Maple there is just a variable you can
> set which controls things, so you can do it on a per script
> basis.
> 


This is something that has come up before too.  I think it might make 
sense to make a module-level variable in the calculus file, 
sage.calculus.imaginary_i or something.  Set it by default to "I", but 
let people change it.  Then the repr function for I could just return 
that variable.  Then things won't be quite so invasive to change the 
printed representation.

Of course, then there's the question of whether this is a good thing, or 
whether we should just insist on sticking to one way of printing complex 
numbers (ahem, except that we already have two ways, the python way 
using j and the Sage way using I).

Jason


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to