File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -589,7 +589,7 @@ def create_statefbk_iosystem(
589589 This function creates an input/output system that implements a
590590 state feedback controller of the form
591591
592- u = ud - K_p (x - xd ) - K_i integral (C x - C x_d)
592+ .. math :: u = u_d - K_p (x - x_d ) - K_i \int (C x - C x_d)
593593
594594 It can be called in the form
595595
@@ -603,9 +603,9 @@ def create_statefbk_iosystem(
603603 gains and a corresponding list of values of a set of scheduling
604604 variables. In this case, the controller has the form
605605
606- u = ud - K_p(mu) (x - xd ) - K_i(mu) integral (C x - C x_d)
606+ .. math :: u = u_d - K_p(\ mu) (x - x_d ) - K_i(\ mu) \int (C x - C x_d)
607607
608- where mu represents the scheduling variable.
608+ where :math:`\mu` represents the scheduling variable.
609609
610610 Parameters
611611 ----------
@@ -623,7 +623,7 @@ def create_statefbk_iosystem(
623623
624624 If a tuple is given, then it specifies a gain schedule. The tuple
625625 should be of the form `(gains, points)` where gains is a list of
626- gains :math:`K_j` and points is a list of values :math:`\\ mu_j` at
626+ gains :math:`K_j` and points is a list of values :math:`\mu_j` at
627627 which the gains are computed. The `gainsched_indices` parameter
628628 should be used to specify the scheduling variables.
629629
You can’t perform that action at this time.
0 commit comments