摘要:
import numpy as np import matplotlib.pyplot as plt from scipy.interpolate import griddata def f(x, y): return (x2 - 2*x) * np.exp(-x2 - y**2 - x*y) x_ 阅读全文
posted @ 2024-11-10 15:17
Tsuki*
阅读(10)
评论(0)
推荐(0)
摘要:
import numpy as np import matplotlib.pyplot as plt from scipy.interpolate import interp1d, CubicSpline T = np.array([700, 720, 740, 760, 780]) V = np. 阅读全文
posted @ 2024-11-10 15:06
Tsuki*
阅读(40)
评论(0)
推荐(0)
浙公网安备 33010602011771号