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
|
- To: pari-users@pari.math.u-bordeaux.fr
- Subject: Re: question on trouble shooting gp pari sessions which suddenly quit running
- From: American Citizen <website.reader3@gmail.com>
- Date: Wed, 24 Apr 2024 08:25:48 -0700
- Delivery-date: Wed, 24 Apr 2024 17:25:55 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1713972351; x=1714577151; darn=pari.math.u-bordeaux.fr; h=content-transfer-encoding:in-reply-to:content-language:references :to:from:subject:user-agent:mime-version:date:message-id:from:to:cc :subject:date:message-id:reply-to; bh=DMYoStL5duglY1hHFDfMb6KVbYij960wLJ8iAoZgHco=; b=fLzj/zdZt5IG+zVQexFlRWrp5DsG7i/ly8Y2yOnzDptOPL2DnLi7+jUmjR98/l9PzX xtBSholpjiL5WV8KhmkW/qsFZGpjn2dXhODOoo1f8UA3D/leI8zbg4Jl3B1bBd5mwmwY Pj9E+kznI8t4bLYMhcD/Wr9QcQIkq1lFxulL+28iB6KWLEZrjnzTtzqcx56DPUykh7d0 IYduE3inbFPoiN7PSqPUKw495yH/ixkz87qu67w0WPa6iV6fWm3JAi3urze2T52+Rpgm OjyAT2DUsUUmkpgyyNamVqHTLbsekqRS5zXhEzp+x5zXUbUXp+FqWtfQBCBJl3RtQvLw cJkQ==
- In-reply-to: <d0ecf649-819f-4d59-85de-4dd41a12475c@gmail.com>
- References: <CANXmBjzQs_3gyNR0iu5T3BL19O3jMEyD3Eu5yEKmybpigDM6Qg@mail.gmail.com> <d0ecf649-819f-4d59-85de-4dd41a12475c@gmail.com>
- User-agent: Mozilla Thunderbird
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?