Tue 2017-12-26 08:04:59 UTC, BDesco:
> Sorry for my late reply. Thanks for your help.
> unhold works fine but I could not find any documentation on it.
You can get the documentation of .unhold by using ".unhold?":
sage: k, n = SR.var('k n')
sage: s = sum(n^5, n, 0, k, hold=True)
sa
Tue 2017-12-26 08:03:44 UTC, BDesco:
>
> for n=3. I get binomial(-1,0) = 1
> I don't know why.
You can look at the documentation of binomial:
sage: binomial?
You will see it indicates that the definition is extended:
We extend this definition to include cases when [...]
and as a resu
Sorry for my late reply. Thanks for your help.
> unhold works fine but I could not find any documentation on it.
>
Bart
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send a
>
> for n=3. I get binomial(-1,0) = 1
>
I don't know why.
Secondly the sum stays 20. But when I calculate the terms I get 5+5+5+7.
At least both results should be the same. Both 20 or both 22.
Thanks.
--
You received this message because you are subscribed to the Google Groups
"sage-support"