ApCoCoA-1:NCo.UnsetFp: Difference between revisions
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() ... |
m insert version info |
||
(3 intermediate revisions by 2 users 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> | ||
<type>non_commutative</type> | <type>non_commutative</type> | ||
</types> | </types> | ||
Line 32: | Line 32: | ||
<key>NCo.UnsetFp</key> | <key>NCo.UnsetFp</key> | ||
<key>UnsetFp</key> | <key>UnsetFp</key> | ||
<wiki-category>Package_gbmr</wiki-category> | <wiki-category>ApCoCoA-1:Package_gbmr</wiki-category> | ||
</command> | </command> |
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