MathGroup Archive 2003

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

Search the Archive

Re: Log Equation

  • To: mathgroup at smc.vnet.net
  • Subject: [mg44773] Re: Log Equation
  • From: "Alan" <infoNOSPAM at optioncity.net>
  • Date: Tue, 25 Nov 2003 00:45:47 -0500 (EST)
  • References: <bps4gf$9uj$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Mathematica can solve it: just type

Solve[y Log[x] == (1 - x), x]

The result is in terms of the ProductLog, aka the Lambert W function, a
built-in function.

regards, alan

"Bernard Bourée" <bernard at bouree.net> wrote in message
news:bps4gf$9uj$1 at smc.vnet.net...
> I 'm trying to find a way to solve the equation
>
> y = (1-x)/ Log(x)
>
> How can I find x when y is known ?
>
> Is there a numerical method ?
> with series development?
>
> -- 
> Bernard Bourée
> bernard at bouree.net



  • Prev by Date: Bad Command or FIlename (v2.2.2DOS)
  • Next by Date: Re: Defining Operators
  • Previous by thread: Re: Log Equation
  • Next by thread: Re: Log Equation