Watson Ladd on Fri, 07 Apr 2017 23:34:19 +0200
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
- To: pari-users@pari.math.u-bordeaux.fr
- Subject: Annoying typing problem
- From: Watson Ladd <watsonbladd@gmail.com>
- Date: Fri, 7 Apr 2017 14:34:10 -0700
- Delivery-date: Fri, 07 Apr 2017 23:34:19 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=gN+Mroa3qwV1r0Uu/bUydkiNPXPMBnBFBA//ZTE9FFE=; b=mtYGig9k0Wzjm/aNhoS3M3RvsIqtm5wqEXguf94yJQSI+2ylXZTU6Bp30DCFlYdLl1 m8lOszqA2Aeux3VjV5t5UWHwxBIxC3kICzM5FMKGz4hsd4/kgmhj86f2lLgntLc6VboI WqrYnq7k7IydKW025Z79ssASnp1POx0z5lSxAiUy/sBQq5hhhmNAXe5GVKCv62HqJSeF +WK73zsAMyfaVzq+UDx/zhd1pYhyR8Hzb6z21uTrUWeiIGBaYEsAj86odokvXY506yr4 tSrSKkoIe5pYCxBC5+nqicrs0n04aSOyX04mITxi1I+nuBCncP8XdQjtyEJyyJXNceQM 3DEw==
Dear all,
I want to convert the output of rnfdisc(K, pol)[2] into an element of
K. If it was always a vector, this would be easy, the same as if it
was always a polmod or integer. But sadly it is sometimes one and
sometimes the other. I have searched the manual and found nothing that
works. This would be an easy function to write if I could tell what
type rnfdisc(K, pol)[2] has, but there is no function for that either.
Sincerely,
Watson Ladd