up previous next
NC.UnsetFp

Set coefficient field to default coefficient field Q. Note that default coefficient field is the set of rational numbers Q, i.e. RAT in CoCoAL.
Syntax
          
NC.UnsetFp()

          

Description


Example
NC.RingEnv();
Coefficient ring : Q

-------------------------------
NC.SetFp();
NC.RingEnv();
Coefficient ring : Fp = Z/(2)

-------------------------------
NC.UnsetFp();
NC.RingEnv();
Coefficient ring : Q

-------------------------------


See Also