Top
Back: Fin_dim_algebra
Forward: NCRelations
FastBack: ncdecomp_lib
FastForward: qmatrix_lib
Up: nctools_lib
Top: Plural Manual
Contents: Table of Contents
Index: Index
About: About this document

B.7.0.10 Newton

Procedure from library nctools.lib (see nctools_lib).

Usage:
Newton(f); f a poly

Return:
intmat, representing the Newton diagram of f

Note:
each row is the exponent of a monomial of f

Example:
 
LIB "nctools.lib";
ring r = 0,(x,y,z),lp;
poly f=x2y+3xz-5y+3;
Newton(f);
==> 2,1,0,
==> 1,0,1,
==> 0,1,0,
==> 0,0,0 


Top Back: Fin_dim_algebra Forward: NCRelations FastBack: ncdecomp_lib FastForward: qmatrix_lib Up: nctools_lib Top: Plural Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 2-1-99, August 2004, generated by texi2html.