Ask Your Question

mariusz198787's profile - activity

2019-09-26 11:54:34 +0200 received badge  Famous Question (source)
2016-09-27 14:22:31 +0200 received badge  Notable Question (source)
2016-09-27 14:22:31 +0200 received badge  Popular Question (source)
2014-01-01 14:54:14 +0200 received badge  Editor (source)
2014-01-01 14:53:12 +0200 answered a question Elliptic curve over binary field in Sage

Thanks for help. One more question. I define two points and try do operation like this

M=C((g^8,g^8))

N=C((0,g^7))

O=M-N

print O

But I haven't got cordinates of O

2014-01-01 13:58:26 +0200 received badge  Supporter (source)
2014-01-01 09:49:02 +0200 asked a question Elliptic curve over binary field in Sage

I searched in tutorial, but I haven't found any information about that. Can I write in Sage Elliptic curve over binary field (for example y^2+xy=x^3+g^3x^2+(g^3+1) over F(2^4))