American Citizen on Wed, 24 Apr 2024 17:25:55 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: question on trouble shooting gp pari sessions which suddenly quit running


ellsaturation(E, V, B): let E be an elliptic curve over Q and V be a vector of independent rational points on E of infinite order that generate a subgroup G of E(Q) of finite index. Return a new set W of the same length that generate a subgroup H of E(Q) containing G and such that
[E(Q):H] is not divisible by any prime number less than B.
I turned on capturing the error stream and found a strange error occurring

ellsaturation: no more variables available.

And at this point the program goes into run-away, with all output to the error stream and rapidly parses all the lines in the script until end of file.

What does this error mean?