We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca842b4 commit 545fec7Copy full SHA for 545fec7
maths/euler_modified.py
@@ -8,8 +8,8 @@ def euler_modified(
8
) -> np.array:
9
"""
10
Calculate solution at each step to an ODE using Euler's Modified Method
11
- The Euler is straightforward to implement, but can't give accurate solutions.
12
- So, they Proposed some changes to improve the accuracy
+ The Euler Method is straightforward to implement, but can't give accurate solutions.
+ So, some changes were proposed to improve accuracy.
13
14
https://en.wikipedia.org/wiki/Euler_method
15
0 commit comments