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?
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.