Ask Your Question
1

Elliptic curve over real numbers

asked 2021-02-15 19:01:02 +0200

EvaMGG gravatar image

Is it possible to define an elliptic curve over the real numbers in SageMath? I want to calculate the order of a point on the curve.

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2021-02-15 21:20:27 +0200

FrédéricC gravatar image

What kind of reals do you want ?

One could do

sage: E = EllipticCurve_from_c4c6(AA(4),AA(5).sqrt()); E
Elliptic Curve defined by y^2 = x^3 - 1/12*x - 0.002588041640624757? over Algebraic Real Field
sage: E.point_set(AA)                                                           
Abelian group of points on Elliptic Curve defined by y^2 = x^3 - 1/12*x - 0.002588041640624757? over Algebraic Real Field
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2021-02-15 19:01:02 +0200

Seen: 408 times

Last updated: Feb 15 '21