Top
Back: printPuiseux
Forward: ringgb_lib
FastBack:
FastForward:
Up: puiseuxexpansions_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.15.14.5 puiseux

Procedure from library puiseuxexpansions.lib (see puiseuxexpansions_lib).

Usage:
puiseux(f, maxDeg, atOrigin); f polynomial in two variables, int maxDeg, int atOrigin

Return:
the Puiseux expansions of f developed up to degree maxDeg. If atOrigin = 1, only the expansions passing through the origin will be returned.

Example:
 
LIB "puiseuxexpansions.lib";
ring R=0,(x,y),dp;
poly f=y^3 + x^2 + x^8;
puiseux(f,3,0);
==> [1]:
==>    [1]:
==>       -1/3x20-x2
==>    [2]:
==>       3
==>    [6]:
==>       [1]:
==>          1
==>       [2]:
==>          1
==>    [7]:
==>       [1]:
==>          2
==> [2]:
==>    // coefficients: QQ[@a]/(...)
==> // number of vars : 2
==> //        block   1 : ordering dp
==> //                  : names    x y
==> //        block   2 : ordering C

Top Back: printPuiseux Forward: ringgb_lib FastBack: FastForward: Up: puiseuxexpansions_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.3.2, 2023, generated by texi2html.