Ask Your Question
1

elliptic curve finite field

asked 9 years ago

EckoTheGecko gravatar image

I have never used Sage before and only require it for only one purpose; plotting an elliptic curve over a finite field.

I am using code from an online WStein source (cannot post link?) but it is throwing up an error message.

Just wondering if anyone has any tips for using SageMath for this purpose.

Preview: (hide)

Comments

Also asked (and answered) at http://stackoverflow.com/questions/36...

slelievre gravatar imageslelievre ( 9 years ago )

1 Answer

Sort by » oldest newest most voted
2

answered 9 years ago

castor gravatar image

As an example:

E=EllipticCurve(GF(11),[2,7])
E.plot()
Preview: (hide)
link

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: 9 years ago

Seen: 500 times

Last updated: Mar 23 '16