MathGroup Archive 2002

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

Search the Archive

Re: Gross Bug in Simplify

  • To: mathgroup at smc.vnet.net
  • Subject: [mg32632] Re: [mg32585] Gross Bug in Simplify
  • From: Rolf Mertig <rolf at mertig.com>
  • Date: Fri, 1 Feb 2002 02:02:36 -0500 (EST)
  • Organization: Mertig Consulting
  • Reply-to: rolf at mertig.com
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,
if you slightly modify the upvalue it works:


In[1]:= f[u__]^v_ ^:= f[u] /; v > 0;   $Version

Out[1]= 4.1 for Linux (November 2, 2000)

In[2]:= Simplify[{1 - f[4], 1 - 7 f[4], 1 + f[4], 1 - x f[4]}]

Out[2]= {1 - f[4], 1 - 7 f[4], 1 + f[4], 1 - x f[4]}


But yes, the bug you found is pretty bad.

Why don't you ask Wolfram Research to become a beta tester of the
next version and then you can check if things are fixed there.
They always like good bug reports and in general they fix the bugs.
Reality seems to be however that there is no bug-free software.

Regards,

Rolf Mertig

---
Mertig Consulting
http://www.mertig.com


  • Prev by Date: Re: mice wheels
  • Next by Date: Re: Simulating Correlated non-Normal Random Variables
  • Previous by thread: Re: mice wheels
  • Next by thread: Re: Gross Bug in Simplify