Ticket #7727 (new defect)

Opened 3 years ago

optimized_representation fails,

Reported by: syazdani Owned by: davidloeffler
Priority: major Milestone:
Component: number fields Keywords:
Cc: Work issues:
Report Upstream: N/A Reviewers:
Authors: Merged in:
Dependencies: Stopgaps:

Description

The following code fails with cryptid PariError?:

sage: L.<a>=NumberField(x^3+2/3*x+3)
sage: L.optimized_representation()

The exact failure happens on the command f.polred(2), but I'm not sure what's wrong with it.

Note: See TracTickets for help on using tickets.