(new) differentiating sums with respect to a bound is wrong --Bill Page, Wed, 22 Jun 2005 13:55:51 -0500 reply Update of bug #9216 (project axiom):
Status: None => transferred Example of code trigerring the bug: fricas (1) -> f:=operator 'f
Type: BasicOperator?
fricas D(sum(f(i),
Type: Expression(Integer)
is nonsense. The problem is in COMBF/dvdsum: fricas dvdsum(l, Type: Void
Although this: is a nice try, it is wrong. It seems that the order of magnitude is roughly correct, but that's about it. Unfortunately, I do not know how to return the thing unevaluated, so I cannot fix the bug yet Category: => Axiom Compiler Severity: => critical Status: => duplicate |