Comment #7 on issue 1915 by smichr: Unify make_list with as_Add/as_Mul http://code.google.com/p/sympy/issues/detail?id=1915
Do you think it would be wrong to build into .as_Add the ideas of expansion? If someone wants and expression to be a Mul they could use expr.as_Mul()...but if the expr is an Add then a factorization of some sort would be done to try get the expr into the form of an Add. This would, perhaps, help discourage the abuse of expand() and get the user to be more precise about what they want from the expansion. If they don't want this rewriting to be done they would just use make_list() which (though
Mateusz had disparaging words about it) I like. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to sympy-iss...@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.