Home Online Manual
Top
Back: ord
Forward: par
FastBack: Functions and system variables
FastForward: Control structures
Up: Functions
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

5.1.107 ordstr

Syntax:
ordstr ( ring_name )
Type:
string
Purpose:
returns the description of the monomial ordering of the ring.
Example:
 
  ring r=7,(x,y),wp(2,3);
  ordstr(r);
==> wp(2,3),C
See charstr; parstr; ring; varstr.