zppoly - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


type/zppoly

check for a modp1 or modp2 polynomial

 

Calling Sequence

Parameters

Description

Supertypes

Examples

Calling Sequence

type(a, zppoly)

Parameters

a

-

expression

Description

• 

The  type(a, zppoly) calling sequence checks that a is a modp1 or a modp2 polynomial.

• 

The modp1 function provides efficient arithmetic and other operations for univariate polynomials modulo a prime.  The modp2 function provides similar efficiency for bivariate polynomials modulo a prime. They achieve this efficiency by using a dedicated data structure.

Supertypes

• 

type/algebraic

Examples

(1)

(2)

(3)

(4)

(5)

(6)

See Also

modp1

modp2

type

type/algebraic

type/polynom

 


Download Help Document