I would just use the string 'ΔR'. If you are using Python 2, you will need to prefix the string with a u, like u'ΔR'.
Aaron Meurer On Tue, Jan 20, 2015 at 3:14 AM, David Roilo <[email protected]> wrote: > hello everybody, > I'm new to sympy and I need some help to create symbols. > In particular, I need to create a Symbol which looks like ΔR > In SymPy, If I input > > DeltaR=symbols('Delta R') > DeltaR > > I get as an output a tuple: (Δ, R) > > Could you help me create the symbol ΔR? > > Thank you > > David > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sympy. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/4da8c83c-42da-4d2b-a46c-d3f1de503507%40googlegroups.com > <https://groups.google.com/d/msgid/sympy/4da8c83c-42da-4d2b-a46c-d3f1de503507%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAKgW%3D6KuPPJsa0yBkh_8py_9OVwP7a%3DhNt9sZG83HX0oXmdtgw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
