Do you mean this:
In [3]: Symbol("delta_1")
Out[3]: δ₁
Or do you want to get something else?
Ondrej
I see. Is it just one Symbol? If so, then sympy currently cannot do
that, but it can certainly be implemented quite easily by providing a
custom Printer.
> and also omega_theta , omege subscript theta .
Do you know the UTF-8 code form _theta (subscript) ? If so, then it
can be implemented. The problem is that unicode is not well suited for
subscripts and superscripts -- one should be using other means to
achieve that, e.g. escape sequences in terminals and patching all
major terminals to support sub/superscripts.
Ondra
Yes, exactly. Please send us the code of your Printer, we'll see how
it can be integrated. I think we can have a lot of different Printers
in sympy.
Ondrej