h.prim

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

PRIM
20
字号
                               * * * * * * *                               *    prim   *                               * * * * * * *        "primitive part"        SYNTAX: X = prim(P,Y)        P is an expression whose value is a polynomial over Z.        Y is a variable which occurs in P.        X is assigned the primitive part of P with respect to the         variable Y.        The content of P is stored in AV (see "?avfunc").        Example 1: (correct)                prim(3*x*y + 3*x*y^2,x)

⌨️ 快捷键说明

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