Top
Back: 5.1.93 pardeg
Forward: 5.1.95 preimage
FastBack: 5 Functions and system variables
FastForward: 6 Tricks and pitfalls
Up: 5.1 Functions
Top: 1 Preface
Contents: Table of Contents
Index: F Index
About: About This Document

5.1.94 parstr

Syntax:

parstr ( ring_name )
parstr ( int_expression )
parstr ( ring_name, int_expression )

Type:

string

Purpose:

returns the list of parameters of the ring as a string or the name of the n-th parameter where n is given by the int_expression.
If the ring_name is omitted, the basering is used, thus parstr(n) is equivalent to parstr(basering,n).

Example:
  ring r=(7,a,b,c),(x,y),wp(2,3);
  parstr(r);
→ a,b,c
  parstr(2);
→ b
  parstr(r,3);
→ c

See charstr; npars; ordstr; par; ring; varstr.


Top Back: 5.1.93 pardeg Forward: 5.1.95 preimage FastBack: 5 Functions and system variables FastForward: 6 Tricks and pitfalls Up: 5.1 Functions Top: 1 Preface Contents: Table of Contents Index: F Index About: About This Document
            User manual for Singular version 2-0-4, October 2002, generated by texinfo.