h.deg

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

DEG
33
字号
                               * * * * * *                               *   deg   *                               * * * * * *        "degree"        SYNTAX: X = deg(P, Y)                X = deg(P)        P is an expression whose value is a polynomial over Z, Q,         Z/mZ, GF(p^t), a number field, over R or C.        Y is a variables.        In the first case, X is assigned the degree of P with         respect to Y. In the second case, X is assigned the degree        of P with respect to the main variable of P.        Example 1: (correct)                deg(x + y, y)        Example 2: (incorrect)                deg(x^2 + x + 1, x^2)_ERR_NR_184         Example 3: (correct)                deg(MOD(x^3 + 4*x*y + y^2 + 1/3))

⌨️ 快捷键说明

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