Update README.md
This commit is contained in:
@@ -64,11 +64,12 @@ dy/dt = d * x + (z - b) * y
|
|||||||
dz/dt = c + a * z - (z³ / 3) - x² + f * z * x³
|
dz/dt = c + a * z - (z³ / 3) - x² + f * z * x³
|
||||||
```
|
```
|
||||||
Classic parameters:
|
Classic parameters:
|
||||||
- `a = 0.95`
|
- `a = 0.968`
|
||||||
- `b = 0.7`
|
- `b = 0.722`
|
||||||
- `c = 0.6`
|
- `c = 0.6`
|
||||||
- `d = 3.5`
|
- `d = 3.22`
|
||||||
- `f = 0.1`
|
- `e = 0.312`
|
||||||
|
- `f = 0.152`
|
||||||
|
|
||||||
Initial point: `(x0, y0, z0) = (0.1, 0.0, 0.0)`
|
Initial point: `(x0, y0, z0) = (0.1, 0.0, 0.0)`
|
||||||
Integration uses a fixed time step (`dt ≈ 0.01`) to generate tens of thousands of points.
|
Integration uses a fixed time step (`dt ≈ 0.01`) to generate tens of thousands of points.
|
||||||
|
|||||||
Reference in New Issue
Block a user