blob: 0686c18f505ddfc1c750982411e48eaa47c5af3a (
plain)
1
2
3
4
5
6
|
t1half=37.00;//half time for the first order reaction//
t2half=19.2;//half time for the second order reaction//
t3half=9.45;//half time for the third order reaction//
printf('to know the order of the equation we can use 2^(n-1)=t1half/t2half');
printf('\nby solving for first and second order n=1.95\nby solving for second and third order n=2.02');
printf('\nby solving for first and third order n=1.98\nSo the order of the reaction=n=2');
|