Ask Your Question

emrealparslan's profile - activity

2021-03-09 11:05:26 +0100 received badge  Notable Question (source)
2021-02-10 12:00:35 +0100 received badge  Popular Question (source)
2017-01-06 04:11:37 +0100 commented answer Elliptic Curve over finite fields - Irreducibility proof

Thank you for your answer but how do I prove that step by step instead of using is_irreducible() ?

2017-01-06 04:10:46 +0100 received badge  Supporter (source)
2016-12-29 20:39:17 +0100 received badge  Student (source)
2016-12-29 16:43:57 +0100 asked a question Elliptic Curve over finite fields - Irreducibility proof

Hello, I am new to Sage and I want to prove an elliptic curve is irreducible. How can I prove that?

Example: - E = EllipticCurve(GF(256),[8,4,3,2,0])

Thank you