On Tue, Jan 20, 2015 at 7:14 PM, David Roilo <
davidro...@gmail.com> 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)
This is telling you that two symbols are created here. As Aaraon
points out, this should do in Python 3:
>>> symbols('ΔR')
ΔR
>
> Could you help me create the symbol ΔR?
>
> Thank you
>
> David
>
--
http://echorand.me