Updates:
        Labels: NeedsReview smichr

Comment #3 on issue 2191 by smi...@gmail.com: Collecting numerical prefactors
http://code.google.com/p/sympy/issues/detail?id=2191

https://github.com/sympy/sympy/pull/664 allows collection of constants provided that they are not Numbers

eq
sqrt(3)*x + sqrt(3)*y + z
collect(_,sqrt(3))
sqrt(3)*x + sqrt(3)*y + z
collect_const(_)
z + sqrt(3)*(x + y)


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

Reply via email to