Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 2876 by [email protected]: factor breaks power rules
http://code.google.com/p/sympy/issues/detail?id=2876
I've found that factor is pulling a minus sign out from radicals and this
is not always valid:
>>> factor(sqrt(-x))
I*sqrt(x)
If `x == 1` the unfactored form gives I and all is ok, but if `x == -1`
then the unfactored form gives 1 whereas the factored form gives `I*I` ==
-1.
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" 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-issues?hl=en.