Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Wolfram Alpha bugs: How much time do you need to stamble over the 1st one?

17 views
Skip to first unread message

Vladimir Bondarenko

unread,
May 16, 2009, 2:03:36 AM5/16/09
to
It took me about 5 minutes.

Consider, as of May 16, 2009, 8:45 a.m. local time (Simferopol)
Wolfram Alpha correctly returns 1 for the following integral

Integrate[BesselJ[1, z], {z, 0, Infinity}]

http://www.cybertester.com/Private/gs2.85/Wolfram_Alpha_bug-1-screen-1.png

But it leaves

Integrate[BesselJ[0, z], {z, 0, Infinity}]

unevaluated... while it is obviously = 1, too.

http://www.cybertester.com/Private/gs2.85/Wolfram_Alpha_bug-1-screen-2.png

I know almost for certain Robert Israel or someone
like Robert Israel will run to this place and say,
Oh c'mon, you nasty Bondarenko,
it's just a WEAKNESS not a bug..... ;)

Dammit, this looks like a common regression bug....

Mathematica 7 returns 1, but Wolfram Alpha fails...

Nasser Abbasi

unread,
May 16, 2009, 2:26:25 AM5/16/09
to

"Vladimir Bondarenko" <v...@cybertester.com> wrote in message
news:d0ba7dea-b757-456f...@t11g2000vbc.googlegroups.com...

> It took me about 5 minutes.
>
> Consider, as of May 16, 2009, 8:45 a.m. local time (Simferopol)
> Wolfram Alpha correctly returns 1 for the following integral
>
> Integrate[BesselJ[1, z], {z, 0, Infinity}]
>
> http://www.cybertester.com/Private/gs2.85/Wolfram_Alpha_bug-1-screen-1.png
>
> But it leaves
>
> Integrate[BesselJ[0, z], {z, 0, Infinity}]
>
> unevaluated... while it is obviously = 1, too.
>
> http://www.cybertester.com/Private/gs2.85/Wolfram_Alpha_bug-1-screen-2.png
>

The thing that I am not sure about, is what subset of Mathematica commands
does WA supports?

For if one enters say

Plot3D[Sin[x]*Cos[y], {x, -Pi, Pi}, {y, -Pi, Pi}]

WA will not process it, but if one enters

Plot[Sin[x]*Cos[x], {x, -Pi, Pi}]

it works.

So, clearly WA is not means to be the 'full' Mathematica kernel, else many
will no longer have a need to buy Mathematica itself if a free version is
on-line (even though it was a one command at a time).

So, I think the issue is that what you are using on WA web site is not the
same Mathematica one uses on the desktop, or there is some sort of filtering
out of commands that is being done, and may be the first command you used
was filtered out, just like plot3D was. The filtering out might be based on
some criteria.

So, I do not think what you found is a 'bug', I think it is a matter of that
some Mathematica commands seem to be accepted, and some are not. But I could
be wrong of course.

But even with the subset of Mathematica commands WA seems to support, it is
still a nice thing to have available on-line to use when needed and for
free.

--Nasser


Vladimir Bondarenko

unread,
May 16, 2009, 3:14:57 AM5/16/09
to
On May 16, 9:26 am, "Nasser Abbasi" <n...@12000.org> wrote:
> "Vladimir Bondarenko" <v...@cybertester.com> wrote in message
>
> news:d0ba7dea-b757-456f...@t11g2000vbc.googlegroups.com...
>
>
>
> > It took me about 5 minutes.
>
> > Consider, as of  May 16, 2009, 8:45 a.m. local time (Simferopol)
> > Wolfram Alpha correctly returns 1 for the following integral
>
> > Integrate[BesselJ[1, z], {z, 0, Infinity}]
>
> >http://www.cybertester.com/Private/gs2.85/Wolfram_Alpha_bug-1-screen-...

>
> > But it leaves
>
> > Integrate[BesselJ[0, z], {z, 0, Infinity}]
>
> > unevaluated... while it is obviously = 1, too.
>
> >http://www.cybertester.com/Private/gs2.85/Wolfram_Alpha_bug-1-screen-...

>
> The thing that I am not sure about, is what subset of Mathematica commands
> does WA supports?
>
> For if one enters say
>
>    Plot3D[Sin[x]*Cos[y], {x, -Pi, Pi},   {y, -Pi, Pi}]
>
> WA will not process it, but if one enters
>
>     Plot[Sin[x]*Cos[x], {x, -Pi, Pi}]
>
> it works.
>
> So, clearly WA is not means to be the 'full' Mathematica kernel, else many
> will no longer have a need to buy Mathematica itself if a free version is
> on-line (even though it was a one command at a time).
>
> So, I think the issue is that what you are using on WA web site is not the
> same Mathematica one uses on the desktop, or there is some sort of filtering
> out of commands that is being done, and may be the first command you used
> was filtered out, just like plot3D was.  The filtering out might be based on
> some criteria.
>
> So, I do not think what you found is a 'bug', I think it is a matter of that
> some Mathematica commands seem to be accepted, and some are not. But I could
> be wrong of course.
>
> But even with the subset of Mathematica commands WA seems to support, it is
> still a nice thing to have available on-line to use when needed and for
> free.
>
> --Nasser

Hi Nasser,

I fully agree with you about Plot/Plot3D difference.

I'd find it too much funny if Wolfram Alpha can
handle OK

Integrate[BesselJ[1, z], {z, 0, Infinity}]

Integrate[BesselJ[3, z], {z, 0, Infinity}]
Integrate[BesselJ[5, z], {z, 0, Infinity}]

but fails here

Integrate[BesselJ[0, z], {z, 0, Infinity}]

Integrate[BesselJ[2, z], {z, 0, Infinity}]
Integrate[BesselJ[4, z], {z, 0, Infinity}]
Integrate[BesselJ[6, z], {z, 0, Infinity}]
Integrate[BesselJ[8, z], {z, 0, Infinity}]
Integrate[BesselJ[10, z], {z, 0, Infinity}]

and here

Integrate[BesselJ[7, z], {z, 0, Infinity}]
Integrate[BesselJ[9, z], {z, 0, Infinity}]
Integrate[BesselJ[11, z], {z, 0, Infinity}]

Is Wolfram Alpha a wizard the non-achiever?

Nasser Abbasi

unread,
May 16, 2009, 4:01:25 AM5/16/09
to

"Vladimir Bondarenko" <v...@cybertester.com> wrote in message
news:d5b8a711-cc7d-43bf-9750-

"I'd find it too much funny if Wolfram Alpha can
handle OK

Integrate[BesselJ[1, z], {z, 0, Infinity}]
Integrate[BesselJ[3, z], {z, 0, Infinity}]
Integrate[BesselJ[5, z], {z, 0, Infinity}]

but fails here

Integrate[BesselJ[0, z], {z, 0, Infinity}]
Integrate[BesselJ[2, z], {z, 0, Infinity}]
Integrate[BesselJ[4, z], {z, 0, Infinity}]
Integrate[BesselJ[6, z], {z, 0, Infinity}]
Integrate[BesselJ[8, z], {z, 0, Infinity}]
Integrate[BesselJ[10, z], {z, 0, Infinity}]
"

Yes. I am not sure what filtering is being done there. Why it likes the odd
ones and not the even ones. You have a point here.

But for me, what is more important, is how to make WA understand more
general questions written in plain English.

I have been for the last hour trying to understand how to formulate good
questions to WA, but still having bit of trouble with some ones.

For example, how would you ask WA to answer the question if sin(x) is odd or
even function? or is it periodic?

I tried many ways, such as

is sin(x) an odd or an even function?
odd sin(x)
is sin(x) odd?
etc..

And
is sin(x) periodic?
etc..

But WA seems to have a bit of trouble with these questions, which I assume
because I am not formulating them in the way it could understand them. If
one however just types 'sin(x)', one gets lots of useful information about
the sin function.

--Nasser


Vladimir Bondarenko

unread,
May 16, 2009, 10:40:50 AM5/16/09
to
NIntegrate[Sin[z^z], {z, 0, Infinity}]

-21.396

At any rate, the value of the integral is POSITIVE
(and it's about 1).

http://www.cybertester.com/Private/gs2.85/Wolfram_Alpha_bug-2.pdf

Please note, NO warning message is generated...

Vladimir Bondarenko

unread,
May 16, 2009, 10:57:17 AM5/16/09
to
A finite value for a divergent integral.

NIntegrate[Sin[z], {z, 0, Infinity}]

1.

http://www.cybertester.com/Private/gs2.85/Wolfram_Alpha_bug-3.pdf

VMCM1905

unread,
May 16, 2009, 12:05:40 PM5/16/09
to

"Vladimir Bondarenko" <v...@cybertester.com> wrote in message
news:58412177-26bd-49f8...@v17g2000vbb.googlegroups.com...

A finite value for a divergent integral.

NIntegrate[Sin[z], {z, 0, Infinity}]

1.

http://www.cybertester.com/Private/gs2.85/Wolfram_Alpha_bug-3.pdf

NIntegrate::"deodiv" : "\!\(\*
StyleBox[\"\"\", \"MT\"]\) DoubleExponentialOscillatory returns a finite \
integral estimate, but the integral might be divergent."

Uses the Mathematica Kernal after all.


Vladimir Bondarenko

unread,
May 16, 2009, 12:09:10 PM5/16/09
to
Actually, the case we refer to in the 1st message

Integrate[BesselJ[0, z], {z, 0, Infinity}]

represents an intermittent bug.

Now you see the correct answer, 1, now you see
the unevaluated integral.

http://www.cybertester.com/Private/gs2.85/Wolfram_Alpha_bug-1-screen-2.png
http://www.cybertester.com/Private/gs2.85/Wolfram_Alpha_bug-1-screen-2b.pdf


On May 16, 9:03 am, Vladimir Bondarenko <v...@cybertester.com> wrote:
> It took me about 5 minutes.
>
> Consider, as of  May 16, 2009, 8:45 a.m. local time (Simferopol)
> Wolfram Alpha correctly returns 1 for the following integral
>
> Integrate[BesselJ[1, z], {z, 0, Infinity}]
>

> http://www.cybertester.com/Private/gs2.85/Wolfram_Alpha_bug-1-screen-...


>
> But it leaves
>
> Integrate[BesselJ[0, z], {z, 0, Infinity}]
>
> unevaluated... while it is obviously = 1, too.
>

> http://www.cybertester.com/Private/gs2.85/Wolfram_Alpha_bug-1-screen-...

Vladimir Bondarenko

unread,
May 16, 2009, 12:11:18 PM5/16/09
to
Yeah, but they wrongly defenestrate this CRITICALLY important message.

clicl...@freenet.de

unread,
May 16, 2009, 12:14:01 PM5/16/09
to

Nasser Abbasi schrieb:

> "Vladimir Bondarenko" <v...@cybertester.com> wrote in message
> news:d5b8a711-cc7d-43bf-9750-
>
> "I'd find it too much funny if Wolfram Alpha can
> handle OK
>
> Integrate[BesselJ[1, z], {z, 0, Infinity}]
> Integrate[BesselJ[3, z], {z, 0, Infinity}]
> Integrate[BesselJ[5, z], {z, 0, Infinity}]
>
> but fails here
>
> Integrate[BesselJ[0, z], {z, 0, Infinity}]
> Integrate[BesselJ[2, z], {z, 0, Infinity}]
> Integrate[BesselJ[4, z], {z, 0, Infinity}]
> Integrate[BesselJ[6, z], {z, 0, Infinity}]
> Integrate[BesselJ[8, z], {z, 0, Infinity}]
> Integrate[BesselJ[10, z], {z, 0, Infinity}]
> "
>
> Yes. I am not sure what filtering is being done there. Why it likes the odd
> ones and not the even ones. You have a point here.
>

You are wondering how Wolfrom Research manage to protect the public
from coming to harm? Dear Gentlemen Detectives, this is most easily
answered:

First, they decided to switch off the unreliable Meijer-G machinery.

This leaves the table entry int x^(1-p) J_p(x) dx = -x^(1-p) J_(p-1)
(x) (cf. Gradshteyn-Ryzhik 5.52 2), and also the familiar recursion
relation for the Bessel functions (cf. Gradshteyn-Ryzhik 8.471 1)
which allows to lower the nu+p of x^nu J_p(x) in steps of two. As the
table entry covers the cases with nu+p = 1, this allows to integrate
all J_p(x) with odd integer order p>0, while clearly failing for even
orders.

In their highly responsible and commendable attitude, Wolfram Research
have further limited the recursion depth to prevent overheating and
eventual explosive disintegration of the kernel. You will easily see
how this explains the failure to integrate J_p(x) of order p=7 and
higher.

Hoping to having been of help,

Holmes.

Vladimir Bondarenko

unread,
May 16, 2009, 1:03:47 PM5/16/09
to
My dear Holmes, how on earth did you know that?! ;)

Vladimir Bondarenko

unread,
May 17, 2009, 6:14:18 PM5/17/09
to
Yet another bug.

If you try to calculate the integrals like this one

Integrate[SinIntegral[z]^2/z^2,{z,0,Infinity}]

you see no answer at the page.

However, if you hit the Download as PDF link, you
see the correct answer, Pi.

Dave

unread,
May 18, 2009, 6:46:13 AM5/18/09
to
Vladimir Bondarenko wrote:
> Yet another bug.
>
> If you try to calculate the integrals like this one
>
> Integrate[SinIntegral[z]^2/z^2,{z,0,Infinity}]
>
> you see no answer at the page.

I'm surprised Wolfram Research don't put a note such as "For this, you
will need to purchase Mathematica"

>
> However, if you hit the Download as PDF link, you
> see the correct answer, Pi.

Does that work with all Mathematica expressions? If so, I assume WRI
will wish to fix this, as they are unlikely to want to make the full
functionality of Mathematica available over the web.

I just found an interesting one with PrimePi on Wolfram Alpha. The
results from that appear to be one of 3 forms.

* PrimePi[n] returns a result if n is small (say 2^10).

* PrimePi[n] returns nothing useful at all if n is large (say 2^40), but
computable by Mathematica (the answer is 41203088796). Clearly WRI don't
want to spend too much CPU time computing things. I've no idea where it
stops working on Wolfram Alpha.

* PrimePi[n] gives a lot of information about primes if n is greater
than 249999999999999, which can't be computed by Mathematica at all (it
gives up for numbers greater than 249999999999999. I've no idea why WRI
have that limit.

BTW Vladimir, Wolfram Alpha has only just been released, so it's no
surprise there are bugs. I hope you don't get into the habit of posting
endless bugs of Wolfram Alpha to countless newsgroups. It would be
better to send them directly to WRI via the link on the page.

It would be even better if you could use your bug-hunting skills to
something like Sage and provide the Sage developers with useful feedback
on any bugs you find.


--
I respectfully request that this message is not archived by companies as
unscrupulous as 'Experts Exchange' . In case you are unaware,
'Experts Exchange' take questions posted on the web and try to find
idiots stupid enough to pay for the answers, which were posted freely
by others. They are leeches.

Richard Fateman

unread,
May 18, 2009, 9:55:24 AM5/18/09
to

I can't really imagine most people care to run integrals through Wolfram
Alpha, though it is nice that it does some of them. Clearly the Google
calculator could be hooked up to a computer algebra system, thereby
making such questions "easy" to answer, subject to the availability of
computer time. Integration is hardly a major resource for most people.

WA is supposed to know about People & History.

I tried "when did abraham lincoln die" and WA got april 15, 1865.
but "who died on april 15, 1865" got "WA isn't sure what to do with
your input".
Nor did "what happened on april 15, 1865" get any results.
"die april 15" returns with a suggestion that it interpreted "die" as
"Die, Rhone-Alpes, France".

I think that if you want to find weaknesses in WA, looking for obscure
integrals is hardly the primary spot. But then sci.math.symbolic is not
the right place to discuss this.

Vladimir Marjanović

unread,
May 18, 2009, 12:09:13 PM5/18/09
to
One interesting mistake. Using Wolfram|Alpha one can find that:
sin'(2x) = cos(2x)

:-)))

David N. Williams

unread,
May 18, 2009, 1:39:59 PM5/18/09
to

Not a mistake! Putting a prime on the name of a function
commonly denotes the corresponding derivative function, not the
result of applying the derivative operator to the function
evaluated at another function.

In this case, sin'(x) = cos(x) for all x implies sin'(ax) =
cos(ax) for all a.

-- David

Ilmari Karonen

unread,
May 18, 2009, 1:46:18 PM5/18/09
to
["Followup-To:" header set to sci.math.]

On 2009-05-18, Vladimir Marjanovi? <nemam...@joj.mene.hr> wrote:
> One interesting mistake. Using Wolfram|Alpha one can find that:
> sin'(2x) = cos(2x)

That's not a bug, is it? If I have f'(x) = g(x), then I'd certainly
expect that f'(2x) = g(2x). The prime denotes the derivative of f
with respect to its argument -- it doesn't magically differentiate the
entire expression with respect to x. If you want df(2x)/dx, just say
so; don't abuse a well-established notation that means something else.

--
Ilmari Karonen
To reply by e-mail, please replace ".invalid" with ".net" in address.

Vladimir Bondarenko

unread,
May 19, 2009, 2:37:35 PM5/19/09
to v...@cybertester.com, gs...@i.ua, algebr...@yahoo.com, mida...@mail.ru, tari...@hotmail.com, vit...@yandex-team.ru, gs2...@mail.ru, o.niko...@niko.ua, roland.h...@gmail.com, ke...@zonez.biz, ma...@itg-usa.com, _po...@mail.ru
Well, it turned out that it's easy to find a bug in the Wolfram Alpha.
Also, now it's easy to make the proper screen shots.

Here you are.

Say, Wolfram Alpha returns for this simple integral

Integrate[Sin[z]^2/Sinh[z]^2, {z, 0, Infinity}]

the following value

(2*Pi*Coth[Pi]-1)/4 = 1.3266...

http://www.cybertester.com/Private/gs2.85/Wolfram_Alpha_bug-4-symbolic.pdf

which is obviously wrong as

NIntegrate[Sin[z]^2/Sinh[z]^2, {z, 0, Infinity}]

1.07667

The correct integral value is

(Pi*Coth[Pi]-1)/2 = 1.076674047468581174...

http://groups.google.com/group/sci.math.symbolic/msg/7862a116bac07144

;)

http://www.cybertester.com/Private/gs2.85/Olympiad_1971.jpg
http://www.cybertester.com/Private/gs2.85/DSCN0003.JPG
http://www.cybertester.com/Private/gs2.85/DSCN0037h.JPG
http://www.cybertester.com/Private/gs2.85/DSCN0058.JPG

Daniel Lichtblau

unread,
May 19, 2009, 3:08:53 PM5/19/09
to
On May 19, 1:37 pm, Vladimir Bondarenko <v...@cybertester.com> wrote:
> Well, it turned out that it's easy to find a bug in the Wolfram Alpha.
> Also, now it's easy to make the proper screen shots.
>
> Here you are.
>
> Say, Wolfram Alpha returns for this simple integral
>
> Integrate[Sin[z]^2/Sinh[z]^2, {z, 0, Infinity}]
>
> the following value
>
> (2*Pi*Coth[Pi]-1)/4 = 1.3266...
>
> http://www.cybertester.com/Private/gs2.85/Wolfram_Alpha_bug-4-symboli...


This is a bug in Mathematica, and simply inherited by W|A. I hope this
is not a surprise.

Actually this particular bug has been mentioned in this forum in past
(by "this forum", I mean the one to which I am responding, not the
four others that are irrelevant to this post).

http://groups.google.com/group/sci.math.symbolic/browse_thread/thread/b0fbbd1a11ad9261
and repeated in
http://groups.google.com/group/sci.math.symbolic/msg/1d634928d9bfae41?dmode=source

Daniel Lichtblau
Wolfram Research

Axel Vogt

unread,
May 19, 2009, 4:24:06 PM5/19/09
to

Daniel Lichtblau

unread,
May 19, 2009, 6:19:09 PM5/19/09
to
On May 19, 3:24 pm, Axel Vogt <&nore...@axelvogt.de> wrote:
> [...].

>
> And beyond Math? Quite amusing :-)
>
> http://mashable.com/2009/05/17/better-wolfram-easter-eggs/

Generally okay, but...

5. Where have all the flowers gone?

The answer provided is not flat-out wrong* (and I have already pointed
this out in-house). So, interestingly, this fits the subject of the
thread.

Daniel Lichtblau
Wolfram Research

*Though the attribution is correct, the answer is not "Long time
passing" but rather "Gone to graveyards, every one." It pains me how
little my younger colleagues know of 60's American music.

Daniel Lichtblau

unread,
May 19, 2009, 6:24:51 PM5/19/09
to

Okay, I'm showing my age, and not in a "good" way. It's been pointed
out to me (by Eric Weisstein) that "Young girls have picked them,
every one". They get to graveyards rather circuitously: flowers -->
young girls --> husbands (young men) --> soldiers --> graveyards. And
back to flowers from there.

Daniel Lichtblau
Wolfram Research

Mensanator

unread,
May 19, 2009, 7:38:14 PM5/19/09
to
On May 19, 5:19 pm, Daniel Lichtblau <d...@wolfram.com> wrote:

*Sigh* The REAL answer is "Young girls picked them, every one".
It's the soldiers who have "Gone to graveyards, every one."

Flowers -> Young girls picked
Young girls -> Gone to young men
Young men -> Gone to soldiers
Soldiers -> Gone to graveyards
Graveyards -> Gone to flowers

Mensanator

unread,
May 19, 2009, 7:42:01 PM5/19/09
to

Oh, you got it already, I didn't see this reply before posting.

I trust that we can now answer "when will they ever learn?"

>
> Daniel Lichtblau
> Wolfram Research

clicl...@freenet.de

unread,
May 20, 2009, 12:51:09 AM5/20/09
to

Daniel Lichtblau schrieb:

> On May 19, 1:37 pm, Vladimir Bondarenko <v...@cybertester.com> wrote:
> >
> > Say, Wolfram Alpha returns for this simple integral
> >
> > Integrate[Sin[z]^2/Sinh[z]^2, {z, 0, Infinity}]
> >
> > the following value
> >
> > (2*Pi*Coth[Pi]-1)/4 = 1.3266...
> >
> >
> > The correct integral value is
> >
> > (Pi*Coth[Pi]-1)/2 = 1.076674047468581174...
> >
>
> This is a bug in Mathematica, and simply inherited by W|A. I hope this
> is not a surprise.
>
> Actually this particular bug has been mentioned in this forum in past
> (by "this forum", I mean the one to which I am responding, not the
> four others that are irrelevant to this post).
>
> http://groups.google.com/group/sci.math.symbolic/browse_thread/thread/b0fbbd1a11ad9261
> and repeated in
> http://groups.google.com/group/sci.math.symbolic/msg/1d634928d9bfae41?dmode=source
>

The first thread refers to powers 4, 6, and 8 of sin/sinh, and points
out that these symbolic failures have appeared in versions since 1996.
This bug must be really hard to fix as it still persists two releases
later (MMA7 and W|A)!

Martin.

Axel Vogt

unread,
May 20, 2009, 3:32:28 PM5/20/09
to

Thx both for your outings ... (after that I vaguely remember that
the song was translated to German in a corny (greasy?) way) :-)

Just wanted to ask the machine "can I catch even 23?", but aborted
after almost 10 min loading the the entry screen ...

clicl...@freenet.de

unread,
May 20, 2009, 5:14:30 PM5/20/09
to

Axel Vogt schrieb:

>
> ... (after that I vaguely remember that the song was translated to
> German in a corny (greasy?) way) :-)
>

Don't think I can second this criticism. See the page

<http://www.prato.linux.it/~lmasetti/antiwarsongs/canzone.php?id=2>

for many versions the text and a discussion of their origins (in less
than perfect but serviceable English).

Martin.

Daniel Lichtblau

unread,
May 20, 2009, 5:46:41 PM5/20/09
to
On May 19, 11:51 pm, cliclic...@freenet.de wrote:
> Daniel Lichtblau schrieb:
>
>
>
> > On May 19, 1:37 pm, Vladimir Bondarenko <v...@cybertester.com> wrote:
>
> > > Say, Wolfram Alpha returns for this simple integral
>
> > > Integrate[Sin[z]^2/Sinh[z]^2, {z, 0, Infinity}]
>
> > > the following value
>
> > > (2*Pi*Coth[Pi]-1)/4 = 1.3266...
>
> > > The correct integral value is
>
> > > (Pi*Coth[Pi]-1)/2 = 1.076674047468581174...
>
> > This is a bug in Mathematica, and simply inherited by W|A. I hope this
> > is not a surprise.
>
> > Actually this particular bug has been mentioned in this forum in past
> > (by "this forum", I mean the one to which I am responding, not the
> > four others that are irrelevant to this post).
>
> >http://groups.google.com/group/sci.math.symbolic/browse_thread/thread...
> > and repeated in
> >http://groups.google.com/group/sci.math.symbolic/msg/1d634928d9bfae41...

>
> The first thread refers to powers 4, 6, and 8 of sin/sinh, and points
> out that these symbolic failures have appeared in versions since 1996.
> This bug must be really hard to fix as it still persists two releases
> later (MMA7 and W|A)!
>
> Martin.

W|A uses a recent Mathematica 7 kernel as computation engine; they are
not separate releases other than that a few bugs were specifically
fixed for W|A.

The Integrate bug in question is not particularly hard to fix. It
worked as recently as late September, 2005 (in in-house development
kernels), and the changes that caused the breakage are not hard to
revert. But it is difficult to predict what will break as a result of
that. I imagine I'll be finding out.

Daniel Lichtblau
Wolfram Research
(but not much good for researching the goings of flowers)

VMCM1905

unread,
May 23, 2009, 4:14:12 PM5/23/09
to

"Mensanator" <mensa...@aol.com> wrote in message
news:45967f1d-b08e-4197...@x6g2000vbg.googlegroups.com...

*

And the cycle starts again. Kind of depressing. Pete, while writing on
the horrors of war, and striving to end it, acknowledges the futility.

0 new messages