CASA Function: mapSubsPolynomial

Evaluate a polynomial on a list of points.

Calling Sequence:

Parameters:

L : list of points
F : casa/finite/field
p : casa/finite/Polynomial

Result:

P : list of root-of expression

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:= mapSubsPolynomial([[alpha, alpha^2], [1, alpha]], P, F8);

[Maple Math]
[Maple Math]

See Also:

[CASA] [finiteField] [InPolynomial]