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
 All Forums
 Origin Forum
 Origin Forum
 Curve fitting with intermediate variables

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
sevny Posted - 02/01/2013 : 10:37:30 PM
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);

2   L A T E S T    R E P L I E S    (Newest First)
sevny Posted - 02/04/2013 : 10:55:05 PM
Thank you so much.

Hu Qi
cc261 Posted - 02/04/2013 : 10:03:21 PM
put out all relative knowing data, I may try for you!

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000