MathGroup Archive 2007

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

Search the Archive

Localizaction of variables in Fit..

  • To: mathgroup at smc.vnet.net
  • Subject: [mg80722] Localizaction of variables in Fit..
  • From: dh <dh at metrohm.ch>
  • Date: Thu, 30 Aug 2007 02:31:51 -0400 (EDT)


Hello,

does anybody know why functions like e.g. Fit, FindFit.. do not localize 

their variables. E.g.

FindFit[Table[2+i,{i,9}],{a+ b x},{a,b},x]

will fail if any of a,b,x has a value. This seems cumbersome and error 

prone to me, but maybe there is a reason?

Daniel




  • Prev by Date: StringCases kills Kernel
  • Next by Date: Re: Block vs. ReplaceAll
  • Previous by thread: Re: StringCases kills Kernel
  • Next by thread: Re: Localizaction of variables in Fit..