Tim Lahey wrote:
> Hi,
> 
> The discussion of imaginary numbers reminded me of a
> question I've had for some time. Is there a way to set
> what's used for the imaginary unit? I often set it to
> _j in Maple and I was wondering if there was any way to
> do it in Sage.


Do you mean the variable that you use, or just how it is printed?

If it's the variable that you use, then you can just set it using normal 
assignment:

sage: i = CC(I)

Now i is the CC i instead of the symbolic 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