In LQR problem, what is the physical meaning of the negative values appear in the weighting matrix Q? especially in the off-diagonal elements.
For example suppose the Q matrix is as follow:
Q =
54.5218 -1.6292 0.1958 -2.6091
-1.6292 43.1252 0.0564 -6.3291
0.1958 0.0564 0.0235 -1.0023
-2.6091 -6.3291 -1.0023 44.9290
The state variables are [Xposition, Yposition, XVelocity, YVelocity]'