Top
Back: isHolonomic
Forward: minIntRoot
FastBack:
FastForward:
Up: dmod_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document
7.5.4.0. convloc
Procedure from library dmod.lib (see dmod_lib).

Usage:
convloc(L); L a list

Return:
list

Purpose:
convert a ringlist L into another ringlist,
where all the 'p' orderings are replaced with the 's' orderings, e.g. dp by ds.

Assume:
L is a result of a ringlist command

Example:
 
LIB "dmod.lib";
ring r = 0,(x,y,z),(Dp(2),dp(1));
list L = ringlist(r);
list N = convloc(L);
def rs = ring(N);
setring rs;
rs;
==> // coefficients: QQ
==> // number of vars : 3
==> //        block   1 : ordering Ds
==> //                  : names    x y
==> //        block   2 : ordering ds
==> //                  : names    z
==> //        block   3 : ordering C


Top Back: isHolonomic Forward: minIntRoot FastBack: FastForward: Up: dmod_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.3.1, 2022, generated by texi2html.