Bedhead¶
An ornamental trigonometric attractor map.
Definition¶
@staticmethod
def _step(X, a, b):
x, y = X
xp = np.sin(x * y / b) * y + np.cos(a * x - y)
yp = x + np.sin(y) / b
return xp, yp
Parameters¶
| Symbol | Default | Role |
|---|---|---|
a |
-0.67 |
phase coefficient in the cos(a*x - y) term |
b |
0.83 |
scale dividing the x*y product and the sin(y) term |
Properties¶
Lyapunov spectrum
$+0.4765,\; -0.3625$
computed at build
computed at build
Kaplan–Yorke dimension
$D_{KY} = 2$
Divergence ∇·f
n/a — discrete map — flow divergence undefined (per-step contraction is |det J|)
Equilibria
32 fixed points
0 stable · 32 unstable
0 stable · 32 unstable
