Hi Alan,

On Sun, Mar 30, 2008 at 02:28:48PM -0400, Alan Bromborsky wrote:
> 
> How difficult would it be to allow one to create symbols in sympy with 
> unicode names.  I would like to be able to print out super and sub 
> scripts without using latex formatting.

super & subscripts are already possible:

In [1]: F = Symbol('F^1_0')

In [2]: F
Out[2]: F¹₀

In [3]: sin(F)
Out[3]: sin(F¹₀)

Is this what you want?

-- 
    Всего хорошего, Кирилл.
    http://landau.phys.spbu.ru/~kirr/aiv/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sympy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to