Skip to content

Commit a1061ec

Browse files
committed
Fix inverse not written as superscript in math
1 parent 04725ef commit a1061ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/statefbk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def lqe(A, G, C, QN, RN, NN=None):
263263
264264
.. math::
265265
266-
A P + P A^T - (P C^T + G N) R^-1 (C P + N^T G^T) + G Q G^T = 0
266+
A P + P A^T - (P C^T + G N) R^{-1} (C P + N^T G^T) + G Q G^T = 0
267267
E: 1D array
268268
Eigenvalues of estimator poles eig(A - L C)
269269

0 commit comments

Comments
 (0)