Top
Back: 5.1.92 par
Forward: 5.1.94 parstr
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.93 pardeg

Syntax:

pardeg ( number_expression )

Type:

int

Purpose:

returns the degree of a number considered as a polynomial in the ring parameters.

Example:
  ring r=(0,a,b,c),(x,y,z),dp;
  pardeg(a^2*b);
→ 3

See deg; number; ring; var.


Top Back: 5.1.92 par Forward: 5.1.94 parstr 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.