o do some
>> analysis yourself to guarantee an error bound.
>>
>> On Tuesday, 10 December 2024 at 06:15:33 UTC-8 krts...@googlemail.com
>> wrote:
>>
>>> Thanks for investigating. I tried to use sympy this way:
>>>
>>> sum(log(1-2^-k)
> On Tue, Dec 10, 2024 at 8:43 AM 'OHappyDay' via sage-support <
> sage-s...@googlegroups.com> wrote:
>
>> I tried to evaluate the infinite product:
>>
>> prod((2^n-1)/2^n) (n=1,oo)
>>
>> by converting the product to a sum via logarithm:
>>
I tried to evaluate the infinite product:
prod((2^n-1)/2^n) (n=1,oo)
by converting the product to a sum via logarithm:
sum(log(1-2^-k),k,1,oo)
The sum (and thus the product) should, according to WolframAlpha, converge
with a final value of about
-1.24206
This video (https://www.youtube.com/w
y schrieb am Samstag, 7. September 2024 um 17:20:08 UTC+2:
>
>> I have reported this to the Maxima team.
>>
>> wdjo...@gmail.com schrieb am Donnerstag, 5. September 2024 um 15:19:02
>> UTC+2:
>>
>>> On Thu, Sep 5, 2024 at 9:16 AM 'OHappyDay' via s
0:08 UTC+2:
> I have reported this to the Maxima team.
>
> wdjo...@gmail.com schrieb am Donnerstag, 5. September 2024 um 15:19:02
> UTC+2:
>
>> On Thu, Sep 5, 2024 at 9:16 AM 'OHappyDay' via sage-support <
>> sage-s...@googlegroups.com> wrote:
>>
&
I have reported this to the Maxima team.
wdjo...@gmail.com schrieb am Donnerstag, 5. September 2024 um 15:19:02
UTC+2:
> On Thu, Sep 5, 2024 at 9:16 AM 'OHappyDay' via sage-support <
> sage-s...@googlegroups.com> wrote:
>
>> I recently stumbled upon something that
I recently stumbled upon something that looks like a bug:
Try to integrate the following function:
f(x)=log(1-4*cos(x)+4)
integrate(f,x,0,pi)
According to the following video
(https://www.youtube.com/watch?v=nscSDYApAjM) the result should be
2*pi*log(2)
But my local Sage as well as online I g