Top
Back: tInitialFormParMax
Forward: detropicalise
FastBack: oldpolymake_lib
FastForward: Miscellaneous libraries
Up: tropical_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.13.2.28 solveTInitialFormPar

Procedure from library tropical.lib (see tropical_lib).

Usage:
solveTInitialFormPar(i); i ideal

Assume:
i is a zero-dimensional ideal in Q(t)[x_1,...,x_n] generated by the (1,w)-homogeneous elements for some integer vector w - i.e. by the (1,w)-initialforms of polynomials

Return:
none

Note:
the procedure just displays complex approximations
of the solution set of i

Example:
 
LIB "tropical.lib";
ring r=(0,t),(x,y),dp;
ideal i=t2x2+y2,x-t2;
solveTInitialFormPar(i);


Top Back: tInitialFormParMax Forward: detropicalise FastBack: oldpolymake_lib FastForward: Miscellaneous libraries Up: tropical_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 3-1-6, Dec 2012, generated by texi2html.