Python/maths
P-Shreyas-Shetty 02f850965d Implementation of Newton-Raphson method (#650)
Implemented Newton-Raphson method using pure python. Third party library is used only for visualizing error variation with each iteration.
2019-02-12 00:15:49 +08:00
..
basic_maths.py snake_case all the things 2018-10-19 17:14:25 -05:00
fibonacci_sequence_recursion.py Added b16, b32, a85, abs, absMax, absMin 2018-11-03 12:08:13 -08:00
greater_common_divisor.py snake_case all the things 2018-10-19 17:14:25 -05:00
modular_exponential.py snake_case all the things 2018-10-19 17:14:25 -05:00
newton_raphson.py Implementation of Newton-Raphson method (#650) 2019-02-12 00:15:49 +08:00
PrimeCheck.py New modified Python code for Prime check 2018-10-28 17:02:27 +05:30
segmented_sieve.py snake_case all the things 2018-10-19 17:14:25 -05:00
sieve_of_eratosthenes.py all valid python 3 2018-10-20 14:45:08 -05:00
simpson_rule.py snake_case all the things 2018-10-19 17:14:25 -05:00
trapezoidal_rule.py snake_case all the things 2018-10-19 17:14:25 -05:00