一、数值积分算法 1.前向差分(显式欧拉法) 使用前向差分代替导数 f n ′ = y n + 1 − y n h f'_{n}=\frac{y_{n+1}-y_{n}}{h} fn′=hyn+1