February 2020
Beginner
621 pages
19h 34m
English
All of the elliptic curves we work with in this chapter are elliptic curves . However, it is helpful to use the graphs of elliptic curves with real numbers in order to visualize what is happening with the addition law, for example, even though such pictures do not exist . Therefore, let’s graph the elliptic curve . We’ll specify that and :
In[1]:= ContourPlot[ == x*(x - 1)*(x + 1), {x, -1, 3 }, {y, -5, 5 }]

Add the points (1, 3) and (3, 5) on the elliptic curve .
In[2]:= addell[ {1, 3 }, {3, 5 }, ...
Read now
Unlock full access