[Maxima] is it a bug in sum?
Stavros Macrakis
macrakis at alum.mit.edu
Tue Apr 1 02:03:36 CDT 2008
On Mon, Mar 31, 2008 at 10:01 PM, laurent couraud <l.couraud at free.fr> wrote:
> simpsum:true$
> sum((x[i]-sum(x[i],i,1,n)/n)^2,i,1,n)
>
> The result is 0.
I don't have Maxima where I am (travelling), but I imagine that using
the same index names for the inner and outer sums will cause problems
(and is not standard mathematical usage either).
Try using j as the inner index, for example.
-s
More information about the Maxima
mailing list