[back] [prev] [next] [index] [root]

 


QpEltQp

This function creates the p-adic field of the element k.

Syntax:

F := QpEltQp(k);

p-adic field element
  k  
p-adic field
  F  

See also:  IsQp, Qp, QpElt, QpEltToQ, QpPrec, QpExp, QpLog, QpPrime, QpSqrt, QpValuation

Description:

no detailed description available yet


Example:


kash> F := Qp(3);
3-adic Field mod 3^20
kash> k := QpElt(F, 44);
2 + 2*3 + 3^2 + 3^3
kash> F := QpEltQp(k);
> 3-adic Field mod 3^20


<- back[back] [prev] [next] [index] [root]