Andreas Enge on Wed, 25 Oct 2023 11:13:50 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: Polynomials with integer roots


Am Wed, Oct 25, 2023 at 10:27:03AM +0200 schrieb Karim Belabas:
> Say the list is contained in vector L. Here's the simplest way.
>   [ T | T <- L, #nfroots(,T) == poldegree(T) ]

As I understand it, this requires the polynomials to be square-free,
so multiple roots should be handled separately first.

Andreas