How to define a polynomial A(x,y) that (x,y) satisfying y^2+y=x^3

asked 2018-07-07 10:59:55 +0200

albertcz gravatar image

updated 2018-07-08 08:36:41 +0200

I am working on a elliptic curve like y^2+y=x^3 over GF(2^6)

and i want to define a polynomial A(x,y) over GF(2^6) that x,y satisfying y^2+y=x^3

Hope to get your help, thank you!

edit retag flag offensive close merge delete

Comments

1

Please describe mathematically the situation. It is hard to figure out the "map between variables", so maybe we have a map $f$ from a polynomial ring $R$ to some other ring $S$, and the map $f:R\to S$ is determined by the images through $f$ of the generators of $R$.

dan_fulea gravatar imagedan_fulea ( 2018-07-07 18:37:06 +0200 )edit

I have reorganize my language. Thank you a lot for your attention

albertcz gravatar imagealbertcz ( 2018-07-08 04:02:34 +0200 )edit

A polynomial function on your curve is given by an element in the quotient K[x,y] / (y^2 + y - x^3). The answer to your question really depends on what you want to do with such function.

vdelecroix gravatar imagevdelecroix ( 2018-07-08 17:40:37 +0200 )edit

This is what i need! thank you!

albertcz gravatar imagealbertcz ( 2018-07-09 13:33:30 +0200 )edit