| |||||||||||||
KASH3 Reference Manual | |||||||||||||
| |||||||||||||
FunctionEqualDegreeFactorization
(
elt-alg^pol F,
elt-ord^rat d,
elt-alg^pol xq
)
->
seq()
DescriptionExamplesx_k:=FiniteField(5);
x_kx:=PolynomialAlgebra(x_k);
x_f:=x_kx.1^4 + 3*x_kx.1^3 + x_kx.1^2 + 3;
x_g:=x_kx.1^5 mod x_f;
EqualDegreeFactorization(x_f,2,x_g);
| |||||||||||||
Built:
Mon Nov 14 21:12:39 UTC 2005 on mackThe KANT Group |