When using factor
, Pari prints the factors of a polynomial and their multiplicities. When using, say, polcyclofactors
, however, the cyclotomic factors of the polynomial are listed as a vector, without multiplicity.
Is there are way to mimic polcyclofactors
when just simply factoring polynomials? So, to just display the factors of the polynomial as a vector, without worrying about multiplicities?