Create the basics of first order dynamical systems - [ ] A class called `BaseFirstOderDynamics` - [ ] Allow initial conditions as instantiation - [ ] Abstract derivatives method - [ ] `__call__` method that can be used to assemble the different ways of generating the data.
Create the basics of first order dynamical systems
BaseFirstOderDynamics__call__method that can be used to assemble the different ways of generating the data.