LQRLINEARquadratic
LQRLINEARquadratic refers to the linear-quadratic regulator (LQR), a fundamental method in optimal control for designing a controller of linear dynamic systems that minimizes a quadratic cost. The approach provides a systematic way to compute a stabilizing state-feedback control law that balances control effort against a state error penalty.
In continuous-time form, the system is ẋ = A x + B u, and the objective is to minimize
In discrete time, x_{k+1} = A x_k + B u_k with J = ∑_k (x_k^T Q x_k + u_k^T R
LQR assumes full state feedback and linear dynamics; it is widely used in engineering fields such as