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

Online Help

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

(1)

(2)

(3)

See Also

evala

evala/Expand

expand

mod

Normal

RootOf

 


Download Help Document