Description
Towers of finite fields are hard to work with because they lose most of the nice functionality of simple extensions of prime finite fields and are also much slower.
Therefore it would be useful to have a method that turns a tower into a simple extension.
Note that there have been attempts to support relative extensions of finite fields in #21413 and that there is also sage.coding.relative_finite_field_extension
, the state of which is unclear to me. There is also _isomorphic_ring
on polynomial quotient rings which does something similar so this should probably be unified for finite fields.
Depends on #26105
Depends on #26161
CC: @sagetrac-swewers @roed314
Component: finite rings
Keywords: finite fields, polynomial quotient ring, padicBordeaux
Branch/Commit: u/saraedum/26103 @ 0f7c2c9
Issue created by migration from https://trac.sagemath.org/ticket/26103