Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
Martta
Posted - 04/19/2013 : 04:50:04 AM Hello everybody,
I am trying to build the following equation with Origin C but unforunately I don't have a clue how to do it. I would be very happy if somebody could help me.
The equation goes (Logan et. al 1976):
y=a*(exp(B*x)-exp*(B*Tm-t)) when t=(Tm-T)/#916;T
I don't know is it even possible to use #916; in the equations, or can I use "when" command?
Thank you, Martta
1 L A T E S T R E P L I E S (Newest First)
greg
Posted - 04/19/2013 : 3:34:02 PM If this is a fitting function and your parameter values are: Tm, T, a and B then you can use:
t = (Tm - T) / 916.0; y = a * ( exp(B * x) - exp(B * Tm - t) );