24 lines
629 B
Markdown
24 lines
629 B
Markdown
[](LICENSE)
|
|
|
|
# linear_nonlinear_control
|
|
Implementing the linear and nonlinear control theories.
|
|
For an instance, model predictive control, nonlinear model predictive control, sliding mode control etc
|
|
|
|
Now you can see the examples of control theories as following
|
|
|
|
- **Nonlinear Model Predictive Control with CGMRES**
|
|
- **Linear Model Predictive Control**(as generic function such as matlab tool box)
|
|
|
|
# Usage and Details
|
|
you can see the usage in each folder
|
|
|
|
# Requirement
|
|
You should install following software
|
|
|
|
- python(3.5>)
|
|
- numpy
|
|
- matplotlib
|
|
|
|
# License
|
|
MIT
|