Skip to content

Commit 49aaa12

Browse files
committed
Fixes to hybrid example
1 parent 3bc5c67 commit 49aaa12

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/src/examples/hybrid_controlled.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# # Continuous-time Controlled Invariant Set
1+
# # Hybrid Controlled Invariant Set
22
#
33
#md # [![Binder](https://mybinder.org/badge_logo.svg)](@__BINDER_ROOT_URL__/generated/continuous_controlled.ipynb)
44
#md # [![nbviewer](https://img.shields.io/badge/show-nbviewer-579ACA.svg)](@__NBVIEWER_ROOT_URL__/generated/continuous_controlled.ipynb)
@@ -16,8 +16,8 @@
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]$
@@ -56,7 +56,7 @@
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)\\

0 commit comments

Comments
 (0)