GammaSimplify[expr] transforms gamma functions in expr, trying to either decrease the number of gamma functions, or convert combinations of them into more elementary ...
NotebookConvert["name"] converts a Mathematica notebook from a previous version of Mathematica to one for the current version.
PolyGammaSimplify[expr] transforms polygamma functions in expr, trying to either decrease the number of polygamma functions, or convert combinations of them into more ...
PolyLogSimplify[expr] transforms polylogarithm functions in expr, trying to either decrease the number of polylogarithm functions, or convert combinations of them into more ...
ZetaSimplify[expr] transforms zeta functions in expr, trying to either decrease the number of zeta functions, or convert combinations of them into more elementary functions.
ImpliesQ[expr_1, expr_2] tests whether the expression expr_1 implies expr_2.
ElementToPolynomial[e, s] gives a polynomial in the symbol s corresponding to the field element e.ElementToPolynomial[f, s] gives the irreducible polynomial in s of the field ...
FromElementCode[f, code] gives the field element of f associated with code, a non-negative integer less than the field size of f.
FunctionOfCode[g] is a setting for the option FormatType that specifies the format g[c] for an element, where c is the integer code for the element.
FunctionOfCoefficients[g] is a setting for the option FormatType that specifies the format g[c_0, c_1, ...] for an element, where c_0, c_1, ... are the coefficients in the ...