-
I have been successfully solving a system of 123 ODE’s for the past few month using Julia. I have tried a number of solvers (see some commented out code below). The Tsit5 (fifth order Runge Kutta) gen…
-
Brilliant project! So, do you have a clear answer now? I'm using RNN to predict continuous time series on tensorflow. The desired ouput of squared waves is more precisely imitated by MATLAB rather tha…
-
**Original report ([archived issue](https://osrf-migration.github.io/gazebo-gh-pages/#!/osrf/gazebo/issues/975)) by Jeongseok Lee (Bitbucket: [jlee02](https://bitbucket.org/%7B3907b560-aed7-43bd-bfa9-…
-
In looking at the ODEs used ultimately for the equilibrium and two component system processes, I noticed that these ODEs are stiff and effectively impossible to solve without a specialized solver. Th…
-
### 1. The Function explore_data() plots the individual time series for each variable, we can clearly see some seasonality and could stationarized the data and plot the modified time-series. ( either …
-
A came across the article ["Diagonally implicit Runge–Kutta methods for stiff ODEs" of Christopher Kennedy and Mark Carpenter (2019)](https://doi.org/10.1016/j.apnum.2019.07.008) and couldn't find an …
-
I am using [CalTechs shock and detonation toolbox](https://shepherd.caltech.edu/EDL/PublicResources/sdt/) to solve some ODE's that describe the spatio-temporal structure of a detonation wave with deta…
-
Hi, has anyone noticed that RxODE and Berkeley gave different simulation results? Apparently, they use different stiff ode solvers. RxODE uses LSODA, and Berkeley uses Rosenbrock. I also noticed that …
-
Most of the examples in Drasil require an ODE solver. In Drasil we don't have information set up about an ODE library for Julia. Thus, enabling `Bundled` inputs in Julia (via structs) isn't actually…
-
I've been searching for a generic `LAPACK.getrs!` to modify for block-contiguous right hand sides but curiously couldn't find an implementation. Do you know if anyone has taken the time to copy this o…