|
|
last edited 8 years ago by test1 |
1 2 3 4 5 | ||
Editor:
Time: 2007/11/17 22:17:39 GMT-8 |
||
Note: |
changed: - 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: \begin{axiom} eq:=-cos(12*x)+x^2+x^3 zerosOf(eq,x) \end{axiom} From kratt6 Thu Feb 2 09:50:56 -0600 2006 From: kratt6 Date: Thu, 02 Feb 2006 09:50:56 -0600 Subject: not really temporary Message-ID: <20060202095056-0600@wiki.axiom-developer.org> These names are not really temporary: \begin{axiom} definingPolynomial %x0 \end{axiom} (However, I think they should be...) From kratt6 Thu Feb 2 09:55:41 -0600 2006 From: kratt6 Date: Thu, 02 Feb 2006 09:55:41 -0600 Subject: Message-ID: <20060202095541-0600@wiki.axiom-developer.org> Note that the expression (3) surfaces another bug in the solver: the variable 'x' should not appear in the defining polynomial of '%x0'... Martin
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:
eq:=-cos(12*x)+x^2+x^3
![]() | (1) |
zerosOf(eq,x)
![]() | (2) |
definingPolynomial %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