| Hosted by CoCalc | Download
%attach compute_lambda.sage
Compiling ./modular_symbol_map.pyx...
%time t17a = compute_dist(EllipticCurve('17a'), 3, 100000)
1 1 There are 4784 primes to use up to 100000 Starting... X X X X X X X X X X CPU time: 306.79 s, Wall time: 306.79 s
plot_histogram(t17a)
running_average(t17a)
report(t17a)
kurtosis: 8.41134483366 mean: -0.0579723846232 sd: 1.23419990958
%time t14a = compute_dist(EllipticCurve('14a'), 3, 50000)
1 1 There are 2555 primes to use up to 50000 Starting... X X X X X X X X X X CPU time: 100.16 s, Wall time: 100.31 s
plot_histogram(t14a)
running_average(t14a)
report(t14a)
kurtosis: 4.25671038978 mean: 0.0104405683264 sd: 1.00242936638
%time t15a = compute_dist(EllipticCurve('15a'), 3, 50000)
1 1 There are 2556 primes to use up to 50000 Starting... X X X X X X X X X X CPU time: 94.00 s, Wall time: 94.04 s
plot_histogram(t15a)
report(t15a)
kurtosis: 5.38664945254 mean: -0.0136205023471 sd: 1.12239110852
running_average(t15a)