Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avh4/cljaos
Experiment with chaotic systems in clojure
https://github.com/avh4/cljaos
Last synced: 8 days ago
JSON representation
Experiment with chaotic systems in clojure
- Host: GitHub
- URL: https://github.com/avh4/cljaos
- Owner: avh4
- Created: 2013-05-19T05:42:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-19T05:48:12.000Z (over 11 years ago)
- Last Synced: 2024-10-27T12:07:49.493Z (about 2 months ago)
- Language: Clojure
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cljaos
Experiment with chaotic systems in clojure
## Usage
Get cljaos:
```bash
git clone https://github.com/avh4/cljaos.git
cd cljaos
```Start the REPL:
```bash
lein repl
```Plot some bifurication diagrams:
```clojure
(use '(cljaos core examples))
(view-bif logistic 0.1 (range 1 4 0.01))
(view-bif (partial gauss 4.90) 0.1 (range -1 1 0.01))
(view-bif 1000 100 tent 0.5 (range 1 2 0.01))
```## License
Copyright © 2013 Aaron VonderHaar
Distributed under the Eclipse Public License, the same as Clojure.