MathGroup Archive 2011

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

Search the Archive

Re: Inverse Function

  • To: mathgroup at smc.vnet.net
  • Subject: [mg123626] Re: Inverse Function
  • From: Anne Beyer <abeyer at stanford.edu>
  • Date: Tue, 13 Dec 2011 05:43:35 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <jc4plc$ckp$1@smc.vnet.net>

On Dec 12, 3:47 am, Harry Har <harryhar... at gmail.com> wrote:
> Hi, All,
>
> I'm newbie in Mathematica. I want to find the inverse function of y=(ax
> +b)/(cx+d). How to to this in Mathematica? Many thank's.
>
> Harry.

Solve[y == (a*x + b)/(c*x + d), x]



  • Prev by Date: Re: Inverse Function
  • Next by Date: Where do the notebooks for the Palettes live?
  • Previous by thread: Re: Inverse Function
  • Next by thread: Re: Inverse Function