You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia> K = qadic_field(3,3)[1]
Unramified extension of 3-adic numbers of degree 3
julia> R = valuation_ring(K)
Integers of Unramified extension of 3-adic numbers of degree 3
julia> Rt, t = polynomial_ring(R)
(Univariate polynomial ring in x over Integers of Unramified extension of 3-adic numbers of degree 3, x)
julia> t+3*t
3^0 + 3^1 + O(3^64)*x
The text was updated successfully, but these errors were encountered:
There should be parentheses
The text was updated successfully, but these errors were encountered: