h.aftopr

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

AFTOPR
34
字号
                               * * * * * * *                               *  aftopr   *                               * * * * * * *        "affine to projective"        SYNTAX: X = aftopr(P1)        P1 is an expression whose value is an affine point on an         elliptic curve.        X is assigned the corresponding projective point.        Example 1: (correct)                aftopr(NF(PT(0, 3)))        Example 2: (correct)                aftopr(O)        Example 3: (correct)                aftopr(PT(GF(3*A),1))        Example 4: (incorrect)                aftopr(PT(0, 3, 1))_ERR_NR_117

⌨️ 快捷键说明

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