-
-
Notifications
You must be signed in to change notification settings - Fork 47k
Modified Euler's Method #5258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modified Euler's Method #5258
Conversation
Core function to find Magnitude and Angle of two Given Vector
added Doctest to the functions
Co-authored-by: Christian Clauss <cclauss@me.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
and Magnitude and Angle Issues
Adding Modified Euler's method, which was the further change to a Euler method and known for better accuracy to the given value
Modified function is used for better accuracy
Added link to an explanation as per Contributions Guidelines
Please look at and fix the failing tests before requesting a review. We started Hacktoberfest with 10 open PRs and we now have 160 open PRs so we will not dedicate much time to reviewing PRs that have failing tests. |
okay sir now I think I resolved all the problem from my side you can pls review now |
@cclauss Now You can Review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RSLGTM
* 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>
Describe your change:
Checklist:
Fixes: #{$ISSUE_NO}
.