h.mtoi
来自「强大的数学工具包」· MTOI 代码 · 共 32 行
MTOI
32 行
* * * * * * * * mtoi * * * * * * * * "modular to integer" SYNTAX: X = mtoi(a) a is an expression whose value is an element of Z/mZ, a polynomial over Z/mZ, a matrix or a vector over these structures, an elliptic curve or a point of an elliptic curve over Z/mZ (where m is a prime). mtoi transforms the structures over Z/mZ into structures over Z. X is assigned the corresponding structure over Z. Example 1: (correct) mtoi({{MOD(3), MOD(23)} {MOD(2), MOD(100)}}) Example 2: (correct) mtoi(PT(MOD(2), MOD(5), MOD(1))) Example 3: (incorrect) mtoi(x + y)_ERR_NR_034_mtoi_
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?