Home Online Manual
Top
Back: hasNumericCoeffs
Forward: hasGlobalOrdering
FastBack:
FastForward:
Up: ring_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.2.11.18 hasCommutativeVars

Procedure from library ring.lib (see ring_lib).

Usage:
hasCommutativeVars ( rng );

Return:
1 if rng is a commutative polynomial ring, 0 otherwise.

Example:
 
LIB "ring.lib";
ring r=0,(x,y,z),dp;
hasCommutativeVars(r);
==> 1