A Python implementation of modern Adaptive Multistep methods in the object oriented simulation tool Assimulo
Linear multi-step methods have been around for more than a century now. But they were with a fixed step-size, where a lot of hand calculations had to be made to find the coefficients of each method separately. It is only recently that variable step-size methodology was introduced and built into the solver. In this thesis, we are exploring this new methodology and at the same time, implementing one