Hi
I need to write the following 'logic' in C.
If the temperature (T) at time (t) is greater than the temperature at time (t-1), then cp = 2000.
i.e. in mathematics T(t) > T(t-1) , cp =2000.
My problem is I don't know how to write temperature as a function of time. Can somebody help ?
Lesh108
I need to write the following 'logic' in C.
If the temperature (T) at time (t) is greater than the temperature at time (t-1), then cp = 2000.
i.e. in mathematics T(t) > T(t-1) , cp =2000.
My problem is I don't know how to write temperature as a function of time. Can somebody help ?
Lesh108