sage: P.<x,y> = ProjectiveSpace(Qp(3), 1)
sage: f = DynamicalSystem_Berkovich([2*x^2, 2*y^2])
sage: f.normalize_coordinates(); f
Dynamical system of Projective Berkovich line over Cp(3) of precision 20
induced by the map
Defn: Defined on coordinates by sending (x : y)
to ((2 + O(3^20))*x^2 : (2 + O(3^20))*y^2)
instead of Defn: Defined on coordinates by sending (x : y) to (x^2 : y^2)
is acceptable.