Changes
http://wiki.axiom-developer.org/358VariableIsApparentlyAlwaysAssumedToBePositive/diff
--
??changed:
\end{axiom}
-Note that the function is compiled with Variable x -> Polynomial Integer, and
the viewport shows the function x*x, even for x<0, where it should show -x*x.
+Note that the function is compiled with 'Variable x -> Polynomial Integer',
and the viewport shows the function 'x*x', even for 'x<0', where it should show
'-x*x'.
??changed:
\end{axiom}
-Here, we should expect -25. And shouldn't
+Here, we should expect '-25'. And shouldn't
\begin{axiom}
??changed:
\end{axiom}
-which should of course yield 0. It would appear that in certain operations,
when performing a function on f (like draw, eval, integrate), or when x is not
specified, it is assumed to be positive. After that, the actual value is filled
in and this can therefore yield an erroneous result.
+which should of course yield '0'. It would appear that in certain operations,
when performing a function on 'f' (like 'draw', 'eval', 'integrate'), or when
'x' is not specified, it is assumed to be positive. After that, the actual
value is filled in and this can therefore yield an erroneous result.
--
forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]