poly - Create polynomial using the coefficients provided.
poly ?-gf gf? coefficients
-gf gf | Galois field (Java reflection object), optional. Galois field, over which the polynomial is computed. If the parameter is omitted, the field previously set by set_default_gf is used. |
coefficients | String. Polynomial coefficients in a form of a vector. |
Polynomial (Java reflection object).
poly -gf [gf 2] 111
Creates polynomial x2 + x + 1 over GF(2).