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

Online Help

All Products    Maple    MapleSim


Expand

inert expand function

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Expand(a)

Parameters

a

-

any expression

Description

• 

The Expand function is a placeholder for representing the expand function. It is used in conjunction with mod, or evala, which define the coefficient domain as described below.

• 

The call evala(Expand(a)) expands products in a where a may contain algebraic numbers and functions defined by RootOfs or radicals. See evala/Expand for more information.

• 

The call Expand(a) mod p expands products in a over the integers mod p where a may contain RootOfs or radicals representing algebraic extensions.

Examples

Expandx+22x2mod3

x3+2x2+2x+1

(1)

aliasα=RootOfx22:

evalaExpandx+α2xα

αx2+x32α2x

(2)

aliasβ=RootOfx2+x+1:

Expandx+β2xβmod2

βx2+x3+xβ+x+1

(3)

See Also

evala

evala/Expand

expand

mod

Normal

RootOf