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: [mg24198] Re: Finding the inverse of a function?
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Fri, 30 Jun 2000 01:57:27 -0400 (EDT)
  • Organization: Universitaet Leipzig
  • References: <8jebnp$jen@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

which one ? if you have Sum[a[i]x^i,{i,0,n}]=y
Mathematica can try to Solve[] the polynom equation
but you will get n solutions and Mathematica can't
decide for you what solution is your inverse function.

Since only for n<=4 exact formulas are known Mathematica
may not be able to find all solutions as readable
(not Root[] objects) expressions.

Regards
  Jens


heathw at in-tch.com wrote:
> 
> 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: exponents when changing from 3.0 to 4.0
  • Next by Date: Re: Hi and Help!!
  • Previous by thread: Re: Finding the inverse of a function?
  • Next by thread: Re: Finding the inverse of a function?