Re: Inverse Function
- To: mathgroup at smc.vnet.net
- Subject: [mg123623] Re: Inverse Function
- From: Anne Beyer <abeyer at stanford.edu>
- Date: Tue, 13 Dec 2011 05:42:59 -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]