I would like simulate alpha-T data of complex reaction for kinetic analysis, can anyone guide me how to solve this equation with RK4 method?Thanks

dy/dt=20*exp(-100000/(8.314*t))*(1-y1)^2+exp(-200000/(8.314*t))*(-ln(1-y2))^(0.5)

y0=0

y1,0=0

y2,0=0

y1+y2=2y

Similar questions and discussions