Fix documentation (#5311)

This commit is contained in:
Rohan R Bharadwaj 2021-10-15 16:03:39 +05:30 committed by GitHub
parent ca842b4add
commit 545fec7a14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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