Loading [MathJax]/jax/output/HTML-CSS/jax.js
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Adding two moving points on an elliptic curve

I have an elliptic curve, say 100.1-e2.

y2+xy+y=x3x2+(131a205)x+(1758a+2745)

(a2a4=0)

I choose a point P=(r,s) with parameters and another point Q=(u,v) with parameters. I want to add these two points in Sage and save the result in x and y. How can I do it?

:-(