#Non-mathematical Introductions
- http://gcn.com/articles/2014/01/09/topographical-data-analysis.aspx
- https://www.simonsfoundation.org/quanta/20131004-the-mathematical-shape-of-things-to-come/
#Videos
#Non-mathematical Introductions
#Videos
| # Python port of Paul Bourke's http://local.wasp.uwa.edu.au/~pbourke/fractals/lyapunov/gen.c | |
| # By Johan Bichel Lindegaard - http://johan.cc | |
| import math | |
| import random | |
| from PIL import Image, ImageDraw | |
| import argparse | |
| import os | |
| parser = argparse.ArgumentParser(description='Search for chaos.') |