Skip to content

Instantly share code, notes, and snippets.

@Muhammad-Yunus
Created April 15, 2020 00:42
Show Gist options
  • Save Muhammad-Yunus/f7de71515f82bdd757f367651b28358f to your computer and use it in GitHub Desktop.
Save Muhammad-Yunus/f7de71515f82bdd757f367651b28358f to your computer and use it in GitHub Desktop.
Python Scikit - Ordinary Differential Equation
from scipy.integrate import odeint, ode
import numpy as np
import matplotlib.pyplot as plt
np.set_printoptions(suppress=True, precision=10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment