TU-Berlin → Inst. f. Mathematik → Algebra und Zahlentheorie → KASH → Documentation → Reference Manual
KASH3 Reference Manual
search    

Function

EndVertices ( newtface f ) -> seq()

Description

The two endpoints of the face f of a newton polygon.

Examples

x_z3 := pAdicRing(3,20); x_z3x := PolynomialAlgebra(x_z3); x_f := 9*x_z3x.1^5+6*x_z3x.1^4+x_z3x.1^2+27*x_z3x.1+3; x_nf := NewtonPolygon(x_f); x_fce := IsFace(x_nf,Tuple([1,2,2])); EndVertices(x_fce.ext1);
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group