h.whei

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

WHEI
31
字号
                               * * * * * * *                               *    whei   *                               * * * * * * *        "Weil height"        SYNTAX: X = whei(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 Weil height of P.        Example 1: (correct)                whei(PT(0, 3, 1))        Example 2: (correct)                whei(PT(NF(A), 3))        Example 3: (incorrect)                whei(x)                _ERR_NR_220

⌨️ 快捷键说明

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