h.areptsli
来自「强大的数学工具包」· AREPTSLI 代码 · 共 32 行
AREPTSLI
32 行
* * * * * * * * areptsli * * * * * * * * "are points linearly independent ?" SYNTAX: X = areptsli(P1,...,Pn) Pi are expressions whose values are points on the elliptic curve specified by curec (n>=2). The points and the current elliptic curve must be defined over Q or over a quadratic number field. areptsli decides if the points P1,...,Pn are linearly independent and returns the determinant of the matrix {{aij}} i,j=1,...,n where aij = ntpair(Pi,Pj) is the Neron-Tate pairing of Pi and Pj. Example 1: (correct) areptsli(PT(0, 3),PT(1,2)) Example 2: (correct) areptsli(PT(0,2),PT(1,5,NF(6+A)),PT(1/9,2/27)) Example 3: (incorrect) areptsli(PT(1,1))_ERR_NR_003
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?