|
|
last edited 8 years ago by test1 |
1 2 3 4 5 | ||
Editor: kratt6
Time: 2007/12/28 05:39:38 GMT-8 |
||
Note: Maybe difficult to understand for newcomers, but correct |
added:
From kratt6 Fri Dec 28 05:39:38 -0800 2007
From: kratt6
Date: Fri, 28 Dec 2007 05:39:38 -0800
Subject: Maybe difficult to understand for newcomers, but correct
Message-ID: <20071228053938-0800@axiom-wiki.newsynthesis.org>
Category: Axiom Mathematics => Axiom User Interface
Status: open => closed
In some cases Axiom's output contains temporary names such
as %x0
standing for subexpressions that are not properly
substituted into the final result. For example:
axiomeq:=-cos(12*x)+x^2+x^3
![]() | (1) |
axiomzerosOf(eq,x)
![]() | (2) |
axiomdefiningPolynomial %x0
![]() | (3) |
(However, I think they should be...)
Note that the expression (3) surfaces another bug in the solver: the variablex
should not appear in the defining polynomial of %x0
...
Martin