Solve Cubic Equations: Elliptic Curve in Weierstrass Normal Form

Newtime
Messages
347
Reaction score
0
Is there an algorithmic way to put a given elliptic curve into Weierstrass normal form? If not, what's the general procedure?
 
Physics news on Phys.org
Newtime said:
Is there an algorithmic way to put a given elliptic curve into Weierstrass normal form? If not, what's the general procedure?

Yes. Say that C is a cubic. We start by picking a rational point O on the cubic. Then we take the tangent line of C at the rational point O. This will intersect the cubic in another rational point. We take the X-axis to be the tangent line at that other rational point. And we let the Y-axis to be any line through O.

By changing coordinates, you get an equation of the form

xy^2+(ax+b)y=cx^2+d+e

Multiply by x and change into the variable u=xy. This will get you something of the form

u^2+(ax+b)u=cx^3+dx^2+ex

Change the variable again by setting v^2=u^2+(ax+b).

Now change the variables once more to obtain that c=1.
 
Hello! There is a simple line in the textbook. If ##S## is a manifold, an injectively immersed submanifold ##M## of ##S## is embedded if and only if ##M## is locally closed in ##S##. Recall the definition. M is locally closed if for each point ##x\in M## there open ##U\subset S## such that ##M\cap U## is closed in ##U##. Embedding to injective immesion is simple. The opposite direction is hard. Suppose I have ##N## as source manifold and ##f:N\rightarrow S## is the injective...
Back
Top