Home License -- for personal use only. Not for government, academic, research, commercial, or other organizational use. 13-May-2025 17:09:17 reaction_ode_test(): MATLAB/Octave version 9.11.0.2358333 (R2021b) Update 7 Solve reaction_ode(). Reaction differential equation: da/dt = - k a b db/dt = - k a b dc/dt = + k a b parameters: k = 0.02, (reaction rate) t0 = 0, (initial time, in seconds s) a0 = 10, (initial amount of species a in Mol/L) b0 = 12, (initial amount of species b in Mol/L) c0 = 3, (initial amount of species c in Mol/L) tstop = 20, (final time, in seconds s) reaction_ode45(): Use ode45() to solve reaction_ode(). Number of variable size steps = 49 Graphics saved as "reaction_ode45_solution.png" Graphics saved as "reaction_ode45_conservation.png" reaction_ode_test(): Normal end of execution. 13-May-2025 17:09:26