File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Python/Newton_Raphson (module) Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ into a solvable function and to differentiate that function.
1919
20204- Near point taken should be closer to the root you need than to any other root (if the function has multiple roots).
2121
22- #### Source - [ Brilliant.org] (https://brilliant.org/wiki/newton-raphson-method/#:~:text=The%20Newton%2DRaphson%20method%20 (also,straight%20line%20tangent%20to%20it. )
22+ #### Source - [ Brilliant.org] ( https://brilliant.org/wiki/newton-raphson-method/ )
2323
2424## Python * 'NewRaphAlgorithm'* function rules:
2525
@@ -49,4 +49,4 @@ ITS NOT THAT I AM 100% SURE THAT THIS PROGRAM IS COMPLETELY BUG FREE, BUT I HAVE
4949I DIDN'T ENCOUNTER THAT BUG IN MY TESTING. I TESTED THIS PROGRAM WITH OVER A 100 POLYNOMIALS.
5050
5151
52- *** Created by Chaitanya Lakhchaura (aka ZenithFlux on github- https://github.com/ZenithFlux/ )***
52+ *** Created by Chaitanya Lakhchaura (aka ZenithFlux on github- https://github.com/ZenithFlux/ )***
You can’t perform that action at this time.
0 commit comments