On Fri, Aug 27, 2010 at 6:08 AM, Aaron S. Meurer <[email protected]> wrote: > from sympy.abc import * > > vs > > var('a b c d …') > > Plus, I also like abc for doctests.
What if var() is changed to do the equivalent of "from sympy.abc import *"? (It currently just raises an exception when called with no arguments.) Fredrik -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
