Skip to content

Commit 3be28af

Browse files
authored
Fixed link in r
1 parent 45c1856 commit 3be28af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Python/Newton_Raphson (module)/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ into a solvable function and to differentiate that function.
1919

2020
4- 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
4949
I 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/)***

0 commit comments

Comments
 (0)