h.faintp

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

FAINTP
24
字号
                               * * * * * * *                               *   faintp  *                               * * * * * * *        "finding all integral points"        SYNTAX: X = faintp(E)        E is an expression whose value is an elliptic curve over Q.                All integral points (modulo negation) of E are computed and         displayed on the screen, along with their representation as         linear combination of a torsion point and the basis points         of E.         X is assigned any integral point of E.        The integral points of E are stored in AV (see "?avfunc").        For HEIGHTBOUND see ? ecfunc.                Example 1: (correct)                                faintp( EC( 1, 0, 0, 1, 2 ) )  

⌨️ 快捷键说明

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