Newtime
- 347
- 0
Is there an algorithmic way to put a given elliptic curve into Weierstrass normal form? If not, what's the general procedure?
The discussion confirms that there is an algorithmic method to convert a given elliptic curve into Weierstrass normal form. The process begins by selecting a rational point O on the cubic curve C and determining the tangent line at that point, which intersects the curve at another rational point. By applying a series of coordinate transformations, including setting the X-axis as the tangent line at the new point and the Y-axis as a line through O, the curve can be expressed in the form xy² + (ax + b)y = cx² + d + e. Further variable substitutions lead to the final form where c = 1.
PREREQUISITESMathematicians, cryptographers, and computer scientists interested in algebraic geometry and the practical applications of elliptic curves.
Newtime said:Is there an algorithmic way to put a given elliptic curve into Weierstrass normal form? If not, what's the general procedure?