摘要: import numpy as np import pandas as pd import sympy as sp sp.init_printing(use_latex=True) from scipy.integrate import odeint import matplotlib.pyplot 阅读全文
posted @ 2024-11-18 17:06 唐锦珅 阅读(3) 评论(0) 推荐(0) 编辑
摘要: import numpy as np import pandas as pd import sympy as sp sp.init_printing(use_latex=True) from scipy.integrate import odeint import matplotlib.pyplot 阅读全文
posted @ 2024-11-18 17:04 唐锦珅 阅读(1) 评论(0) 推荐(0) 编辑
摘要: import numpy as np from scipy.interpolate import interp1d, interp2d, UnivariateSpline, griddata import matplotlib.pyplot as plt t0 = np.linspace(700, 阅读全文
posted @ 2024-11-18 17:02 唐锦珅 阅读(8) 评论(0) 推荐(0) 编辑
摘要: import numpy as np from scipy.interpolate import interp1d, interp2d, UnivariateSpline, griddata import matplotlib.pyplot as plt np.random.seed(114514) 阅读全文
posted @ 2024-11-18 17:01 唐锦珅 阅读(1) 评论(0) 推荐(0) 编辑