h.dmconstr

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

DMCONSTR
20
字号
                           * * * * * * *                           *  dmconstr *                           * * * * * * *        "diagonal matrix construction"        SYNTAX: X = dmconstr(n, el)        n is a positive integer.        el is an element of Z, Q, Z/mZ, GF(p^n) (where p is a         prime), number fields, polynomials over these structures         or rational functions over Q.        X is assigned the nxn - diagonal matrix with el on the         diagonal.        Example 1: (correct)                dmconstr(4,MOD(3*x+2))

⌨️ 快捷键说明

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