CASA Function: mapOutPolynomial

Convert a list of polynomial to alpha form.

Calling Sequence:

Parameters:

L : list of polynomials
F : casa/finite/field

Result:

P : list of polynomials

Description:

Examples:

> F8:= finiteField(8);

[Maple Math]

> P := InPolynomial(alpha^2*x + alpha, F8);

[Maple Math]

> R := PolynomialRoots(P, F8);

[Maple Math]
[Maple Math]
[Maple Math]
[Maple Math]
[Maple Math]
[Maple Math]
[Maple Math]
[Maple Math]

> Q := InPolynomial(alpha*x + alpha^2, F8);

[Maple Math]

> P:= mapOutPolynomial([P, Q], F8);

[Maple Math]

See Also:

[CASA] [finiteField] [InPolynomial]