[back] [prev] [next] [index] [root]

 


Characteristic

Return the characteristic of a ring.

Syntax:

m := Characteristic(R);

integer
  m  
ring
  R  

Description:

no detailed description available yet


Example:


kash> Characteristic(Z);
0
kash> Characteristic(C);
0
kash> Characteristic(FF(7, 2));
> 7


<- back[back] [prev] [next] [index] [root]