MathGroup Archive 2009

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

Search the Archive

how to find a function

  • To: mathgroup at smc.vnet.net
  • Subject: [mg105186] how to find a function
  • From: barefoot gigantor <barefoot1980 at gmail.com>
  • Date: Tue, 24 Nov 2009 05:45:44 -0500 (EST)

Dear Math Group:-

Suppose we have:-

x = a * e  + (2*b - 3*a^2) * e^2

Now let us find such functions:

F(x) = 1 + a * e + (2 * b - a^2) * e^2 + ......

we are just interested in the first three terms.

Now two such functions can be:

F1(x) =  1 + x + 2 * x^2

and

F2(x) = (1-x)/(1-2*x)

How can we find all such functions F(x)?


  • Prev by Date: Delay Differential Equations
  • Next by Date: Re: How to get the output of FindFit from MathLink in
  • Previous by thread: Re: Delay Differential Equations
  • Next by thread: Re: how to find a function