ApCoCoA-1:NCo.UnsetFp: Difference between revisions
From ApCoCoAWiki
m Bot: Category moved |
m fixed links to namespace ApCoCoA |
||
Line 23: | Line 23: | ||
</description> | </description> | ||
<seealso> | <seealso> | ||
<see>NCo.SetFp</see> | <see>ApCoCoA-1:NCo.SetFp|NCo.SetFp</see> | ||
</seealso> | </seealso> | ||
<types> | <types> |
Revision as of 08:35, 7 October 2020
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