Difference between revisions of "ApCoCoA-1:NCo.UnsetFp"

From ApCoCoAWiki
m (Bot: Category moved)
m (insert version info)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
{{Version|1}}
 
<command>
 
<command>
 
<title>NCo.UnsetFp</title>
 
<title>NCo.UnsetFp</title>
Line 23: Line 24:
 
</description>
 
</description>
 
<seealso>
 
<seealso>
<see>NCo.SetFp</see>
+
<see>ApCoCoA-1:NCo.SetFp|NCo.SetFp</see>
 
</seealso>
 
</seealso>
 
<types>
 
<types>

Latest revision as of 10:26, 7 October 2020

This article is about a function from ApCoCoA-1.

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

NCo.SetFp