Top
Back: D.2.6.10 mapall
Forward: D.2.6.12 ringtensor
FastBack: D. SINGULAR libraries
FastForward: E. Release Notes
Up: D.2.6 ring_lib
Top: Singular 2-0-4 Manual
Contents: Table of Contents
Index: F. Index
About: About This Document

D.2.6.11 ord_test

Procedure from library ring.lib (see ring_lib).

Usage:

ord_test(r); r ring

Return:

int 1 (resp. -1, resp. 0) if ordering of r is global (resp. local, resp. mixed)

Example:

 
LIB "ring.lib";
ring R = 0,(x,y),dp;
ring S = 0,(u,v),ls;
ord_test(R);
→ 1
ord_test(S);
→ -1
ord_test(R+S);
→ 0

Top Back: D.2.6.10 mapall Forward: D.2.6.12 ringtensor FastBack: D. SINGULAR libraries FastForward: E. Release Notes Up: D.2.6 ring_lib Top: Singular 2-0-4 Manual Contents: Table of Contents Index: F. Index About: About This Document
            User manual for Singular version 2-0-4, October 2002, generated by texi2html.