CASA Function: SubsPolynomial

Evaluate a polynomial at a point in Root-of Form.

Calling Sequence:

Parameters:

point : list
F : casa/finite/field

Result:

a : 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]

> p := NormalPolynomial(P,F8);

[Maple Math]

> a:= SubsPolynomial([alpha,alpha^2],p,F8);

[Maple Math]

See Also:

[CASA] [finiteField] [InPolynomial]