22CHT301 AI & ML in Chemical Engineering
Tutorial-4
Linear Regression
(1) For a reaction AB+C, the following data has been obtained in batch reactor at
constant temperature:
Conc. of A
Time(s) (mol/liter)
0 1
10 0.75
20 0.61
30 0.51
40 0.43
50 0.38
60 0.34
Find if the first order or second rate equation fits the data.
Show the calculations and plot in Excel.
(2) Write Python Program for this problem.