Top
Back: 5.1.91 ordstr
Forward: 5.1.93 pardeg
FastBack: 5. Functions and system variables
FastForward: 6. Tricks and pitfalls
Up: 5.1 Functions
Top: Singular 2-0-4 Manual
Contents: Table of Contents
Index: F. Index
About: About This Document

5.1.92 par

Syntax:

par ( int_expression )

Type:

number

Purpose:

par(n); returns the n-th parameter of the basering.

Note:

This command should only be used if the basering has at least one parameter.

Example:
 
  ring r=(0,a,b,c),(x,y,z),dp;
  char(r);  // char to get the characteristic
→ 0
  par(2);   // par to get the n-th parameter
→ (b)

See char; npars; parstr; ring; var.


Top Back: 5.1.91 ordstr Forward: 5.1.93 pardeg FastBack: 5. Functions and system variables FastForward: 6. Tricks and pitfalls Up: 5.1 Functions 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.