CoCoA:NumIndets

From ApCoCoAWiki

NumIndets

number of indeterminates

Description

This function returns the number of indeterminates of the current ring or

of R.

Example

  S ::= Q[x,y];
  Use R ::= Q[x,y,z];
  NumIndets();
3
-------------------------------
  NumIndets(S);
2
-------------------------------

Syntax

NumIndets():INT
NumIndet(R:RING):INT

Indet

IndetInd

IndetIndex

IndetName

Indets

   <type>ring</type>