python 2.7 - Iterating over symbols in relation in Sympy -


i have large list of equations randomly organized running through , know how find variables in equation in list. using relations [x*2-y) not eq(x*2,y).

is there simple function get_vars(expr) dump out variable symbols individually list? help!


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -