Dear member,
x = sympy.symbols('x')
sympy.factor('x**2+x)
=x(1+x)
sympy.factor('x**2*cos(x)+x*cos(x)')
sympy.polys.polynomial.PolynomialError: Can't decompose cos(x)
How can I factorize above term ?
maybe x(1+x)cos(x)
czbebe
--
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.