We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 084400d commit 4971d4cCopy full SHA for 4971d4c
1 file changed
README.md
@@ -54,11 +54,11 @@ An extended PFC controller is implemented to control a nonlinear system. The exe
54
55
56
The system state space representation is as follows:
57
-```
58
-x1_dot = x2
59
-x2_dot = -0.33 * exp(-x1) * x1 - 1.1 * x2 + u
60
-y = x1
61
+$$
+dot{x}_1 = x2
+\dot{x}_2 = -0.33 e^{-x_1} x_1 - 1.1 x_2 + u
+y = x_1
62
63
Any other system can be used instead. It's simply a matter of system definition in one function, which will be shown later.
64
A change of variables is considered as:
0 commit comments