CoCoA:TypeOfCoeffs

From ApCoCoAWiki
Revision as of 10:02, 24 October 2007 by XMLBot (talk | contribs) (pushing XML rev. 1.46, again)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

TypeOfCoeffs

type of the coefficients of the current ring

Description

This function returns the type of the coefficients of the current ring.

Example

  Use R ::= Q[x,y,z];
  TypeOfCoeffs();
RAT
-------------------------------
  Use S ::= Z/(2)[t];
  TypeOfCoeffs();
ZMOD
-------------------------------

Syntax

TypeOfCoeffs():TYPE

Characteristic

Coefficients

CurrentRing

Indets

   <type>ring</type>
   <type>type</type>