Expand
inert expand function
Calling Sequence
Parameters
Description
Examples
Expand(a)
a
-
any expression
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.
Expandx+22x−2mod3
x3+2x2+2x+1
aliasα=RootOfx2−2:
evalaExpandx+α2x−α
αx2+x3−2α−2x
aliasβ=RootOfx2+x+1:
Expandx+β2x−βmod2
βx2+x3+xβ+x+1
See Also
evala
evala/Expand
expand
mod
Normal
RootOf
Download Help Document