Hi Mike,

> On May 20, 10:59 am, Mike Witt wrote:
> > Is there any way to make the square root of -1 display lower case
> > i rather than I (at least for latex output)?

Not in a user friendly way. The complex I is just a number field
element and number fields don't support latex output with different
names. This problem is tracked here:

http://trac.sagemath.org/sage_trac/ticket/6405


As a workaround, you can manually replace 'I' with 'i' using
the .replace() method of strings.

You can also try changing line 1742 of sage/symbolics/pynac.pyx to make
it always print as 'i' or any other letter.


Cheers,
Burcin

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to