hi all! i am evaluating sympy for a project i'm doing. Basically i want to be able to extract a part of an expression, for examplre (x+1)^2 out of (x+2)*(x+1)^2 and performing an operation on it. For example,, expanding the (x+1)^2 term wold return the expression (x+2)*(x^2+2*x+1)
is it possibile using sympy? how can i accomplish this task? thanks in advance, Andrea -- You received this message because you are subscribed to the Google Groups "sympy" 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?hl=en.
