[scilab-Users] How to resolve this differentiel equation?

Manuel Poller manu-list at gmx.de
Wed Jun 13 14:27:54 CEST 2012


Hi Tima,

> Does somebody knows how to resolve this equation with Scilab:
> 
> *X=C*dT/dt + R(T1-T2);*

I'm not sure what you are calculating!
I guess T is some temperature, t is time and the data are from an experiment.
So you would have measured a temperatue T1 at time t1 and same with T2 and 
t2.
If this is the case, I would try to calculate like this:

X = (C * (T1 - T2) / (t1 - t2)) + R(T1 - T2)
(with index 1 > 2)

Manu
-- 
Manuel Poller
manu-list at gmx.de




More information about the users mailing list