7 lines
118 B
Python
7 lines
118 B
Python
from scipy.integrate import odeint
|
|
import motplotlib.pyplot as plt
|
|
import numpy as np
|
|
import pylab as pl
|
|
import math
|
|
|