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

Online Help

All Products    Maple    MapleSim


Normal

inert normal function

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Normal(a)

Parameters

a

-

expression involving RootOfs

Description

• 

The Normal function is a placeholder for representing a normal form for an expression. It is used in conjunction with mod and evala as described below which defines the coefficient domain.

• 

The call  Normal(a) mod p computes a normal form for a where a is a rational expression over a finite field.

• 

The call  evala(Normal(a))  computes a normal form for a where a may contain algebraic coefficients defined by RootOfs or radicals. See evala,Normal for more information.

Examples

Normalx32x2+2x+1x4+1mod5

x+3x2+3

(1)

evalaNormalx22xRootOf_Z22

x+RootOf_Z22

(2)

See Also

evala

evala/Normal

Expand

Gcd

mod

normal

RootOf