MathGroup Archive 2005

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

Search the Archive

Simplify Oddity

  • To: mathgroup at smc.vnet.net
  • Subject: [mg59399] Simplify Oddity
  • From: AES <siegman at stanford.edu>
  • Date: Mon, 8 Aug 2005 03:34:51 -0400 (EDT)
  • Organization: Stanford University
  • Sender: owner-wri-mathgroup at wolfram.com

I'm supposing that the following rather odd result has something to do 
with Mathematica being concerned that g or r (or k?) might be complex 
numbers?

   In[151] := 

         f1 = g (g/r)^(k-1);  

         f2 = g^k/r^(k-1); 

         f1/f2 // FullSimplify

   Out[151] =  g^(-k)  (g/r)^k   r^k  

But shouldn't Mathematic be able to simplify this to unity nonetheless? 
-- maybe without even invoking Simplify?


  • Prev by Date: Re: Some bugs in Mathematica
  • Next by Date: Re: Redefining a function with a rule for coefficients
  • Previous by thread: Re: Redefining a function with a rule for coefficients
  • Next by thread: Re: Simplify Oddity