Origin Ver. and Service Release (Select Help-->About Origin): Operating System:
I have tried to fit (x,y) data points using the model y=A*exp(B*x)+C using least square principle. I arrive at solving nonlinear system of equation
using Newton Method and/or Steepest descent method. For Newton Method the solution converges for some initial solution while, Steepest descent method, It doesn't converge. Anyone have any idea? Please help. mongmara@gmail.com
The Origin fitter supports explicit function only. You can fit a model like y=A*exp(B*x)+C. However, implicit equations, like the equation you posted, cannot be solved in Origin.