I have tried
s = sum(1/(2^x-1), x, 1, oo)
s.n()
But I got
cannot evaluate symbolic expression numerically
The sum does not have a simple form, but it is finite. So is there a way to evaluate it numerically in sage?
1 | initial version |
I have tried
s = sum(1/(2^x-1), x, 1, oo)
s.n()
But I got
cannot evaluate symbolic expression numerically
The sum does not have a simple form, but it is finite. So is there a way to evaluate it numerically in sage?