Testing whether two number fields are isomorphic

133 Views Asked by At

Could somebody point me to an implementation of an algorithm that takes two number fields $F$ and $L$, tests whether they are isomorphics, and if they are, returns an isomorphism?

There is such a function in MAGMA, called IsIsomorphic, but I'm having a bit of trouble finding the source code. Sorry if this question is not appropriate for StackExchange, I wasn't sure where to ask.