We should perhaps extend the symbol name parser to detect names like DeltaR
automatically (it already does this for some other things like Tdot).

Aaron Meurer

On Thu, Jan 22, 2015 at 11:07 AM, David Roilo <[email protected]>
wrote:

> Thanks a lot guys, I'm using Python3 and the solution proposed by Aaron
> and Amit works. What Chris suggested did not work.
>
> thank you again, bye!
>
> D
>
> Il giorno martedì 20 gennaio 2015 10:14:02 UTC+1, David Roilo ha scritto:
>>
>> 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/9f5888d2-9ccb-4473-9bc9-0603141653ec%40googlegroups.com
> <https://groups.google.com/d/msgid/sympy/9f5888d2-9ccb-4473-9bc9-0603141653ec%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%3D6JDZ5dDvyb3yUjqWnwOH4ZSrBdyBosxGJ8ZG6KKvqM6fA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to