We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d8e323 commit ba2a90cCopy full SHA for ba2a90c
1 file changed
README.md
@@ -62,9 +62,11 @@ An extended PFC controller is implemented to control a nonlinear system. The exe
62
The system state space representation is as follows:
63
64
$$
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
+ \begin{align}
+ \dot{x}_1 = x_2 \\
+ \dot{x}_2 = -0.33 e^{-x_1} x_1 - 1.1 x_2 + u
68
+ y = x_1
69
+ \end{align}
70
71
72
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