Ask Your Question

JanoutV's profile - activity

2022-11-20 10:15:18 +0200 received badge  Notable Question (source)
2022-11-20 10:15:18 +0200 received badge  Popular Question (source)
2019-12-18 20:00:15 +0200 asked a question Default algorithm for cardinality

Hello, I am using Sage for operations on elliptic curves and I was curious what is the default algorithm used to compute the cardinality of a curve when: "E.cardinality()" is used? I tried to find it here: http://doc.sagemath.org/html/en/refer... but I only found out there are some algorithms which you can choose as an optional argument. Is it the Schoof's algorithm?

2019-12-18 17:02:18 +0200 received badge  Supporter (source)
2019-12-18 16:18:41 +0200 received badge  Student (source)
2019-12-18 14:23:56 +0200 asked a question Does sage offer API?

Hello, I am currently using sage for calculations on elliptic curves in my semestral project and I want to build a sort of a "wrap GUI" in JavaFX, which would generate input for Sage and then will format the output from it. I was wondering if Sage offers some kind of API? I am well aware of using Processbuilder class in java to create and manage different processes, but this method inevitably has some caveats, so I'm just interested, is Sage offering some kind of API?