MathGroup Archive 2003

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

Search the Archive

Re: NonlinearFit

  • To: mathgroup at smc.vnet.net
  • Subject: [mg42158] Re: NonlinearFit
  • From: nafod40 <may106 at NOSPAM.psu.edu>
  • Date: Sat, 21 Jun 2003 02:49:35 -0400 (EDT)
  • References: <bcrrkf$hp6$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Rees wrote:

> I tried the following but it doesn't work:
> 
> NonlinearFit[data, c*(1 - Exp(-3*x1/a)), {x1}, {c, a}]
> 
> 
> Please advise.
> 


You are going to hate yourself for this one. Write

Exp(-3*x1/a)

as

Exp[-3*x1/a]

It works


  • Prev by Date: pls help --> square of correlation
  • Next by Date: matching conditions in PDE
  • Previous by thread: RE: NonlinearFit
  • Next by thread: Re: NonlinearFit