mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-01-18 08:17:01 +00:00
Fix documentation (#5311)
This commit is contained in:
parent
ca842b4add
commit
545fec7a14
|
@ -8,8 +8,8 @@ def euler_modified(
|
|||
) -> np.array:
|
||||
"""
|
||||
Calculate solution at each step to an ODE using Euler's Modified Method
|
||||
The Euler is straightforward to implement, but can't give accurate solutions.
|
||||
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.
|
||||
|
||||
https://en.wikipedia.org/wiki/Euler_method
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user