h.ord

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

ORD
31
字号
                         * * * * * * *                         *    ord    *                         * * * * * * *        "order"        SYNTAX: X = ord(m,A)                X = ord(A)        m is an expression whose value is an integer greater than 1.        In the first case, A is an element of Z. In the second case, A is         an element of Z/mZ, where m is the current modulus.        X is assigned the order of A in the multiplicative group of Z/mZ.        Example 1: (correct)                ord(40,-17)        Example 2: (correct)                ord(MOD(18))        Example 3: (incorrect)                ord(x^4-2)_ERR_NR_042

⌨️ 快捷键说明

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