MathGroup Archive 2000

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

Search the Archive

Re: Finding the inverse of a function?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg24200] Re: [mg24193] Finding the inverse of a function?
  • From: "Matt Herman" <Henayni at hotmail.com>
  • Date: Fri, 30 Jun 2000 01:57:28 -0400 (EDT)
  • References: <200006290251.WAA20376@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hello,

Here is the function implementing what I explained last post.

InvFunc[poly_] := Solve[poly == y, x][[2, 1, 2]] /. y -> x
----- Original Message ----- 
From: <heathw at in-tch.com>
To: mathgroup at smc.vnet.net
Subject: [mg24200] [mg24193] Finding the inverse of a function?


> Hi,
> Is there some way to make Mathematica find the inverse of a user defined
> function? I read the Mathematica Book and found InverseFunction[ ] but
> it will only show the inverse of a Mathematica function. I would like to
> be able to find the inverse of polynomials.
> Thanks,
> Heath
> 
> 
> 


  • Prev by Date: Re: Finding the inverse of a function?
  • Next by Date: exponents when changing from 3.0 to 4.0
  • Previous by thread: Finding the inverse of a function?
  • Next by thread: Re: Finding the inverse of a function?