GitXplorerGitXplorer
t

optimal-control

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
51f56b634aebfc075d7af8063ba0060f578f113d

compatibility issues

committed 11 years ago
Unverified
3ddd15160c9d8f7623b14973b7950805f4e37aba

Update README.md

committed 11 years ago
Unverified
4a913da0004d8aaa47615581dd05ad524c38559d

Update README.md

committed 11 years ago
Unverified
bd7a0e0ddf69573d7a633c086e25f761de130a93

Update README.md

committed 11 years ago
Unverified
a645587b388fea6014b6307baab085316ad09bbd

atomize newton method

committed 11 years ago
Unverified
520e38db3b578d641a6b7b6f93b12e6ce3235ecc

fix constant

committed 11 years ago

README

The README file for this repository.

optimal-control

The program solves numerically the problem of optimization of given linear functional (see ./theory for more information).

Numerical methods include:

  1. The calculation of integral using Simpson formula;

  2. The integration of a system of differential equations using Runge-Kutta method with 6 steps;

  3. The modified Newton method for the search of unknown boundary conditions of forementioned system.