2 Questions 1 Answers 0 Followers
Questions related from Mathias Heiker
To solve a system of ODEs, I need internal calculations of past time steps, so I have to save these internal calculations. I cannot save every calculation because of dynamic time step size of the...
27 June 2020 5,729 0 View
Hello, to solve a system of ODEs, I set up a Python-code with solve_ivp as ODE-solver. The solver is calling a function, which generates my ODE-system. Inside my ODE-system, I need the previous...
08 May 2020 1,150 2 View