The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum
 Origin Forum
 Curve fitting with intermediate variables
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

sevny

USA
5 Posts

Posted - 02/01/2013 :  10:37:30 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Origin Ver. and Service Release (Select Help-->About Origin): Origin 9.0
Operating System:Windows

OK, here is the problem I am running into, simply, I am trying nonlinear curve fitting using multiple equations with intermediate variables. It worked well for the simple ones, but when quadratic or higher order equations are present, I have the problem of how to select the correct root out of the multiple roots. The equations are as follows.

In the following equations, x is independent, y is dependent; H and Ka are parameters; L0,P0,R0,V0,Vi and fi are constants; L1, L2, P1 and P2 are intermediate variables, L1 or L2 are greater than zero, smaller than L0; P1 and P2 are greater than zero, smaller than P0. When solve the equations, two L1 and two L2 will be generated from the quadratic equation, so the difficulty is how to realize root selection here. Thank you very much for your time. Any advice or comment are appreciated.

L1=L0*(1-R0/(R0+x))/(1+Ka*P1);
P1=P0*R0/((R0+x)*(1+Ka*L1));
L2=L0*(1-R0/((R0+x)*fi))/(1+Ka*P2);
P2=P0*R0/((R0+x)*fi*(1+Ka*L1));
y=V0*H*Ka*(P1*L1-P2*L2*fi)/(Vi*L0);

cc261

22 Posts

Posted - 02/04/2013 :  10:03:21 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
put out all relative knowing data, I may try for you!

Edited by - cc261 on 02/04/2013 10:04:24 PM
Go to Top of Page

sevny

USA
5 Posts

Posted - 02/04/2013 :  10:55:05 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thank you so much.

Hu Qi
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000