h.vfunc

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

VFUNC
48
字号
                                * * * * * * *                                *   vfunc   *                                * * * * * * *        Vectors are entered in the following way:                 "{a1, ... ,an}", n>0.        The following functions are available for vectors:        +           denom       mtoi        scalar          -           elsubst     nftopol     vcoef        *           gftopol     num         zvconstr         ==          mod         puto        !=        '+'             means   addition;        '-'                     subtraction;        '*'                     multiplication;        '=='                    equal;        '!='                    not equal;        'denom'                 denominator;        'elsubst'               element substitution in matrices or vectors;        'gftopol'               Galois-field to polynomial;        'mod'                   module homomorphism;        'mtoi'                  modular to integer;        'nftopol'               number field to polynomial;        'num'                   numerator;        'puto'                  display internal representation;        'scalar'                euclidian scalar product;        'vcoef'                 vector coefficient;        'zvconstr'              zero vector construction.

⌨️ 快捷键说明

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