PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Finite Fields Package
>
Finite Fields
Package Symbol
Finite Fields Package
Tutorials »
|
PowerList
FieldExp
FieldInd
See Also »
|
Finite Fields Package
More About »
PowerListQ
PowerListQ[
f
]
gives
True
if the list representing the powers of a primitive element of the field is used to do field arithmetic, and
False
otherwise.
MORE INFORMATION
To use
PowerListQ
, you first need to load the
Finite Fields Package
using
Needs
["FiniteFields`"]
.
PowerListQ
is returned unevaluated if
f
is not a field.
Setting
PowerListQ[
f
]=
True
computes the
PowerList
of
f
if it does not yet exist, and enables arithmetic based on
FieldExp
and
FieldInd
.
Setting
PowerListQ[
f
]=
False
disables field arithmetic based on
FieldExp
and
FieldInd
.
SEE ALSO
PowerList
FieldExp
FieldInd
TUTORIALS
Finite Fields Package
MORE ABOUT
Finite Fields Package
© 2008 Wolfram Research, Inc.