DegreeReductionPackage(R1, R2)ΒΆ
solverad.spad line 260 [edit on github]
R1: Ring
R2: Join(Comparable, IntegralDomain)
This package is undocumented.
- cyclotomic_roots: PositiveInteger -> List Expression R2
cyclotomic_roots(n)
returns list of roots ofn
-th cyclotomic polynomial.
- expand: (Expression R2, PositiveInteger) -> List Expression R2
expand(f, n)
returns list of all solutionsy
to equationy^n
=f
- reduce: SparseUnivariatePolynomial R1 -> Record(pol: SparseUnivariatePolynomial R1, deg: PositiveInteger)
reduce(p)
returns [q
,d
] such thatp
(x
) =q
(x^d
) andd
is maximal with this property