solving the Chapman-Richards equation
问题 I need to find a way to solve the Chapman-Richards with 3 parameters. The equation is F=a(1-EXP(-bt)) power c It is a nonlinear problem. The goal is to minimize the error and the constraints are that the 3 variables must be >= 0.0001. Our current implementation uses Excel and the Solver plugin (GRG nonlinear method). But now, we need to implement all this without making use of Excel. My questions are: 1. Is it possible to use MS Solver Foundation to solve this problem? I have read some docs