>>> in the new polys12 branch) since it's picky in that regard. 
>>> 
>> 
>> This should be fixed.
>> 
>> Aaron Meurer
>> 
>>> All in polys12:
>>> 
>>>    h[2] >>> f = 4*x**4 + 8*x**3 + 77*x**2 + 18*x + 153
>>>    h[2] >>> factor(f)
>>>    (9 + 4*x**2)*(17 + 2*x + x**2)
>>>    h[3] >>> factor(f,gaussian=1)
>>>    (9 + 4*x**2)*(17 + 2*x + x**2)
>>>    h[3] >>> factor(f,gaussian=True)
>>>    4*(x - 3*I/2)*(x + 3*I/2)*(1 + x - 4*I)*(1 + x + 4*I)

I must have had the wrong branch...when I check this now I see that it works 
find and polys12 is very careful about preprocessing  options.

/c

-- 
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.

Reply via email to