Comment #7 on issue 1743 by [email protected]: Make a subs() function
http://code.google.com/p/sympy/issues/detail?id=1743

Frankly, I do not see a high degree of necessity for subs(s,...) other than existing s.subs(...). Already the subs/replace/xreplace situation is complicated.

And re doing s.subs(x,range(10)) I agree with Ronan that [s.subs(x,i) for i in range(10)] is the correct Pythonic way to do it. Only then, IMHO, by reading the code it would be obvious what one is trying to do. Let's not complicate things more than they are already.


--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" 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-issues?hl=en.

Reply via email to