Ask Your Question
1

elliptic curve finite field

asked 2016-03-23 19:51:23 +0200

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.

edit retag flag offensive close merge delete

Comments

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

slelievre gravatar imageslelievre ( 2016-03-29 11:36:29 +0200 )edit

1 Answer

Sort by ยป oldest newest most voted
2

answered 2016-03-23 21:30:35 +0200

castor gravatar image

As an example:

E=EllipticCurve(GF(11),[2,7])
E.plot()
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: 2016-03-23 19:51:23 +0200

Seen: 396 times

Last updated: Mar 23 '16