|  |  D.6.11.20 further_hn_proc Procedure from libraryhnoether.lib(see  hnoether_lib).
 
Example:Usage:
further_hn_proc();
Note:
The library hnoether.libcontains some more procedures which
are not shown when typinghelp hnoether.lib;. They may be useful
for interactive use (e.g. if you want to do the calculation of an HN
development "by hand" to see the intermediate results), and they
can be enumerated by callingfurther_hn_proc().Use
 help <procedure>;for detailed information about each of
them.
 |  | LIB "hnoether.lib";
further_hn_proc();
==> 
==>  The following procedures are also part of 'hnoether.lib':
==> 
==>  getnm(f);           intersection pts. of Newton polygon with axes
==>  T_Transform(f,Q,N); returns f(y,xy^Q)/y^NQ (f: poly, Q,N: int)
==>  T1_Transform(f,d,M); returns f(x,y+d*x^M)  (f: poly,d:number,M:int)
==>  T2_Transform(f,d,M,N,ref);   a composition of T1 & T
==>  koeff(f,I,J);       gets coefficient of indicated monomial of polynomial\
    f
==>  redleit(f,S,E);     restriction of monomials of f to line (S-E)
==>  leit(f,n,m);        special case of redleit (for irred. polynomials)
==>  testreducible(f,n,m); tests whether f is reducible
==>  charPoly(f,M,N);    characteristic polynomial of f
==>  find_in_list(L,p);  find int p in list L
==>  get_last_divisor(M,N); last divisor in Euclid's algorithm
==>  factorfirst(f,M,N); try to factor f without 'factorize'
==>  factorlist(L);      factorize a list L of polynomials
==>  referencepoly(D);   a polynomial f s.t. D is the Newton diagram of f
 | 
 |