An equation that relates some unknown function itself and its derivatives of various orders.
How do I numerically solve an ODE in Python? Consider \ddot{u}(\phi) = -u + \sqrt{u} with the following conditions …
python plot numerical-methods differential-equationsI am numerically setting up a mesh grid for the x-grid and x-vector and also time grid but again I …
arrays python-2.7 python-3.x numpy differential-equationsI'm working with a DE system, and I wanted to know which is the most commonly used python library to …
python differential-equationsI want to solve this differential equations with the given initial conditions: (3x-1)y''-(3x+2)y'+(6x-8)y=0, y(0)=2, y'(0)=3 …
python numpy scipy differential-equations odeintI'm trying to implement euler's method to approximate the value of e in python. This is what I have so …
python numpy numerical-methods differential-equations approximationI don't really know where to start with this problem, as I haven't had much experience with this but it …
python numpy scipy differential-equationsI was looking for a way to draw slope fields in Matlab. Here is what I am looking for: I …
matlab math differential-equationsI am wondering how to export MATLAB function ode45 to python. According to the documentation is should be as follows: …
python matlab scipy differential-equations ode45I am trying to plot slope fields of some differential equations using mathematica but can't figure it out. Say I …
wolfram-mathematica plot differential-equationsI was wondering if someone might be able to help me solve the Lotka-Volterra equations using MatLab. My code doesn't …
matlab math plot equations differential-equations