h.mam2

来自「强大的数学工具包」· MAM2 代码 · 共 32 行

MAM2
32
字号
                               * * * * * * *                               *    mam2   *                               * * * * * * *        "matrix over Z/2Z in special bit notation"        SYNTAX: M = mam2(n,l_1,...,l_m)        n is an expression whose value is a positive single precision         number. l_1,...,l_m are integers with 0 <= l_i <= 2^n-1.         The l_i represent lines of a mxn-matrix over Z/2Z in        special bit notation.         For example: The matrix { { 1 1 1 }                                  { 1 0 1 }                                  { 0 1 1 }                                  { 0 0 1 } }        is represented by (3,7,5,3,1).                M is assigned the matrix over Z/2Z, represented by        (n,l_1,...,l_m).                Example 1: (correct)                mam2(7,2,5,1,7)        Example 2: (incorrect)                mam2(2,5,6)_ERR_NR_166

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?