Mathjs and the Brusselator
2023-07-29 | #chemical kinetics #javascript #numerical analysis #ODEs #oscillating reaction
Mathjs and the Brusselator As a graduate student I implemented kc to simulate oscillating chemical reactions, and in collaboration with Keld Nielsen, I implemented numerical methods to solve ordinary differential equations (ODEs). The Brusselator is a fine example of an oscillating chemical reaction, and for most values of the parameters the behavior is pretty fine (meaning that you don’t see very advanced numerical methods to solve it). I recently noticed that functionality to solve ODEs has been added to Mathjs.