ApCoCoA-1:NCo.UnsetFp
From ApCoCoAWiki
Revision as of 08:35, 7 October 2020 by AndraschkoBot (talk | contribs) (fixed links to namespace ApCoCoA)
NCo.UnsetFp
Set coefficient field to the default coefficient field Q, i.e. RAT in CoCoAL.
Syntax
NCo.UnsetFp()
Description
Example
NCo.RingEnv(); Coefficient ring : Q ------------------------------- NCo.SetFp(); NCo.RingEnv(); Coefficient ring : Fp = Z/(2) ------------------------------- NCo.UnsetFp(); NCo.RingEnv(); Coefficient ring : Q -------------------------------
See also