|
|
last edited 16 years ago by kratt6 |
1 2 3 | ||
Editor: kratt6
Time: 2008/01/20 08:07:55 GMT-8 |
||
Note: |
added:
From kratt6 Sun Jan 20 08:07:55 -0800 2008
From: kratt6
Date: Sun, 20 Jan 2008 08:07:55 -0800
Subject:
Message-ID: <20080120080755-0800@axiom-wiki.newsynthesis.org>
Category: Axiom Library => Axiom Documentation
As Waldek explained, P1 and P2 do not meet the requirements of computeBasis, namely, they do not form a zero dimensional ideal. In any case, LinGroebnerPackage is for internal use really.
See http://groups.google.at/group/fricas-devel/msg/61b517ef312f1fcc
and the thread thereafter.
I try:
\begin{axiom} )expose LinGroebnerPackage P1:HDMP ([a,b,c,d],Integer) := a*c+5*b*d - 7 P2:HDMP ([a,b,c,d],Integer) := a*d+b*c - 17 computeBasis [P1,P2] \end{axiom}
and axiom is gone...
As Waldek explained, P1 and P2 do not meet the requirements of computeBasis, namely, they do not form a zero dimensional ideal. In any case, LinGroebnerPackage? is for internal use really.
See http://groups.google.at/group/fricas-devel/msg/61b517ef312f1fcc
and the thread thereafter.