Hi all, I am making my first in-depth foray into sympy (and also my first in-depth foray into using winpdb). I am trying to collect terms that have R in expression. Hopefully the pasted screen shot gives an idea of what the expression looks like. As hopefully you can see, the expression inside the parentheses has multiple terms containing R; however, running collect doesn't collect these terms together. I am wondering whether the fact that expr is listed as being of type sympy.core.add.Add has something to do with this problem. Instinctively I feel like expr should be of type sympy.core.mul.Mul since we have the multiplicative term A outside of the parentheses.
-- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/5a323a62-5b48-45a9-b11a-683414543a2a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
