MathGroup Archive 2007

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

Search the Archive

Overly complicated reductions?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg77584] Overly complicated reductions?
  • From: "David Rees" <w3bdevilREMOVE at THISw3bdevil.com>
  • Date: Wed, 13 Jun 2007 07:36:03 -0400 (EDT)

Consider f(x)=e^(-2x)

I wanted to retreive the inverse function f^-1(x), Mathematica to the 
rescue:
\!\(Reduce[y == E\^\(\(-2\) x\), x]\)

\!\(C[1] \[Element] Integers && y != 0 &&
x == 1\/2\ \((2\ \[ImaginaryI]\ \[Pi]\ C[1] + Log[1\/y])\)\)

This can't be right, I can rearrange it to just Ln(x)/-2 on paper. What did 
I do wrong?

Thanks




  • Prev by Date: 6.0 Get Graphics Coordinates...
  • Next by Date: TableAlignments broken in Version 6?
  • Previous by thread: Re: Re: 6.0 Get Graphics Coordinates...
  • Next by thread: Re: Overly complicated reductions?