25 Chirikov Standard Map (stop_motion)

7 Views
Find Similar (BETA)Download
Author name
n-
Source
Sketchfab
Polygon Count
228,010
Release Date
2017-10-08
License
CC BY 4.0

Asset Overview

> k = 0.1, 0.6, ..., 3.1, ``` def chirikov_standard_map(θ, p, k): y = fmod(p + k*sin(θ), 2*pi) x = fmod(θ + y, 2*pi) z = 0 return (x, y, z) ```

Recommended for you