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.
19
19
20
20
4- Near point taken should be closer to the root you need than to any other root (if the function has multiple roots).
21
21
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/ )
23
23
24
24
## Python * 'NewRaphAlgorithm'* function rules:
25
25
@@ -49,4 +49,4 @@ ITS NOT THAT I AM 100% SURE THAT THIS PROGRAM IS COMPLETELY BUG FREE, BUT I HAVE
49
49
I DIDN'T ENCOUNTER THAT BUG IN MY TESTING. I TESTED THIS PROGRAM WITH OVER A 100 POLYNOMIALS.
50
50
51
51
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