微分方程数值解
核心思想:用差分代替微分
常微分方程
eg1:$$\begin{equation}
\begin{cases}
y’=y-\frac{2x}{y}, 0<x<1 \\
y\left( 0 \right) =1
2020-07-30