Skip to content

Commit 4971d4c

Browse files
authored
Convert system state space equations to LaTeX in README
Updated mathematical representation to LaTeX format.
1 parent 084400d commit 4971d4c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ An extended PFC controller is implemented to control a nonlinear system. The exe
5454

5555

5656
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-
```
57+
$$
58+
dot{x}_1 = x2
59+
\dot{x}_2 = -0.33 e^{-x_1} x_1 - 1.1 x_2 + u
60+
y = x_1
61+
$$
6262

6363
Any other system can be used instead. It's simply a matter of system definition in one function, which will be shown later.
6464
A change of variables is considered as:

0 commit comments

Comments
 (0)