Modified Euler's Method (#5258) · zinating/algorithms-python@9b4cb05 · GitHub
Skip to content

Commit 9b4cb05

Browse files
Modified Euler's Method (TheAlgorithms#5258)
* Magnitude and Angle Core function to find Magnitude and Angle of two Given Vector * Magnitude and Angle with Doctest added Doctest to the functions * Update linear_algebra/src/lib.py Co-authored-by: Christian Clauss <cclauss@me.com> * Update linear_algebra/src/lib.py Co-authored-by: Christian Clauss <cclauss@me.com> * Changes done and Magnitude and Angle Issues * black * Modified Euler's Method Adding Modified Euler's method, which was the further change to a Euler method and known for better accuracy to the given value * Modified Euler's Method (changed the typing of function) Modified function is used for better accuracy * Link added Added link to an explanation as per Contributions Guidelines * Resolving Pre-Commit error * Pre-Commit Error Resolved * Pre-Commit Error import statement Change * Removed Import Math * import math built issue * adding space pre-commit error * statement sorter for doc Co-authored-by: Christian Clauss <cclauss@me.com>
1 parent 943e03f commit 9b4cb05

1 file changed

Lines changed: 54 additions & 0 deletions

File tree

maths/euler_modified.py

Lines changed: 54 additions & 0 deletions

0 commit comments

Comments
 (0)