h.num

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

NUM
36
字号
                               * * * * * * *                               *    num    *                               * * * * * * *        "numerator"        SYNTAX: X = num(A)        A is an expression whose value is an element of Z or Q, a         polynomial over Z or Q, a rational function or a matrix or         a vector over these structures.        X is assigned the numerator of A, i.e.        X = A * denom(A) (see "? denom").        Example 1: (correct)                num(x^4 + 1/7 * x^2 + 2/9)        Example 2: (correct)                num(x^3 + 6*x^2 + x + 9)        Example 3: (correct)                num({{x/y, 1/7, 3} {0, 2, 2/21} {1/(y * z), x + y, 3}})        Example 4: (incorrect)                num(MOD(y + x + 3))                _ERR_NR_154

⌨️ 快捷键说明

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