You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,9 +71,10 @@ $$
71
71
72
72
Any other system can be used instead. It's simply a matter of system definition in one function, which will be shown later.
73
73
A change of variables is considered as:
74
-
```
75
-
v = u + x1
76
-
```
74
+
75
+
$$
76
+
v = u + x_1
77
+
$$
77
78
78
79
This change of variables allows the new system to have a one-to-one relationship between `v` and `y`. If a system does not need a change of variables, line 162 of `run_simulation` can simply be changed to:
0 commit comments