https://github.com/ericjang/chaos
https://github.com/ericjang/chaos
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericjang/chaos
- Owner: ericjang
- License: mit
- Created: 2020-09-13T17:58:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-13T18:25:02.000Z (almost 6 years ago)
- Last Synced: 2025-05-16T12:39:35.900Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 179 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chaos and Randomness
A notebook showing how chaotic dynamics on top of simple measurement error amplifies the entropy of random distributions.
Blog post here: https://blog.evjang.com/2020/09/chaos.html
1. Download and install Julia https://julialang.org/downloads/
```
julia> using Pkg; Pkg.add("IJulia")
```
2. Start Jupyter, you should see the Julia kernel available.
```
cd C:\Users\ejang-pc\Desktop\chaos_randomness"
"C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\python.exe" -m jupyter notebook
```