up previous next
NC.UnsetFp

Set coefficient field to the default coefficient field 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