Removes the nth element from a list
2 people like thisPosted: 9 years ago by Antonio Prestes García
This simple snippet shuffles the elements of a list. It can be useful for simulations.
4 people like thisPosted: 9 years ago by Antonio Prestes García
This is a simple and direct implementation of fourth order runge-kutta ordinary differential equation solver algorithm. In the main function three use cases are shown.
3 people like thisPosted: 9 years ago by Antonio Prestes García