h.putgf2bit
来自「强大的数学工具包」· PUTGF2BIT 代码 · 共 27 行
PUTGF2BIT
27 行
* * * * * * * * putGF2bit * * * * * * * * "put Galois-field element in characteristic 2, special bit representation" SYNTAX: X = putGF2bit(Y) Y is an Galois-field element in characteristic 2, interpreted as a polynomial in Z/2Z. putGF2bit displays a sequence of 0 and 1, interpreted as the coefficients of this polynomial in Z/2Z. (For example the string 100101 represents the Galois-field element GF(A^5 + A^2 + 1) if 'A' is the specified variable.) X is assigned Y. GF(2^n) is specified by "curgf" or "curgf2bit". For additional information on working with the current Galois- field, please type "? curgf" or "? curgf2bit". Example 1: (correct) putGF2bit( GF(A^2+1) )
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?