Skip to content

C++ program implementing numerical methods to solve optimization problem

Notifications You must be signed in to change notification settings

TheGreatRico/optimization-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Optimization problem solution

C++ program implementing numerical methods to solve optimization problem. The 5th order Runge-Kutta method, Newton's method and Gauss elimination are used to solve the problem.

The problem is stated as follows:

screenshot

The step of reducing the optimization problem to a Cauchy problem was performed manually on paper.

Releases

No releases published

Packages

No packages published

Languages