h.mfunc

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

MFUNC
76
字号
                                * * * * * * *                                *   mfunc   *                                * * * * * * *        Matrices are entered in the following way:        "{{a11, ... , a1m} {a21, ... , a2m} ... {an1, ... , anm}}"        n,m>0.        The following functions are available for matrices:        +           ==          chpol       gftopol      nftopol        -           !=          denom       herm         num        *                       det         linequ       puto        ^                       dmconstr    mcoef        rk        /                       eival       minor        trace                                elform      mod          transp                                elsubst     mtoi         zmconstr        '+'             means   addition;        '-'                     subtraction;        '*'                     multiplication;        '^'                     exponentiation;        '/'                     division;        '=='                    equal;        '!='                    not equal;        'chpol'                 characteristic polynomial;        'denom'                 denominator;        'det'                   determinant;        'dmconstr'              diagonal matrix construction;        'eival'                 eigenvalues and irreducible factors of the                                 characteristic polynomial;        'elform'                elementary divisor form and cofactors;        'elsubst'               element substitution in matrices or vectors;        'gftopol'               Galois-field to polynomial;        'herm'                  Hermite normal form;         'linequ'                solution of a system of linear equations;        'mcoef'                 matrix coefficient;        'minor'                 minor matrix;        'mod'                   module homomorphism;        'mtoi'                  modular to integer;        'nftopol'               number field to polynomial;        'num'                   numerator;        'puto'                  display internal representation;        'rk'                    rank;        'trace'                 trace;        'transp'                transpose;        'zmconstr'              zero matrix construction.

⌨️ 快捷键说明

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