On Wednesday, May 13, 2015 at 7:22:55 AM UTC-7, Phoenix wrote:
>
>
> Why does this not work? 
>
> p = 331776*x^36 - 11943936*x^34 + 195747840*x^32 - 1932263424*x^30 +
> 12809871360*x^28 - 60216016896*x^26 + 206610186240*x^24 -
> 524928024576*x^22 + 991718940672*x^20 - 1386996203520*x^18 +
> 1415900528640*x^16 - 1026732589056*x^14 + 505483296768*x^12 -
> 158084628480*x^10 + 28283240448*x^8 - 2378170368*x^6
>
> p.roots() 
>
>
> ? 
>

I see

p.roots()
[(-2, 3), (2, 3), (0, 6)]

In what way is this not working? The documentation says

 Return roots of "self" that can be found exactly, possibly with
   multiplicities.  Not all roots are guaranteed to be found.

-- 
John

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" 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 http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to