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
Post a Comment