Skip to content

Commit ba2a90c

Browse files
authored
Change system state space representation format
Updated mathematical representation format in README.
1 parent 5d8e323 commit ba2a90c

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,11 @@ An extended PFC controller is implemented to control a nonlinear system. The exe
6262
The system state space representation is as follows:
6363

6464
$$
65-
\dot{x}_1 = x_2 \\
66-
\dot{x}_2 = -0.33 e^{-x_1} x_1 - 1.1 x_2 + u
67-
y = x_1
65+
\begin{align}
66+
\dot{x}_1 = x_2 \\
67+
\dot{x}_2 = -0.33 e^{-x_1} x_1 - 1.1 x_2 + u
68+
y = x_1
69+
\end{align}
6870
$$
6971

7072
Any other system can be used instead. It's simply a matter of system definition in one function, which will be shown later.

0 commit comments

Comments
 (0)