|
SOLUTIONS
|
FINITE FIELDS PACKAGE SYMBOL
SetFieldFormat
SetFieldFormat[f]
sets the output form of elements in the field f.
DetailsDetails
- To use
, you first need to load the Finite Fields Package using Needs["FiniteFields`"]. - The following option can be given:
-
FormatType Subscripted specifies the output form - The default setting FormatType->Subscripted sets the output form to be a subscripted vector.
- The setting FullForm sets the output form to FullForm.
- The setting FunctionOfCoefficients[g] sets the input form and output form for the element GF[p, ilist][{e1, e2, ...}] to be
. - The setting FunctionOfCode[g] sets the input form and output form for the element GF[p, ilist][{e1, e2, ...}] to be
, where i is the element code
.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
