├── README.md ├── newtons_method_optimization.py └── newtons_method_root_finding.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/Second_Order_Optimization_Newtons_Method/HEAD/README.md -------------------------------------------------------------------------------- /newtons_method_optimization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/Second_Order_Optimization_Newtons_Method/HEAD/newtons_method_optimization.py -------------------------------------------------------------------------------- /newtons_method_root_finding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/Second_Order_Optimization_Newtons_Method/HEAD/newtons_method_root_finding.py --------------------------------------------------------------------------------