MathGroup Archive 2006

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: unable to FullSimplify


Adam Strzebonski wrote:
> But this has a really huge complexity, and it still doesn't help

Hmm... Built-in FullSimplify performs exceptionally well
most of the time, i.e. it simplifies Expand[(a + b + c + d)^80],
which contains over a million leaves without any problem at all.
But it seems there is really small subset of problematic expressions.

So what's the reason for this problem?
Fundamental math, which prevents universal solution?
Or solution is possible but not desired due to performance reasons?

And the main question - how to fix it without the knowledge
of particular expression. If problematic pattern is rare and
well-defined, maybe it can be made to be "recognized" and
simplified as a "special case" without adding too much complexity?

And thanks for your detailed and insightful replies!

--
Vladimir


  • Prev by Date: Re: NIntegrate with a J/Link Function
  • Next by Date: Re: error function
  • Previous by thread: Re: Re: unable to FullSimplify
  • Next by thread: Re: Re: unable to FullSimplify