h.nthei

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

NTHEI
31
字号
                               * * * * * * *                               *   nthei   *                               * * * * * * *        "Neron-Tate height"        SYNTAX: X = nthei(P)        P is an expression whose value is a point on the current        elliptic curve. The current elliptic curve as well as the        point P must be defined over Q or over a quadratic number        field.        X is assigned the Neron-Tate height of P.        Example 1: (correct)                nthei(PT(0, 3, 1))        Example 2: (correct)                nthei(PT(NF(A), 3))        Example 3: (incorrect)                nthei(x)                _ERR_NR_220

⌨️ 快捷键说明

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