solving constrained optimization problems using the barrier method with Newton's Method from scratch
Implement the barrier method fulfilling the function requirements in functions.pdf file.
Leverage functions in barrier_method.py to solve an application problem described in application.pdf, proving the feasibility of my implementations.