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
 Code builder help, Origin C
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

Martta

Finland
3 Posts

Posted - 04/19/2013 :  04:50:04 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic

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

greg

USA
1378 Posts

Posted - 04/19/2013 :  3:34:02 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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) );

Neither C nor Origin C use # for variable typing.
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