Changes http://wiki.axiom-developer.org/334MisrecognizedVariableInExpression/diff -- I must type the variable if I want the right result.
With theses types there is no problem :
\begin{axiom}
coefficient (numer (12 * (sin x)^3 * z, (sin x)::Kernel Expression Integer, 3)
\end{axiom}
But without type I get 0 :
\begin{axiom}
coefficient (numer (12 * (sin x)^3 * z, sin z, 3)
\end{axiom}
--
forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]
