File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # # Continuous-time Controlled Invariant Set
1+ # # Hybrid Controlled Invariant Set
22#
33# md # [](@__BINDER_ROOT_URL__/generated/continuous_controlled.ipynb)
44# md # [](@__NBVIEWER_ROOT_URL__/generated/continuous_controlled.ipynb)
1616# and the jump:
1717# ```math
1818# \begin{aligned}
19- # \dot{x}_1(t) & = -x_1(t) + u(t) /8\\
20- # \dot{x}_2(t) & = x_2(x) - u(t) /8
19+ # x_1^+ & = -x_1 + u/8\\
20+ # x_2^+ & = x_2 - u/8
2121# \end{aligned}
2222# ```
2323# with state constraint $x \in [-1, 1]^2$ and input constraint $u \in [-1, 1]$
5656# for the state `x_3` of the continuous-time system.
5757#
5858# The matricial form of this system is given by $\dot{x}(t) = Ax(t) + Bu(t)$ where `A` and `B` are as defined below.
59- # As shown in Proposition 5 of [LJ21], a set is controlled invariant for this system if and only if it is invariant for the algebraic system
59+ # As shown in Proposition 5 of [LJ21], a set is controlled invariant for this system if and only if it is weakly invariant for the algebraic system
6060# ```math
6161# \begin{aligned}
6262# \dot{x}_1(t) & = x_2(t)\\
You can’t perform that action at this time.
0 commit comments