@@ -16,7 +16,7 @@ eqs = [D(x) ~ sin(y) - b * x,
16
16
Thomas' cyclically symmetric attractor equations
17
17
18
18
```math
19
- $(latexify (thomas))
19
+ $(latexify (thomas; mult_symbol = " " ))
20
20
```
21
21
22
22
[Reference](https://www.worldscientific.com/doi/abs/10.1142/S0218127499001383)
@@ -39,7 +39,7 @@ eqs = [D(x) ~ σ * (y - x),
39
39
Lorenz equations
40
40
41
41
```math
42
- $(latexify (lorenz))
42
+ $(latexify (lorenz; mult_symbol = " " ))
43
43
```
44
44
45
45
[Reference](https://journals.ametsoc.org/view/journals/atsc/20/2/1520-0469_1963_020_0130_dnf_2_0_co_2.xml)
@@ -62,7 +62,7 @@ eqs = [D(x) ~ (z - b) * x - d * y,
62
62
Aizawa equations
63
63
64
64
```math
65
- $(latexify (aizawa))
65
+ $(latexify (aizawa; mult_symbol = " " ))
66
66
```
67
67
68
68
[Reference](https://journals.ametsoc.org/view/journals/atsc/20/2/1520-0469_1963_020_0130_dnf_2_0_co_2.xml)
@@ -84,7 +84,7 @@ eqs = [D(x) ~ y - a * x + b * y * z,
84
84
Dadras equations
85
85
86
86
```math
87
- $(latexify (dadras))
87
+ $(latexify (dadras; mult_symbol = " " ))
88
88
```
89
89
90
90
[Reference](https://www.sciencedirect.com/science/article/abs/pii/S0375960109009591)
@@ -106,7 +106,7 @@ eqs = [D(x) ~ a * (y - x),
106
106
chen equations
107
107
108
108
```math
109
- $(latexify (chen))
109
+ $(latexify (chen; mult_symbol = " " ))
110
110
```
111
111
112
112
[Reference](https://www.worldscientific.com/doi/abs/10.1142/S0218127499001024)
@@ -128,7 +128,7 @@ eqs = [D(x) ~ -(y + z),
128
128
rossler equations
129
129
130
130
```math
131
- $(latexify (rossler))
131
+ $(latexify (rossler; mult_symbol = " " ))
132
132
```
133
133
134
134
[Reference](https://www.sciencedirect.com/science/article/abs/pii/0375960176901018)
@@ -151,7 +151,7 @@ eqs = [D(x) ~ y * (z - 1 + x^2) + b * x,
151
151
rabinovich_fabrikant equations
152
152
153
153
```math
154
- $(latexify (rabinovich_fabrikant))
154
+ $(latexify (rabinovich_fabrikant; mult_symbol = " " ))
155
155
```
156
156
157
157
[Reference](https://en.wikipedia.org/wiki/Rabinovich%E2%80%93Fabrikant_equations)
@@ -173,7 +173,7 @@ eqs = [D(x) ~ y + a * x * y + x * z,
173
173
sprott equations
174
174
175
175
```math
176
- $(latexify (sprott))
176
+ $(latexify (sprott; mult_symbol = " " ))
177
177
```
178
178
179
179
[Reference](https://sprott.physics.wisc.edu/pubs/paper423.pdf)
@@ -195,7 +195,7 @@ eqs = [D(x) ~ y - a * x^3 + b * x^2 - z + i,
195
195
hindmarsh_rose equations
196
196
197
197
```math
198
- $(latexify (hindmarsh_rose))
198
+ $(latexify (hindmarsh_rose; mult_symbol = " " ))
199
199
```
200
200
201
201
[Reference](https://en.wikipedia.org/wiki/Hindmarsh%E2%80%93Rose_model)
0 commit comments