Top
Back: D.6.2.7 furtherInvar
Forward: D.6.3 rinvar_lib
FastBack: D. SINGULAR libraries
FastForward: E. Release Notes
Up: D.6.2 ainvar_lib
Top: Singular 2-0-4 Manual
Contents: Table of Contents
Index: F. Index
About: About This Document

D.6.2.8 sortier

Procedure from library ainvar.lib (see ainvar_lib).

Usage:

sortier(id); id ideal/module

Return:

the same ideal/module but with generators ordered by there leading term, starting with the smallest

Example:

 
LIB "ainvar.lib";
ring q=0,(x,y,z,u,v,w),dp;
ideal i=w,x,z,y,v;
sortier(i);
→ _[1]=w
→ _[2]=v
→ _[3]=z
→ _[4]=y
→ _[5]=x

Top Back: D.6.2.7 furtherInvar Forward: D.6.3 rinvar_lib FastBack: D. SINGULAR libraries FastForward: E. Release Notes Up: D.6.2 ainvar_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.