bernie

20 Reputation

4 Badges

12 years, 339 days

MaplePrimes Activity


These are questions asked by bernie

Hello everyone

I have a function, constructed by numerically solving a set of differential equations.  I need to find a best fit for this function with an analitic model with two parameters. I tried to extract some points of this function and then using nonlinearfit:

xvalues:=Vector([seq(105 ..106,104);

yvalues:=Vector([seq(evalf(function),x=105 ..106,104)]);

with(Statistics):

1 2 3 Page 3 of 3