给定0 <= x <= 1。我有两列长度为5000的f和g。现在我绘制:
plt.plot(x, f, '-')
plt.plot(x, g, '*')
我想找到曲线相交的点x。我不想找到f和g的交点。
我可以简单地通过以下方法做到:
set(f) & set(g)
用户名或邮箱地址
密码