MathGroup Archive 2000

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

Search the Archive

Re: Exponential curve fit

  • To: mathgroup at smc.vnet.net
  • Subject: [mg24497] Re: [mg24262] Exponential curve fit
  • From: Sergio "Perez" <mathematiker at yahoo.com>
  • Date: Thu, 20 Jul 2000 03:01:40 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Dear Thomas:
I've made two mistakes on original answer sent to the
group.
The corrected answer is:(remember that expodat is the
file with the values to interpolate)

inter=Fit[expodat,Union[Flatten[Table[{1, E^x /i, -E^x
/i},{i,1,10}]]],x];

inter=Chop[inter];

Regards...S. Perez
RHBNC
MSc basin evolution&Dynamics
University of London




Thomas Enck <tomenck at mindspring.com> wrote:
> Is there a way of exponentially curve fitting a list
> of numbers using
> Mathematica 4.0?
> 
> 
> 
> 
> Thank you
> 
> 


__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail ? Free email you can access from anywhere!
http://mail.yahoo.com/


  • Prev by Date: Display
  • Next by Date: Re: How to create Tex documents
  • Previous by thread: Re: Exponential curve fit
  • Next by thread: Rply