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

From ApCoCoAWiki
(New page: <command> <title>NCo.UnsetFp</title> <short_description> Set coefficient field to the default coefficient field <tt>Q</tt>, i.e. RAT in CoCoAL. </short_description> <syntax> NCo.UnsetFp() ...)
 
Line 26: Line 26:
 
</seealso>
 
</seealso>
 
<types>
 
<types>
<type>polynomial</type>
 
 
<type>non_commutative</type>
 
<type>non_commutative</type>
 
</types>
 
</types>

Revision as of 15:45, 30 April 2013

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