2009/5/14 Priit Laes <plaes...@gmail.com>

> Spotted some low-hanging fruit in ODE solver and tests
>
>
> https://code.plaes.org/git/sympy.git/commit/?id=db94caf3f64b7bfa4dd40266c0eeafc774f7233d
>
>
>
> >
>
> x, C1 = map(Symbol, ['x', 'C1'])

Please note that you can use

x, C1 = symbols('x C1')


Vinzent

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

Reply via email to