For the given point this function computes the "Bombieri-Weyl" norm of the given point. This will be used in order to compute the gamma value.
i1 : R = QQ[x,y]; |
i2 : f = 3*x*y^2 + 3*x + 7*y^2; |
i3 : polyNorm(f) o3 = 4.72581562625261 o3 : RR (of precision 53) |
The object polyNorm is a method function.