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.
Expand⁡x+22⁢x−2mod3
x3+2⁢x2+2⁢x+1
alias⁡α=RootOf⁡x2−2:
evala⁡Expand⁡x+α2⁢x−α
α⁢x2+x3−2⁢α−2⁢x
alias⁡β=RootOf⁡x2+x+1:
Expand⁡x+β2⁢x−βmod2
β⁢x2+x3+x⁢β+x+1
See Also
evala
evala/Expand
expand
mod
Normal
RootOf
Download Help Document