Possible error in the addition function
Publié : mar. avr. 18, 2023 6:11 pm
Hello
Σ(x^2,x,1,-3) returns -5
the sequence of evaluations is
(-3)^2 + (-2)^2 + (-1)^2 + 0^2 + 1^2=
9+4+1+0+1
13+2 = 15
1^2 + 0^2 + (-1)^2 + (-2)^2 + (-3)^2 =
1 +0 +1 + 4 +9 =
2+13 = 15
Σ(x^2,x,1,-3) returns -5
the sequence of evaluations is
(-3)^2 + (-2)^2 + (-1)^2 + 0^2 + 1^2=
9+4+1+0+1
13+2 = 15
1^2 + 0^2 + (-1)^2 + (-2)^2 + (-3)^2 =
1 +0 +1 + 4 +9 =
2+13 = 15