Skip to content

Commit

Permalink
Update ch05-03-callback.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Euler-37 authored Mar 31, 2024
1 parent 741e963 commit 8a18f84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ch05-03-callback.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ $ fpm run

## 习题
- 完成`trapz`数值积分,求解`sin(x)+cos(x)``[0,1]`上的积分
- 完成用于求解微分方程的Runge-Kutta方法`rk4` 计算
$$y'=\frac{(e^{-x}-y)}{2},y(0)=0.5$$
严格解为
$$y=e^{-x}(1.5e^{\frac{x}{2}}-1)$$

0 comments on commit 8a18f84

Please sign in to comment.