On 16/04/2018 13:15, John Cremona wrote:
> On 16 April 2018 at 12:04, Vincent Delecroix <
20100.d...@gmail.com>
> wrote:
>
>> On 16/04/2018 09:21,
fanx...@iie.ac.cn wrote:
>>
>>> I have constructed a big prime field:
>>>
>>>> p=68235916425158872634653027
>>>>> F=GF(p)
>>>>>
>>>>
>> Here is what I get
>>
>> sage: p = 68235916425158872634653027
>> sage: F = GF(p)
>> Traceback (most recent call last):
>> ...
>> ValueError: the order of a finite field must be a prime power
>
>
> OK, but apart from typos in the report there is a real bug:
>
> sage: p=next_prime(68235916425158872634653027)
> sage: F=GF(p)
> sage: E2=GF(p^6)
>
> AttributeError: 'int' object has no attribute 'divisors'